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

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 110 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_LINEAR, src);
115 draw_emit_vertex_attr(&vinfo, EMIT_3F, INTERP_LINEAR, src);
126 draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA, colorInterp, src);
133 draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA, colorInterp, src);
140 draw_emit_vertex_attr(&vinfo, EMIT_1F, INTERP_PERSPECTIVE, src);
150 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_PERSPECTIVE, src);
167 draw_emit_vertex_attr(&vinfo, EMIT_1F, INTERP_CONSTANT, src);
  /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/gallium/drivers/svga/
svga_swtnl_state.c 166 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_LINEAR, src);
186 draw_emit_vertex_attr(vinfo, EMIT_4F, colorInterp, src);
193 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, src);
202 draw_emit_vertex_attr(vinfo, EMIT_1F, INTERP_PERSPECTIVE, src);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 125 draw_emit_vertex_attr(struct vertex_info *vinfo, function
  /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/gallium/drivers/nv30/
nv30_draw.c 243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib);
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 65 draw_emit_vertex_attr(&r300->vertex_info, emit, interp, output);
    [all...]

Completed in 383 milliseconds