Command list structure. More...
#include <hal_gfx_cmdlist.h>
Collaboration diagram for hal_gfx_cmdlist_t_:Public Attributes | |
| hal_gfx_buffer_t | bo |
| Buffer of command list. More... | |
| int | size |
| Number of entries in the command list. More... | |
| int | offset |
| Points to the next address to write. More... | |
| uint32_t | flags |
| Flags. More... | |
| int32_t | submission_id |
| Command list id. More... | |
| struct hal_gfx_cmdlist_t_ * | next |
| Points to next command list. More... | |
| struct hal_gfx_cmdlist_t_ * | root |
| Points to the head of the list. More... | |
Command list structure.
Definition at line 79 of file hal_gfx_cmdlist.h.
| hal_gfx_buffer_t hal_gfx_cmdlist_t_::bo |
Buffer of command list.
Definition at line 81 of file hal_gfx_cmdlist.h.
| uint32_t hal_gfx_cmdlist_t_::flags |
Flags.
Definition at line 84 of file hal_gfx_cmdlist.h.
| struct hal_gfx_cmdlist_t_* hal_gfx_cmdlist_t_::next |
Points to next command list.
Definition at line 86 of file hal_gfx_cmdlist.h.
| int hal_gfx_cmdlist_t_::offset |
Points to the next address to write.
Definition at line 83 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 87 of file hal_gfx_cmdlist.h.
| int hal_gfx_cmdlist_t_::size |
Number of entries in the command list.
Definition at line 82 of file hal_gfx_cmdlist.h.
| int32_t hal_gfx_cmdlist_t_::submission_id |
Command list id.
Definition at line 85 of file hal_gfx_cmdlist.h.