Searched refs:hwprim (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
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...]
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
/external/mesa3d/src/gallium/drivers/i915/
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...]
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
/external/chromium_org/third_party/mesa/src/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
H A Dradeon_swtcl.c480 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim );
731 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim )
735 if (rmesa->radeon.swtcl.hw_primitive != hwprim) {
737 rmesa->radeon.swtcl.hw_primitive = hwprim;
/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
H A Dradeon_swtcl.c480 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim );
731 static void radeonRasterPrimitive( struct gl_context *ctx, GLuint hwprim )
735 if (rmesa->radeon.swtcl.hw_primitive != hwprim) {
737 rmesa->radeon.swtcl.hw_primitive = hwprim;
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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
H A Dr200_swtcl.c336 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim );
608 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim )
617 if (rmesa->radeon.swtcl.hw_primitive != hwprim) {
619 if ((hwprim & 0xf) == R200_VF_PRIM_POINT_SPRITES && ctx->Point.PointSprite) {
630 rmesa->radeon.swtcl.hw_primitive = hwprim;
/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
H A Dr200_swtcl.c336 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim );
608 static void r200RasterPrimitive( struct gl_context *ctx, GLuint hwprim )
617 if (rmesa->radeon.swtcl.hw_primitive != hwprim) {
619 if ((hwprim & 0xf) == R200_VF_PRIM_POINT_SPRITES && ctx->Point.PointSprite) {
630 rmesa->radeon.swtcl.hw_primitive = hwprim;
/external/chromium_org/third_party/mesa/src/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);
/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 353 milliseconds