Searched refs:vs_index (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_derived.c | 77 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 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 …]
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_nir_lower_uvs.c | 336 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 D | ELFObjectFile.cpp | 752 (*VerEntryOrErr)->vs_index, IsDefault, *MapOrErr, in readDynsymVersionsImpl()
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 278 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 D | ELFTypes.h | 264 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 D | ELFTypes.h | 293 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/ |
D | ELFTypes.h | 293 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/ |
D | ELFTypes.h | 293 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/ |
D | ELFTypes.h | 293 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/ |
D | ELFTypes.h | 293 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 661 size_t version_index = vs->vs_index & ELF::VERSYM_VERSION; in getSymbolVersion() 681 IsDefault = !(vs->vs_index & ELF::VERSYM_HIDDEN); in getSymbolVersion()
|