hal_gfx_cmdlist_t_ Struct Reference

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...
 

Detailed Description

Command list structure.

Definition at line 79 of file hal_gfx_cmdlist.h.

Member Data Documentation

◆ bo

hal_gfx_buffer_t hal_gfx_cmdlist_t_::bo

Buffer of command list.

Definition at line 81 of file hal_gfx_cmdlist.h.

◆ flags

uint32_t hal_gfx_cmdlist_t_::flags

Flags.

Definition at line 84 of file hal_gfx_cmdlist.h.

◆ next

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.

◆ offset

int hal_gfx_cmdlist_t_::offset

Points to the next address to write.

Definition at line 83 of file hal_gfx_cmdlist.h.

◆ root

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.

◆ size

int hal_gfx_cmdlist_t_::size

Number of entries in the command list.

Definition at line 82 of file hal_gfx_cmdlist.h.

◆ submission_id

int32_t hal_gfx_cmdlist_t_::submission_id

Command list id.

Definition at line 85 of file hal_gfx_cmdlist.h.


The documentation for this struct was generated from the following file: