HomeSort by relevance Sort by last modified time
    Searched refs:INTERP_LINEAR (Results 1 - 9 of 9) 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);
i915_state.c 889 cso->color_interp = rasterizer->flatshade ? INTERP_CONSTANT : INTERP_LINEAR;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 70 INTERP_LINEAR,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 91 enum interp_mode interp = INTERP_LINEAR;
98 interp = INTERP_LINEAR;
sp_setup.c 638 case INTERP_LINEAR:
994 case INTERP_LINEAR:
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c 155 svga->curr.rast->templ.flatshade ? INTERP_CONSTANT : INTERP_LINEAR;
166 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_LINEAR, src);
  /external/mesa3d/src/mesa/state_tracker/
st_draw_feedback.c 69 vinfo.interp_mode[0] = INTERP_LINEAR;
77 vinfo.interp_mode[i] = INTERP_LINEAR;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 212 [TGSI_SEMANTIC_COLOR ] = { EMIT_4F, INTERP_LINEAR , 3, 1, 0x00000001 },
213 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, INTERP_LINEAR , 1, 3, 0x00000004 },
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 91 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_LINEAR,
99 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_LINEAR,
    [all...]

Completed in 522 milliseconds