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 /* Deprecated */1026 #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 …]
759 [cmd - SVGA_3D_CMD_BASE] = func814 cmd_id -= SVGA_3D_CMD_BASE; in vmw_cmd_check()818 if (unlikely(cmd_id >= SVGA_3D_CMD_MAX - SVGA_3D_CMD_BASE)) in vmw_cmd_check()828 cmd_id + SVGA_3D_CMD_BASE); in vmw_cmd_check()