Home
last modified time | relevance | path

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

/external/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 …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c71 int vs_index; in softpipe_compute_vertex_info() local
97 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
100 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
144 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
149 vs_index == -1) { in softpipe_compute_vertex_info()
155 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
172 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
175 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
189 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
195 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
[all …]
/external/llvm/include/llvm/Object/
DELFTypes.h278 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp661 size_t version_index = vs->vs_index & ELF::VERSYM_VERSION; in getSymbolVersion()
681 IsDefault = !(vs->vs_index & ELF::VERSYM_HIDDEN); in getSymbolVersion()