HomeSort by relevance Sort by last modified time
    Searched defs:vs_index (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 53 int vs_index; local
80 vs_index = draw_find_shader_output(llvmpipe->draw,
83 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index);
89 vs_index = draw_find_shader_output(llvmpipe->draw,
101 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index);
111 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index);
114 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index);
123 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index);
130 vs_index = draw_find_shader_output(llvmpipe->draw,
133 if (vs_index >= 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 71 int vs_index; local
97 vs_index = draw_find_shader_output(softpipe->draw,
100 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index);
144 vs_index = draw_find_shader_output(softpipe->draw,
149 vs_index == -1) {
155 vs_index = draw_find_shader_output(softpipe->draw,
172 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index);
175 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index);
189 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index);
195 vs_index = draw_find_shader_output(softpipe->draw
    [all...]

Completed in 65 milliseconds