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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 57 EMIT_4F,
158 case EMIT_4F:
182 case EMIT_4F:
draw_vertex.c 90 case EMIT_4F:
91 debug_printf("EMIT_4F:\t");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 73 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/mesa/swrast_setup/
ss_context.c 46 #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,
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 110 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);
i915_prim_emit.c 97 case EMIT_4F:
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c 166 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/softpipe/
sp_state_derived.c 80 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/mesa/tnl/
t_vertex.h 49 EMIT_4F,
t_vertex_sse.c 449 case EMIT_4F:
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 211 [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/r300/
r300_state_derived.c 76 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,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 45 return EMIT_4F;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 106 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F, R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 117 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F,

Completed in 337 milliseconds