Searched refs:EMIT_4F (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h57 EMIT_4F, enumerator in enum:attrib_emit
158 case EMIT_4F:
182 case EMIT_4F:
H A Ddraw_vertex.c90 case EMIT_4F:
91 debug_printf("EMIT_4F:\t");
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h57 EMIT_4F, enumerator in enum:attrib_emit
158 case EMIT_4F:
182 case EMIT_4F:
H A Ddraw_vertex.c90 case EMIT_4F:
91 debug_printf("EMIT_4F:\t");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c73 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
93 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
104 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
116 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_CONSTANT, vs_index);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c73 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
93 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
104 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
116 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_CONSTANT, vs_index);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_context.c46 #define VARYING_EMIT_STYLE EMIT_4F
134 EMIT_ATTR( _TNL_ATTRIB_COLOR0, EMIT_4F, attrib[FRAG_ATTRIB_COL0]);
138 EMIT_ATTR( _TNL_ATTRIB_COLOR1, EMIT_4F, attrib[FRAG_ATTRIB_COL1]);
142 const GLint emit = ctx->FragmentProgram._Current ? EMIT_4F : EMIT_1F;
150 EMIT_ATTR( _TNL_ATTRIB_TEX(i), EMIT_4F, local
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_context.c46 #define VARYING_EMIT_STYLE EMIT_4F
134 EMIT_ATTR( _TNL_ATTRIB_COLOR0, EMIT_4F, attrib[FRAG_ATTRIB_COL0]);
138 EMIT_ATTR( _TNL_ATTRIB_COLOR1, EMIT_4F, attrib[FRAG_ATTRIB_COL1]);
142 const GLint emit = ctx->FragmentProgram._Current ? EMIT_4F : EMIT_1F;
150 EMIT_ATTR( _TNL_ATTRIB_TEX(i), EMIT_4F, local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_derived.c110 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_LINEAR, src);
112 vinfo.attrib[0].emit = EMIT_4F;
150 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_PERSPECTIVE, src);
H A Di915_prim_emit.c97 case EMIT_4F:
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c110 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_LINEAR, src);
112 vinfo.attrib[0].emit = EMIT_4F;
150 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_PERSPECTIVE, src);
H A Di915_prim_emit.c97 case EMIT_4F:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c166 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_LINEAR, src);
167 vinfo->attrib[0].emit = EMIT_4F;
186 draw_emit_vertex_attr(vinfo, EMIT_4F, colorInterp, src);
193 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, src);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c166 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_LINEAR, src);
167 vinfo->attrib[0].emit = EMIT_4F;
186 draw_emit_vertex_attr(vinfo, EMIT_4F, colorInterp, src);
193 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, src);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c80 draw_emit_vertex_attr(vinfo_vbuf, EMIT_4F, INTERP_PERSPECTIVE, i);
134 draw_emit_vertex_attr(vinfo, EMIT_4F, interp, src);
140 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_CONSTANT,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c80 draw_emit_vertex_attr(vinfo_vbuf, EMIT_4F, INTERP_PERSPECTIVE, i);
134 draw_emit_vertex_attr(vinfo, EMIT_4F, interp, src);
140 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_CONSTANT,
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex.h49 EMIT_4F, enumerator in enum:tnl_attr_format
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.h49 EMIT_4F, enumerator in enum:tnl_attr_format
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_draw.c211 [TGSI_SEMANTIC_POSITION] = { EMIT_4F, INTERP_PERSPECTIVE, 0, 0, 0x00000000 },
212 [TGSI_SEMANTIC_COLOR ] = { EMIT_4F, INTERP_LINEAR , 3, 1, 0x00000001 },
213 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, INTERP_LINEAR , 1, 3, 0x00000004 },
214 [TGSI_SEMANTIC_FOG ] = { EMIT_4F, INTERP_PERSPECTIVE, 5, 5, 0x00000010 },
216 [TGSI_SEMANTIC_GENERIC ] = { EMIT_4F, INTERP_PERSPECTIVE, 8, 7, 0x00004000 }
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c211 [TGSI_SEMANTIC_POSITION] = { EMIT_4F, INTERP_PERSPECTIVE, 0, 0, 0x00000000 },
212 [TGSI_SEMANTIC_COLOR ] = { EMIT_4F, INTERP_LINEAR , 3, 1, 0x00000001 },
213 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, INTERP_LINEAR , 1, 3, 0x00000004 },
214 [TGSI_SEMANTIC_FOG ] = { EMIT_4F, INTERP_PERSPECTIVE, 5, 5, 0x00000010 },
216 [TGSI_SEMANTIC_GENERIC ] = { EMIT_4F, INTERP_PERSPECTIVE, 8, 7, 0x00004000 }
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_state_derived.c76 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE,
91 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_LINEAR,
99 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_LINEAR,
111 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE,
119 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE,
128 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE,
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c76 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE,
91 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_LINEAR,
99 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_LINEAR,
111 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE,
119 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE,
128 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_swtnl_t.c45 return EMIT_4F;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_swtnl_t.c45 return EMIT_4F;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c106 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F, R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 );

Completed in 4463 milliseconds

12