The ringbuffer structure. More...
#include <hal_gfx_hal.h>
Collaboration diagram for hal_gfx_ringbuffer_t_:Public Attributes | |
| hal_gfx_buffer_t | bo |
| Memory base structure. More... | |
| int | offset |
| Record ringbuffer usage. More... | |
| int | last_submission_id |
| Latest command list id. More... | |
The ringbuffer structure.
Definition at line 83 of file hal_gfx_hal.h.
| hal_gfx_buffer_t hal_gfx_ringbuffer_t_::bo |
Memory base structure.
Definition at line 85 of file hal_gfx_hal.h.
| int hal_gfx_ringbuffer_t_::last_submission_id |
Latest command list id.
Definition at line 87 of file hal_gfx_hal.h.
| int hal_gfx_ringbuffer_t_::offset |
Record ringbuffer usage.
Definition at line 86 of file hal_gfx_hal.h.