Home
last modified time | relevance | path

Searched defs:hwprim (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_prim_emit.c118 emit_prim(struct draw_stage *stage, struct prim_header *prim, unsigned hwprim, in emit_prim()
Di915_prim_vbuf.c68 unsigned hwprim; member
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c170 GLuint hwprim, in radeonEmitPrim()
189 #define EMIT_PRIM( ctx, prim, hwprim, start, count ) do { \ argument
Dradeon_swtcl.c736 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim ) in radeonRasterPrimitive()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c179 GLuint hwprim, in r200EmitPrim()
199 #define EMIT_PRIM(ctx, prim, hwprim, start, count) do { \ argument
Dr200_swtcl.c614 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim ) in r200RasterPrimitive()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_render.c66 unsigned hwprim = prim_conv[prim]; in r300_translate_primitive() local
904 unsigned hwprim; member
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c1121 intelRasterPrimitive(struct gl_context * ctx, GLenum rprim, GLuint hwprim) in intelRasterPrimitive()