/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.h | 32 uint32_t member_index) in RemoveStructMemberReductionOpportunity() argument 34 member_index_(member_index), in RemoveStructMemberReductionOpportunity()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.h | 32 uint32_t member_index) in RemoveStructMemberReductionOpportunity() argument 34 member_index_(member_index), in RemoveStructMemberReductionOpportunity()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | remove_struct_member_reduction_opportunity.h | 32 uint32_t member_index) in RemoveStructMemberReductionOpportunity() argument 34 member_index_(member_index), in RemoveStructMemberReductionOpportunity()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | decoration.h | 63 uint32_t member_index = kInvalidMember) 64 : dec_type_(t), params_(parameters), struct_member_index_(member_index) {} in dec_type_()
|
D | validate_constants.cpp | 216 for (uint32_t constituent_index = 2, member_index = 1; in ValidateConstantComposite() local 218 constituent_index++, member_index++) { in ValidateConstantComposite() 236 result_type->GetOperandAs<uint32_t>(member_index); in ValidateConstantComposite()
|
D | validation_state.h | 407 uint32_t member_index, InputIt begin, in RegisterDecorationsForStructMember() argument 411 decoration.set_struct_member_index(member_index); in RegisterDecorationsForStructMember()
|
D | validate_memory.cpp | 304 for (size_t member_index = 1; member_index < inst->operands().size(); in DoesStructContainRTA() local 305 ++member_index) { in DoesStructContainRTA() 306 const auto member_id = inst->GetOperandAs<uint32_t>(member_index); in DoesStructContainRTA()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | decoration.h | 63 uint32_t member_index = kInvalidMember) 64 : dec_type_(t), params_(parameters), struct_member_index_(member_index) {} in dec_type_()
|
D | validate_constants.cpp | 216 for (uint32_t constituent_index = 2, member_index = 1; in ValidateConstantComposite() local 218 constituent_index++, member_index++) { in ValidateConstantComposite() 236 result_type->GetOperandAs<uint32_t>(member_index); in ValidateConstantComposite()
|
D | validation_state.h | 411 uint32_t member_index, InputIt begin, in RegisterDecorationsForStructMember() argument 415 decoration.set_struct_member_index(member_index); in RegisterDecorationsForStructMember()
|
D | validate_memory.cpp | 304 for (size_t member_index = 1; member_index < inst->operands().size(); in DoesStructContainRTA() local 305 ++member_index) { in DoesStructContainRTA() 306 const auto member_id = inst->GetOperandAs<uint32_t>(member_index); in DoesStructContainRTA()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | decoration.h | 63 uint32_t member_index = kInvalidMember) 64 : dec_type_(t), params_(parameters), struct_member_index_(member_index) {} in dec_type_()
|
D | validate_constants.cpp | 216 for (uint32_t constituent_index = 2, member_index = 1; in ValidateConstantComposite() local 218 constituent_index++, member_index++) { in ValidateConstantComposite() 236 result_type->GetOperandAs<uint32_t>(member_index); in ValidateConstantComposite()
|
D | validation_state.h | 411 uint32_t member_index, InputIt begin, in RegisterDecorationsForStructMember() argument 415 decoration.set_struct_member_index(member_index); in RegisterDecorationsForStructMember()
|
D | validate_memory.cpp | 304 for (size_t member_index = 1; member_index < inst->operands().size(); in DoesStructContainRTA() local 305 ++member_index) { in DoesStructContainRTA() 306 const auto member_id = inst->GetOperandAs<uint32_t>(member_index); in DoesStructContainRTA()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_tex_sample.cpp | 105 unsigned member_index, in swr_texture_member() argument 143 indices[3] = lp_build_const_int32(gallivm, member_index); in swr_texture_member() 211 unsigned member_index, in SWR_TEXTURE_MEMBER() 249 indices[3] = lp_build_const_int32(gallivm, member_index); in SWR_TEXTURE_MEMBER()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm_sample.c | 107 unsigned member_index, in draw_llvm_texture_member() argument 130 indices[3] = lp_build_const_int32(gallivm, member_index); in draw_llvm_texture_member() 158 unsigned member_index, in draw_llvm_sampler_member() argument 176 indices[3] = lp_build_const_int32(gallivm, member_index); in draw_llvm_sampler_member() 204 unsigned member_index, in draw_llvm_image_member() argument 227 indices[3] = lp_build_const_int32(gallivm, member_index); in draw_llvm_image_member()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tex_sample.c | 115 unsigned member_index, in lp_llvm_texture_member() argument 138 indices[3] = lp_build_const_int32(gallivm, member_index); in lp_llvm_texture_member() 202 unsigned member_index, in LP_LLVM_TEXTURE_MEMBER() 220 indices[3] = lp_build_const_int32(gallivm, member_index); in LP_LLVM_TEXTURE_MEMBER() 267 unsigned member_index, in LP_LLVM_SAMPLER_MEMBER() 290 indices[3] = lp_build_const_int32(gallivm, member_index); in LP_LLVM_SAMPLER_MEMBER()
|
/external/vulkan-validation-layers/scripts/ |
D | helper_file_generator.py | 319 … member_index = next((i for i, v in enumerate(self.structMembers) if v[0] == handle_type), None) 320 if member_index is not None: 321 for item in self.structMembers[member_index].members: 477 … member_index = next((i for i, v in enumerate(self.structMembers) if v[0] == member.type), None) 478 … if member_index is not None and self.NeedSafeStruct(self.structMembers[member_index]) == True: 1236 … member_index = next((i for i, v in enumerate(self.structMembers) if v[0] == member.type), None) 1237 … if member_index is not None and self.NeedSafeStruct(self.structMembers[member_index]) == True: 1300 … member_index = next((i for i, v in enumerate(self.structMembers) if v[0] == member.type), None) 1301 … if member_index is not None and self.NeedSafeStruct(self.structMembers[member_index]) == True:
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 622 unsigned member_index = insn.word(2); in CollectInterfaceBlockMembers() local 626 member_components[member_index] = component; in CollectInterfaceBlockMembers() 630 member_relaxed_precision[member_index] = 1; in CollectInterfaceBlockMembers() 634 member_patch[member_index] = 1; in CollectInterfaceBlockMembers() 644 unsigned member_index = insn.word(2); in CollectInterfaceBlockMembers() local 645 unsigned member_type_id = type.word(2 + member_index); in CollectInterfaceBlockMembers() 650 auto component_it = member_components.find(member_index); in CollectInterfaceBlockMembers() 652 …bool is_relaxed_precision = member_relaxed_precision.find(member_index) != member_relaxed_precisio… in CollectInterfaceBlockMembers() 653 bool member_is_patch = is_patch || member_patch.count(member_index) > 0; in CollectInterfaceBlockMembers()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_util.cpp | 1582 uint32_t member_index = in IdUseCanBeReplaced() local 1586 ->element_types()[member_index]; in IdUseCanBeReplaced()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_util.cpp | 1582 uint32_t member_index = in IdUseCanBeReplaced() local 1586 ->element_types()[member_index]; in IdUseCanBeReplaced()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_util.cpp | 1573 uint32_t member_index = in IdUseCanBeReplaced() local 1577 ->element_types()[member_index]; in IdUseCanBeReplaced()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 6666 GLuint member_index = 0; in test() local 6701 const Utils::Variable::Descriptor& in_member = in_interface->m_members[member_index]; in test() 6702 const Utils::Variable::Descriptor& out_member = out_interface->m_members[member_index]; in test() 6708 ++member_index; in test() 6711 if (in_interface->m_members.size() == member_index) in test() 6714 member_index = 0; in test() 6719 if ((index >= in_variable.m_n_array_elements) && (0 == member_index)) in test() 6787 for (GLuint member_index = 0; member_index < n_members; ++member_index) in test() local 6789 const Utils::Variable::Descriptor& member = interface->m_members[member_index]; in test()
|