HomeSort by relevance Sort by last modified time
    Searched refs:hwprim (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_vbuf.c 72 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 = PRIM3D_TRILIST
    [all...]
i915_prim_emit.c 130 unsigned hwprim,
164 hwprim |
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 169 GLuint hwprim,
174 radeonTclPrimitive( ctx, prim, hwprim );
188 #define EMIT_PRIM( ctx, prim, hwprim, start, count ) do { \
189 radeonEmitPrim( ctx, prim, hwprim, start, count ); \
radeon_swtcl.c 480 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/gallium/drivers/r300/
r300_render.c 65 unsigned hwprim = prim_conv[prim]; local
67 assert(hwprim != -1);
68 return hwprim;
889 unsigned hwprim; member in struct:r300_render
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 180 GLuint hwprim,
185 r200TclPrimitive( ctx, prim, hwprim );
200 #define EMIT_PRIM(ctx, prim, hwprim, start, count) do { \
201 r200EmitPrim( ctx, prim, hwprim, start, count ); \
r200_swtcl.c 336 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/i915/
intel_tris.c 62 GLuint hwprim);
1121 intelRasterPrimitive(struct gl_context * ctx, GLenum rprim, GLuint hwprim)
1127 _mesa_lookup_enum_by_nr(rprim), hwprim);
1133 if (hwprim != intel->prim.primitive)
    [all...]

Completed in 954 milliseconds