Home
last modified time | relevance | path

Searched refs:vs_index (Results 1 – 8 of 8) 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-project/llvm/include/llvm/Object/
DELFTypes.h264 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h264 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/external/llvm-project/lld/ELF/
DInputFiles.cpp1515 versyms[i] = versym[i].vs_index; in parse()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1107 return this->getSymbolVersionByIndex((*EntryOrErr)->vs_index, IsDefault); in getSymbolVersion()
4736 unsigned Ndx = VerTable[I].vs_index; in printVersionSymbolSection()
4760 unsigned Ndx = VerTable[VersymRow + I].vs_index; in printVersionSymbolSection()
6689 W.printNumber("Version", (*VerTableOrErr)[I].vs_index & VERSYM_VERSION); in printVersionSymbolSection()
/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()