Searched refs:SVGA_3D_CMD_BASE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h991 #define SVGA_3D_CMD_BASE 1040 macro
993 #define SVGA_3D_CMD_SURFACE_DEFINE SVGA_3D_CMD_BASE + 0
994 #define SVGA_3D_CMD_SURFACE_DESTROY SVGA_3D_CMD_BASE + 1
995 #define SVGA_3D_CMD_SURFACE_COPY SVGA_3D_CMD_BASE + 2
996 #define SVGA_3D_CMD_SURFACE_STRETCHBLT SVGA_3D_CMD_BASE + 3
997 #define SVGA_3D_CMD_SURFACE_DMA SVGA_3D_CMD_BASE + 4
998 #define SVGA_3D_CMD_CONTEXT_DEFINE SVGA_3D_CMD_BASE + 5
999 #define SVGA_3D_CMD_CONTEXT_DESTROY SVGA_3D_CMD_BASE + 6
1000 #define SVGA_3D_CMD_SETTRANSFORM SVGA_3D_CMD_BASE + 7
1001 #define SVGA_3D_CMD_SETZRANGE SVGA_3D_CMD_BASE
[all...]
H A Dvmwgfx_execbuf.c424 [cmd - SVGA_3D_CMD_BASE] = func
479 cmd_id -= SVGA_3D_CMD_BASE;
483 if (unlikely(cmd_id >= SVGA_3D_CMD_MAX - SVGA_3D_CMD_BASE))
493 cmd_id + SVGA_3D_CMD_BASE);

Completed in 71 milliseconds