Collaboration diagram for Defines:Macros | |
| #define | CL_NOP 0x010000U |
| No operation. More... | |
| #define | CL_PUSH 0x020000U |
| Push command to currently command list. More... | |
| #define | CL_RETURN 0x040000U |
| Return from current command list. More... | |
| #define | CL_ABORT 0x080000U |
| Abort current command list. More... | |
| #define | CL_BATCH_SHIFT 12 |
| TODO. More... | |
| #define | CL_BATCH_LOOP 0x8000 |
| TODO. More... | |
| #define | SUBMISSION_ID_MASK 0xffffff |
| Mask. More... | |
| #define CL_ABORT 0x080000U |
Abort current command list.
Definition at line 68 of file hal_gfx_cmdlist.h.
| #define CL_BATCH_LOOP 0x8000 |
TODO.
Definition at line 70 of file hal_gfx_cmdlist.h.
| #define CL_BATCH_SHIFT 12 |
TODO.
Definition at line 69 of file hal_gfx_cmdlist.h.
| #define CL_NOP 0x010000U |
No operation.
Definition at line 65 of file hal_gfx_cmdlist.h.
| #define CL_PUSH 0x020000U |
Push command to currently command list.
Definition at line 66 of file hal_gfx_cmdlist.h.
| #define CL_RETURN 0x040000U |
Return from current command list.
Definition at line 67 of file hal_gfx_cmdlist.h.
| #define SUBMISSION_ID_MASK 0xffffff |
Mask.
Definition at line 71 of file hal_gfx_cmdlist.h.