Home
last modified time | relevance | path

Searched refs:PRIM3D_TRISTRIP (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h204 #define PRIM3D_TRISTRIP (0x1<<18) macro
Dintel_render.c73 [GL_TRIANGLE_STRIP] = PRIM3D_TRISTRIP,
Di915_reg.h39 #define PRIM3D_TRISTRIP (0x1<<18) macro
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h235 case PRIM3D_TRISTRIP: in i915_validate_vertices()
Di915_reg.h39 #define PRIM3D_TRISTRIP (0x1<<18) macro
877 #define PRIM3D_TRISTRIP (0x1<<18) macro
Di915_prim_vbuf.c354 i915_render->hwprim = PRIM3D_TRISTRIP; in i915_vbuf_render_set_primitive()
Di915_debug.c113 case PRIM3D_TRISTRIP: return "TRISTRIP"; break; in get_prim_name()