Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:vs_index

53    unsigned vs_index;
69 vs_index = draw_find_shader_output(llvmpipe->draw,
73 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
80 vs_index = draw_find_shader_output(llvmpipe->draw,
93 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
99 vs_index = draw_find_shader_output(llvmpipe->draw,
102 if (vs_index > 0) {
104 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
111 vs_index = draw_find_shader_output(llvmpipe->draw,
114 if (vs_index > 0) {
116 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_CONSTANT, vs_index);