Command list structure. More...
#include <hal_gfx_cmdlist.h>
Public Attributes | |
hal_gfx_buffer_t | bo |
int | size |
int | offset |
uint32_t | flags |
int32_t | submission_id |
struct hal_gfx_cmdlist_t_ * | next |
struct hal_gfx_cmdlist_t_ * | root |
Command list structure.
Definition at line 39 of file hal_gfx_cmdlist.h.
hal_gfx_buffer_t hal_gfx_cmdlist_t_::bo |
Buffer of command list
Definition at line 41 of file hal_gfx_cmdlist.h.
uint32_t hal_gfx_cmdlist_t_::flags |
Flags
Definition at line 44 of file hal_gfx_cmdlist.h.
struct hal_gfx_cmdlist_t_* hal_gfx_cmdlist_t_::next |
Points to next command list
Definition at line 46 of file hal_gfx_cmdlist.h.
int hal_gfx_cmdlist_t_::offset |
Points to the next address to write
Definition at line 43 of file hal_gfx_cmdlist.h.
struct hal_gfx_cmdlist_t_* hal_gfx_cmdlist_t_::root |
Points to the head of the list
Definition at line 47 of file hal_gfx_cmdlist.h.
int hal_gfx_cmdlist_t_::size |
Number of entries in the command list
Definition at line 42 of file hal_gfx_cmdlist.h.
int32_t hal_gfx_cmdlist_t_::submission_id |
Command list id.
Definition at line 45 of file hal_gfx_cmdlist.h.