Macros

#define HAL_GFX_ERR_NO_ERROR   (0x00000000U)
 
#define HAL_GFX_ERR_SYS_INIT_FAILURE   (0x00000001U)
 
#define HAL_GFX_ERR_GPU_ABSENT   (0x00000002U)
 
#define HAL_GFX_ERR_RB_INIT_FAILURE   (0x00000004U)
 
#define HAL_GFX_ERR_NON_EXPANDABLE_CL_FULL   (0x00000008U)
 
#define HAL_GFX_ERR_CL_EXPANSION   (0x00000010U)
 
#define HAL_GFX_ERR_OUT_OF_GFX_MEMORY   (0x00000020U)
 
#define HAL_GFX_ERR_OUT_OF_HOST_MEMORY   (0x00000040U)
 
#define HAL_GFX_ERR_NO_BOUND_CL   (0x00000080U)
 
#define HAL_GFX_ERR_NO_BOUND_FONT   (0x00000100U)
 
#define HAL_GFX_ERR_GFX_MEMORY_INIT   (0x00000200U)
 
#define HAL_GFX_ERR_DRIVER_FAILURE   (0x00000400U)
 
#define HAL_GFX_ERR_MUTEX_INIT   (0x00000800U)
 
#define HAL_GFX_ERR_INVALID_BO   (0x00001000U)
 
#define HAL_GFX_ERR_INVALID_CL   (0x00002000U)
 

Detailed Description

Macro Definition Documentation

◆ HAL_GFX_ERR_CL_EXPANSION

#define HAL_GFX_ERR_CL_EXPANSION   (0x00000010U)

Command list expansion error

Definition at line 28 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 34 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 33 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 25 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_INVALID_BO

#define HAL_GFX_ERR_INVALID_BO   (0x00001000U)

Invalid buffer provided

Definition at line 36 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_INVALID_CL

#define HAL_GFX_ERR_INVALID_CL   (0x00002000U)

Invalid CL provided

Definition at line 37 of file hal_gfx_error.h.

◆ HAL_GFX_ERR_MUTEX_INIT

#define HAL_GFX_ERR_MUTEX_INIT   (0x00000800U)

Mutex initialization failure

Definition at line 35 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 31 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 32 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 23 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 27 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 29 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 30 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 26 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 24 of file hal_gfx_error.h.