The base structure of gpu memory. More...
#include <hal_gfx_hal.h>
Public Attributes | |
| int | size |
| Size of buffer. More... | |
| int | fd |
| File Descriptor of buffer. More... | |
| void * | base_virt |
| Virtual address of buffer. More... | |
| uintptr_t | base_phys |
| Physical address of buffer. More... | |
The base structure of gpu memory.
Definition at line 74 of file hal_gfx_hal.h.
| uintptr_t hal_gfx_buffer_t_::base_phys |
Physical address of buffer.
Definition at line 79 of file hal_gfx_hal.h.
| void* hal_gfx_buffer_t_::base_virt |
Virtual address of buffer.
Definition at line 78 of file hal_gfx_hal.h.
| int hal_gfx_buffer_t_::fd |
File Descriptor of buffer.
Definition at line 77 of file hal_gfx_hal.h.
| int hal_gfx_buffer_t_::size |
Size of buffer.
Definition at line 76 of file hal_gfx_hal.h.