Searched refs:PRIM3D_POINTLIST (Results 1 – 9 of 9) sorted by relevance
211 #define PRIM3D_POINTLIST (0x8<<18) macro
68 [GL_POINTS] = PRIM3D_POINTLIST,
46 #define PRIM3D_POINTLIST (0x8<<18) macro
669 [GL_POINTS] = PRIM3D_POINTLIST,
219 case PRIM3D_POINTLIST: in i915_validate_vertices()
189 emit_prim( stage, prim, PRIM3D_POINTLIST, 1 ); in setup_point()
46 #define PRIM3D_POINTLIST (0x8<<18) macro884 #define PRIM3D_POINTLIST (0x8<<18) macro
334 i915_render->hwprim = PRIM3D_POINTLIST; in i915_vbuf_render_set_primitive()
120 case PRIM3D_POINTLIST: return "POINTLIST"; break; in get_prim_name()