Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c95 unsigned member_index, in lp_llvm_texture_member() argument
115 indices[3] = lp_build_const_int32(gallivm, member_index); in lp_llvm_texture_member()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c90 unsigned member_index, in draw_llvm_texture_member() argument
110 indices[3] = lp_build_const_int32(gallivm, member_index); in draw_llvm_texture_member()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1485 unsigned member_index = insn.word(2); in collect_interface_block_members() local
1489 member_components[member_index] = component; in collect_interface_block_members()
1497 unsigned member_index = insn.word(2); in collect_interface_block_members() local
1498 unsigned member_type_id = type.word(2 + member_index); in collect_interface_block_members()
1503 auto component_it = member_components.find(member_index); in collect_interface_block_members()