Searched refs:SVGA_3D_CMD_BASE (Results 1 – 2 of 2) sorted by relevance
1023 #define SVGA_3D_CMD_BASE 1040 macro1025 #define SVGA_3D_CMD_SURFACE_DEFINE SVGA_3D_CMD_BASE + 0 // Deprecated1026 #define SVGA_3D_CMD_SURFACE_DESTROY SVGA_3D_CMD_BASE + 11027 #define SVGA_3D_CMD_SURFACE_COPY SVGA_3D_CMD_BASE + 21028 #define SVGA_3D_CMD_SURFACE_STRETCHBLT SVGA_3D_CMD_BASE + 31029 #define SVGA_3D_CMD_SURFACE_DMA SVGA_3D_CMD_BASE + 41030 #define SVGA_3D_CMD_CONTEXT_DEFINE SVGA_3D_CMD_BASE + 51031 #define SVGA_3D_CMD_CONTEXT_DESTROY SVGA_3D_CMD_BASE + 61032 #define SVGA_3D_CMD_SETTRANSFORM SVGA_3D_CMD_BASE + 71033 #define SVGA_3D_CMD_SETZRANGE SVGA_3D_CMD_BASE + 8[all …]
1799 if(SVGA_3D_CMD_BASE <= cmd_id && cmd_id < SVGA_3D_CMD_MAX) { in svga_dump_commands()