Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c77 int vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() local
80 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
93 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info()
96 if (slot_emitted & BITFIELD64_BIT(vs_index)) { in compute_vertex_info()
108 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
117 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
120 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
129 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
131 slot_emitted |= BITFIELD64_BIT(vs_index); in compute_vertex_info()
143 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_uvs.c336 unsigned vs_index = vs->slots[b.slot]; in agx_link_varyings_vs_fs() local
341 if (vs_index) { in agx_link_varyings_vs_fs()
342 assert(vs_index >= 4 && in agx_link_varyings_vs_fs()
345 cfg.base_slot = user_base + (vs_index - 4) + b.offset; in agx_link_varyings_vs_fs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DELFObjectFile.cpp752 (*VerEntryOrErr)->vs_index, IsDefault, *MapOrErr, in readDynsymVersionsImpl()
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFTypes.h278 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h264 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFTypes.h293 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFTypes.h293 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFTypes.h293 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFTypes.h293 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFTypes.h293 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp661 size_t version_index = vs->vs_index & ELF::VERSYM_VERSION; in getSymbolVersion()
681 IsDefault = !(vs->vs_index & ELF::VERSYM_HIDDEN); in getSymbolVersion()