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

  /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);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 140 draw_emit_vertex_attr(&vinfo, EMIT_1F, INTERP_PERSPECTIVE, src);
150 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_PERSPECTIVE, src);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 71 INTERP_PERSPECTIVE
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 80 draw_emit_vertex_attr(vinfo_vbuf, EMIT_4F, INTERP_PERSPECTIVE, i);
101 interp = INTERP_PERSPECTIVE;
120 interp = INTERP_PERSPECTIVE;
sp_setup.c 648 case INTERP_PERSPECTIVE:
1003 case INTERP_PERSPECTIVE:
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c 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/drivers/nv30/
nv30_draw.c 211 [TGSI_SEMANTIC_POSITION] = { EMIT_4F, INTERP_PERSPECTIVE, 0, 0, 0x00000000 },
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,
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...]

Completed in 576 milliseconds