Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h211 #define PRIM3D_POLY (0x4<<18) macro
Dintel_render.c78 [GL_POLYGON] = PRIM3D_POLY,
Di915_reg.h42 #define PRIM3D_POLY (0x4<<18) macro
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h240 case PRIM3D_POLY: in i915_validate_vertices()
Di915_reg.h40 #define PRIM3D_POLY (0x4 << 18) macro
852 #define PRIM3D_POLY (0x4 << 18) macro
Di915_prim_vbuf.c332 i915_render->hwprim = PRIM3D_POLY; in i915_vbuf_render_set_primitive()
Di915_debug.c110 case PRIM3D_POLY: in get_prim_name()