Searched refs:vs_index (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 53 int vs_index; in compute_vertex_info() local 80 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() 83 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info() 89 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() 101 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info() 111 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info() 114 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info() 123 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info() 130 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() 133 if (vs_index >= 0) { in compute_vertex_info() [all …]
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 70 int vs_index; in softpipe_compute_vertex_info() local 96 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info() 99 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info() 143 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info() 148 vs_index == -1) { in softpipe_compute_vertex_info() 154 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info() 171 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info() 174 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info() 188 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info() 194 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 264 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
|