Searched defs:hwprim (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_emit.c130 unsigned hwprim,
164 hwprim |
128 emit_prim( struct draw_stage *stage, struct prim_header *prim, unsigned hwprim, unsigned nr ) argument
H A Di915_prim_vbuf.c72 unsigned hwprim; member in struct:i915_vbuf_render
334 i915_render->hwprim = PRIM3D_POINTLIST;
338 i915_render->hwprim = PRIM3D_LINELIST;
342 i915_render->hwprim = PRIM3D_LINELIST;
346 i915_render->hwprim = PRIM3D_LINESTRIP;
350 i915_render->hwprim = PRIM3D_TRILIST;
354 i915_render->hwprim = PRIM3D_TRISTRIP;
358 i915_render->hwprim = PRIM3D_TRIFAN;
362 i915_render->hwprim = PRIM3D_TRILIST;
366 i915_render->hwprim
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c180 GLuint hwprim,
185 r200TclPrimitive( ctx, prim, hwprim );
200 #define EMIT_PRIM(ctx, prim, hwprim, start, count) do { \
201 r200EmitPrim( ctx, prim, hwprim, start, count ); \
178 r200EmitPrim( struct gl_context *ctx, GLenum prim, GLuint hwprim, GLuint start, GLuint count) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c169 GLuint hwprim,
174 radeonTclPrimitive( ctx, prim, hwprim );
188 #define EMIT_PRIM( ctx, prim, hwprim, start, count ) do { \
189 radeonEmitPrim( ctx, prim, hwprim, start, count ); \
167 radeonEmitPrim( struct gl_context *ctx, GLenum prim, GLuint hwprim, GLuint start, GLuint count) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render.c65 unsigned hwprim = prim_conv[prim]; local
67 assert(hwprim != -1);
68 return hwprim;
889 unsigned hwprim; member in struct:r300_render
996 r300render->hwprim = r300_translate_primitive(prim);
1032 r300render->hwprim);
1082 r300render->hwprim);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c62 GLuint hwprim);
1121 intelRasterPrimitive(struct gl_context * ctx, GLenum rprim, GLuint hwprim) argument
1127 _mesa_lookup_enum_by_nr(rprim), hwprim);
1133 if (hwprim != intel->prim.primitive) {
1136 intel_set_prim(intel, hwprim);

Completed in 147 milliseconds