hal_gfx_cmdlist_t_ Struct Reference

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
 

Detailed Description

Command list structure.

Definition at line 39 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 41 of file hal_gfx_cmdlist.h.

◆ flags

uint32_t hal_gfx_cmdlist_t_::flags

Flags

Definition at line 44 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 46 of file hal_gfx_cmdlist.h.

◆ offset

int hal_gfx_cmdlist_t_::offset

Points to the next address to write

Definition at line 43 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 47 of file hal_gfx_cmdlist.h.

◆ size

int hal_gfx_cmdlist_t_::size

Number of entries in the command list

Definition at line 42 of file hal_gfx_cmdlist.h.

◆ submission_id

int32_t hal_gfx_cmdlist_t_::submission_id

Command list id.

Definition at line 45 of file hal_gfx_cmdlist.h.


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