Searched refs:hw_prim (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c92 uint32_t hw_prim = prim_to_hw_prim[prim->mode]; local
102 hw_prim = _3DPRIM_TRISTRIP;
108 hw_prim = _3DPRIM_TRIFAN;
111 if (hw_prim != brw->primitive) {
112 brw->primitive = hw_prim;
125 uint32_t hw_prim; local
129 hw_prim = prim_to_hw_prim[prim->mode];
131 if (hw_prim != brw->primitive) {
132 brw->primitive = hw_prim;
151 uint32_t hw_prim)
149 brw_emit_prim(struct brw_context *brw, const struct _mesa_prim *prim, uint32_t hw_prim) argument
206 gen7_emit_prim(struct brw_context *brw, const struct _mesa_prim *prim, uint32_t hw_prim) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c92 uint32_t hw_prim = prim_to_hw_prim[prim->mode]; local
102 hw_prim = _3DPRIM_TRISTRIP;
108 hw_prim = _3DPRIM_TRIFAN;
111 if (hw_prim != brw->primitive) {
112 brw->primitive = hw_prim;
125 uint32_t hw_prim; local
129 hw_prim = prim_to_hw_prim[prim->mode];
131 if (hw_prim != brw->primitive) {
132 brw->primitive = hw_prim;
151 uint32_t hw_prim)
149 brw_emit_prim(struct brw_context *brw, const struct _mesa_prim *prim, uint32_t hw_prim) argument
206 gen7_emit_prim(struct brw_context *brw, const struct _mesa_prim *prim, uint32_t hw_prim) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tcl.h40 extern void r200TclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
H A Dr200_tcl.c108 #define ELT_INIT(prim, hw_prim) \
109 r200TclPrimitive( ctx, prim, hw_prim | R200_VF_PRIM_WALK_IND )
260 int hw_prim )
263 GLuint newprim = hw_prim | R200_VF_TCL_OUTPUT_VTX_ENABLE;
270 !discrete_prim[hw_prim&0xf]) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.h41 extern void radeonTclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
H A Dradeon_tcl.c111 #define ELT_INIT(prim, hw_prim) \
112 radeonTclPrimitive( ctx, prim, hw_prim | RADEON_CP_VC_CNTL_PRIM_WALK_IND )
249 int hw_prim )
253 GLuint newprim = hw_prim | RADEON_CP_VC_CNTL_TCL_ENABLE;
260 !discrete_prim[hw_prim&0xf]) {
H A Dradeon_swtcl.c358 static const GLuint hw_prim[GL_POLYGON+1] = { variable
375 rmesa->radeon.swtcl.hw_primitive = hw_prim[prim];
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tcl.h40 extern void r200TclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
H A Dr200_tcl.c108 #define ELT_INIT(prim, hw_prim) \
109 r200TclPrimitive( ctx, prim, hw_prim | R200_VF_PRIM_WALK_IND )
260 int hw_prim )
263 GLuint newprim = hw_prim | R200_VF_TCL_OUTPUT_VTX_ENABLE;
270 !discrete_prim[hw_prim&0xf]) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.h41 extern void radeonTclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
H A Dradeon_tcl.c111 #define ELT_INIT(prim, hw_prim) \
112 radeonTclPrimitive( ctx, prim, hw_prim | RADEON_CP_VC_CNTL_PRIM_WALK_IND )
249 int hw_prim )
253 GLuint newprim = hw_prim | RADEON_CP_VC_CNTL_TCL_ENABLE;
260 !discrete_prim[hw_prim&0xf]) {
H A Dradeon_swtcl.c358 static const GLuint hw_prim[GL_POLYGON+1] = { variable
375 rmesa->radeon.swtcl.hw_primitive = hw_prim[prim];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c112 unsigned hw_prim; local
117 hw_prim = svga_translate_prim(prim, count, &hw_count);
143 range.primType = hw_prim;
H A Dsvga_draw_arrays.c192 unsigned hw_prim; local
195 hw_prim = svga_translate_prim(prim, count, &hw_count);
199 range.primType = hw_prim;
H A Dsvga_context.h335 unsigned hw_prim; member in struct:svga_context::__anon14122
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c112 unsigned hw_prim; local
117 hw_prim = svga_translate_prim(prim, count, &hw_count);
143 range.primType = hw_prim;
H A Dsvga_draw_arrays.c192 unsigned hw_prim; local
195 hw_prim = svga_translate_prim(prim, count, &hw_count);
199 range.primType = hw_prim;
H A Dsvga_context.h335 unsigned hw_prim; member in struct:svga_context::__anon27533
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_inlines.h214 static INLINE boolean i915_validate_vertices( unsigned hw_prim, unsigned nr ) argument
218 switch (hw_prim) {
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h214 static INLINE boolean i915_validate_vertices( unsigned hw_prim, unsigned nr ) argument
218 switch (hw_prim) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_render.c72 static uint32_t hw_prim[GL_POLYGON + 1] = { variable
119 intel_set_prim(intel, hw_prim[prim]);
H A Dintel_tris.c675 static const GLuint hw_prim[GL_POLYGON + 1] = { variable
688 #define RASTERIZE(x) intelRasterPrimitive( ctx, x, hw_prim[x] )
1166 intelRasterPrimitive(ctx, reduced_prim[prim], hw_prim[prim]);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_render.c72 static uint32_t hw_prim[GL_POLYGON + 1] = { variable
119 intel_set_prim(intel, hw_prim[prim]);
H A Dintel_tris.c675 static const GLuint hw_prim[GL_POLYGON + 1] = { variable
688 #define RASTERIZE(x) intelRasterPrimitive( ctx, x, hw_prim[x] )
1166 intelRasterPrimitive(ctx, reduced_prim[prim], hw_prim[prim]);

Completed in 572 milliseconds