The base structure of gpu memory. More...
#include <hal_gfx_hal.h>
Public Attributes | |
int | size |
int | fd |
void * | base_virt |
uintptr_t | base_phys |
The base structure of gpu memory.
Definition at line 35 of file hal_gfx_hal.h.
uintptr_t hal_gfx_buffer_t_::base_phys |
Physical address of buffer
Definition at line 40 of file hal_gfx_hal.h.
void* hal_gfx_buffer_t_::base_virt |
Virtual address of buffer
Definition at line 39 of file hal_gfx_hal.h.
int hal_gfx_buffer_t_::fd |
File Descriptor of buffer
Definition at line 38 of file hal_gfx_hal.h.
int hal_gfx_buffer_t_::size |
Size of buffer
Definition at line 37 of file hal_gfx_hal.h.