Lines Matching refs:PRIM3D
35 #define PRIM3D (CMD_3D | (0x1f<<24))
37 #define PRIM3D_TRILIST (PRIM3D | (0x0<<18))
38 #define PRIM3D_TRISTRIP (PRIM3D | (0x1<<18))
39 #define PRIM3D_TRISTRIP_RVRSE (PRIM3D | (0x2<<18))
40 #define PRIM3D_TRIFAN (PRIM3D | (0x3<<18))
41 #define PRIM3D_POLY (PRIM3D | (0x4<<18))
42 #define PRIM3D_LINELIST (PRIM3D | (0x5<<18))
43 #define PRIM3D_LINESTRIP (PRIM3D | (0x6<<18))
44 #define PRIM3D_RECTLIST (PRIM3D | (0x7<<18))
45 #define PRIM3D_POINTLIST (PRIM3D | (0x8<<18))
46 #define PRIM3D_DIB (PRIM3D | (0x9<<18))
47 #define PRIM3D_CLEAR_RECT (PRIM3D | (0xa<<18))
48 #define PRIM3D_ZONE_INIT (PRIM3D | (0xd<<18))