+ Collaboration diagram for Defines:

Macros

#define HAL_GFX_ERR_NO_ERROR   (0x00000000U)
 No error has occured. More...
 
#define HAL_GFX_ERR_SYS_INIT_FAILURE   (0x00000001U)
 System initialization failure. More...
 
#define HAL_GFX_ERR_GPU_ABSENT   (0x00000002U)
 Nema GPU is absent. More...
 
#define HAL_GFX_ERR_RB_INIT_FAILURE   (0x00000004U)
 Ring buffer initialization failure. More...
 
#define HAL_GFX_ERR_NON_EXPANDABLE_CL_FULL   (0x00000008U)
 Non expandable command list is full. More...
 
#define HAL_GFX_ERR_CL_EXPANSION   (0x00000010U)
 Command list expansion error. More...
 
#define HAL_GFX_ERR_OUT_OF_GFX_MEMORY   (0x00000020U)
 Graphics memory is full. More...
 
#define HAL_GFX_ERR_OUT_OF_HOST_MEMORY   (0x00000040U)
 Host memory is full. More...
 
#define HAL_GFX_ERR_NO_BOUND_CL   (0x00000080U)
 There is no bound command list. More...
 
#define HAL_GFX_ERR_NO_BOUND_FONT   (0x00000100U)
 There is no bound font. More...
 
#define HAL_GFX_ERR_GFX_MEMORY_INIT   (0x00000200U)
 Graphics memory initialization failure. More...
 
#define HAL_GFX_ERR_DRIVER_FAILURE   (0x00000400U)
 Nema GPU Kernel Driver failure. More...
 
#define HAL_GFX_ERR_MUTEX_INIT   (0x00000800U)
 Mutex initialization failure. More...
 
#define HAL_GFX_ERR_INVALID_BO   (0x00001000U)
 Invalid buffer provided. More...
 
#define HAL_GFX_ERR_INVALID_CL   (0x00002000U)
 Invalid CL provided. More...
 

Detailed Description

Macro Definition Documentation

◆ HAL_GFX_ERR_CL_EXPANSION

#define HAL_GFX_ERR_CL_EXPANSION   (0x00000010U)

Command list expansion error.

Definition at line 68 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_DRIVER_FAILURE

#define HAL_GFX_ERR_DRIVER_FAILURE   (0x00000400U)

Nema GPU Kernel Driver failure.

Definition at line 74 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_GFX_MEMORY_INIT

#define HAL_GFX_ERR_GFX_MEMORY_INIT   (0x00000200U)

Graphics memory initialization failure.

Definition at line 73 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_GPU_ABSENT

#define HAL_GFX_ERR_GPU_ABSENT   (0x00000002U)

Nema GPU is absent.

Definition at line 65 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_INVALID_BO

#define HAL_GFX_ERR_INVALID_BO   (0x00001000U)

Invalid buffer provided.

Definition at line 76 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_INVALID_CL

#define HAL_GFX_ERR_INVALID_CL   (0x00002000U)

Invalid CL provided.

Definition at line 77 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_MUTEX_INIT

#define HAL_GFX_ERR_MUTEX_INIT   (0x00000800U)

Mutex initialization failure.

Definition at line 75 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_NO_BOUND_CL

#define HAL_GFX_ERR_NO_BOUND_CL   (0x00000080U)

There is no bound command list.

Definition at line 71 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_NO_BOUND_FONT

#define HAL_GFX_ERR_NO_BOUND_FONT   (0x00000100U)

There is no bound font.

Definition at line 72 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_NO_ERROR

#define HAL_GFX_ERR_NO_ERROR   (0x00000000U)

No error has occured.

Definition at line 63 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_NON_EXPANDABLE_CL_FULL

#define HAL_GFX_ERR_NON_EXPANDABLE_CL_FULL   (0x00000008U)

Non expandable command list is full.

Definition at line 67 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_OUT_OF_GFX_MEMORY

#define HAL_GFX_ERR_OUT_OF_GFX_MEMORY   (0x00000020U)

Graphics memory is full.

Definition at line 69 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_OUT_OF_HOST_MEMORY

#define HAL_GFX_ERR_OUT_OF_HOST_MEMORY   (0x00000040U)

Host memory is full.

Definition at line 70 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_RB_INIT_FAILURE

#define HAL_GFX_ERR_RB_INIT_FAILURE   (0x00000004U)

Ring buffer initialization failure.

Definition at line 66 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_SYS_INIT_FAILURE

#define HAL_GFX_ERR_SYS_INIT_FAILURE   (0x00000001U)

System initialization failure.

Definition at line 64 of file hal_gfx_error.h.