Searched refs:vs_index (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_derived.c | 53 int vs_index; local in function:compute_vertex_info 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 > [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_derived.c | 53 int vs_index; local in function:compute_vertex_info 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 > [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_derived.c | 71 int vs_index; local in function:softpipe_compute_vertex_info 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_derived.c | 71 int vs_index; local in function:softpipe_compute_vertex_info 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 [all...] |
Completed in 3 milliseconds