Holds parameters for buffer sync point object.
sync object params is simply a data structure containing [sync point ID,value] pair. This can be used by clients to describe an event that might want to wait for.
Definition at line 347 of file nvbuf_utils.h.
Data Fields | |
uint32_t | syncpointID |
uint32_t | value |
uint32_t _NvBufferSyncObjParams::syncpointID |
Definition at line 349 of file nvbuf_utils.h.
uint32_t _NvBufferSyncObjParams::value |
Definition at line 350 of file nvbuf_utils.h.