hal_gfx_buffer_t_ Struct Reference

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...
 

Detailed Description

The base structure of gpu memory.

Definition at line 74 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 79 of file hal_gfx_hal.h.

◆ base_virt

void* hal_gfx_buffer_t_::base_virt

Virtual address of buffer.

Definition at line 78 of file hal_gfx_hal.h.

◆ fd

int hal_gfx_buffer_t_::fd

File Descriptor of buffer.

Definition at line 77 of file hal_gfx_hal.h.

◆ size

int hal_gfx_buffer_t_::size

Size of buffer.

Definition at line 76 of file hal_gfx_hal.h.


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