Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_render.c71 [GL_LINE_LOOP] = PRIM3D_LINESTRIP,
72 [GL_LINE_STRIP] = PRIM3D_LINESTRIP,
Dintel_reg.h213 #define PRIM3D_LINESTRIP (0x6<<18) macro
Di915_reg.h44 #define PRIM3D_LINESTRIP (0x6<<18) macro
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h224 case PRIM3D_LINESTRIP: in i915_validate_vertices()
Di915_reg.h42 #define PRIM3D_LINESTRIP (0x6 << 18) macro
854 #define PRIM3D_LINESTRIP (0x6 << 18) macro
Di915_prim_vbuf.c308 i915_render->hwprim = PRIM3D_LINESTRIP; in i915_vbuf_render_set_primitive()
Di915_debug.c116 case PRIM3D_LINESTRIP: in get_prim_name()