Declares structures and constants used for warp grid definition. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | VPIWarpGrid |
Holds VPI's warp grid definition. More... | |
Macros | |
#define | VPI_WARPGRID_MAX_HORIZ_REGIONS_COUNT 4 |
Maximum number of regions horizontally in a warp grid. | |
#define | VPI_WARPGRID_MAX_VERT_REGIONS_COUNT 4 |
Maximum number of regions vertically in a warp grid. | |
#define | VPI_WARPGRID_MIN_REGION_WIDTH 64 |
Minimum warp grid region width. | |
#define | VPI_WARPGRID_MIN_REGION_HEIGHT 16 |
Minimum warp grid region height. | |
Declares structures and constants used for warp grid definition.
Definition in file WarpGrid.h.