hal_gfx_buffer_t_ Struct Reference

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
 

Detailed Description

The base structure of gpu memory.

Definition at line 35 of file hal_gfx_hal.h.

Member Data Documentation

◆ base_phys

uintptr_t hal_gfx_buffer_t_::base_phys

Physical address of buffer

Definition at line 40 of file hal_gfx_hal.h.

◆ base_virt

void* hal_gfx_buffer_t_::base_virt

Virtual address of buffer

Definition at line 39 of file hal_gfx_hal.h.

◆ fd

int hal_gfx_buffer_t_::fd

File Descriptor of buffer

Definition at line 38 of file hal_gfx_hal.h.

◆ size

int hal_gfx_buffer_t_::size

Size of buffer

Definition at line 37 of file hal_gfx_hal.h.


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