Home
last modified time | relevance | path

Searched refs:vs_index (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c53 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/
Dsp_state_derived.c70 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/
DELFTypes.h264 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)