Holds information about batched buffers.
Definition at line 577 of file nvbufsurface.h.

Data Fields | |
| uint32_t | gpuId |
| Holds a GPU ID. More... | |
| uint32_t | batchSize |
| Holds the batch size. More... | |
| uint32_t | numFilled |
| Holds the number valid and filled buffers. More... | |
| bool | isContiguous |
| Holds an "is contiguous" flag. More... | |
| NvBufSurfaceMemType | memType |
| Holds type of memory for buffers in the batch. More... | |
| NvBufSurfaceParams * | surfaceList |
| Holds a pointer to an array of batched buffers. More... | |
| bool | isImportedBuf |
| Holds a flag for Imported buffer. More... | |
| void * | _reserved [STRUCTURE_PADDING] |