Home
last modified time | relevance | path

Searched refs:spvIsInIdType (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/reduce/
Doperand_to_const_reduction_opportunity_finder.cpp46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
Doperand_to_undef_reduction_opportunity_finder.cpp46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
Doperand_to_dominating_id_reduction_opportunity_finder.cpp81 if (spvIsInIdType(operand.type)) { in GetOpportunitiesForDominatingInst()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Did_use_descriptor.cpp55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
Dtransformation_move_instruction_down.cpp103 if (spvIsInIdType(operand.type) && in IsApplicable()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Doperand_to_const_reduction_opportunity_finder.cpp46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
Doperand_to_undef_reduction_opportunity_finder.cpp46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
Doperand_to_dominating_id_reduction_opportunity_finder.cpp81 if (spvIsInIdType(operand.type)) { in GetOpportunitiesForDominatingInst()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Did_use_descriptor.cpp55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
Dtransformation_move_instruction_down.cpp103 if (spvIsInIdType(operand.type) && in IsApplicable()
Dfuzzer_util.cpp1980 if (!spvIsInIdType(operand.type)) { in NewTerminatorPreservesDominationRules()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Doperand_to_const_reduction_opportunity_finder.cpp46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
Doperand_to_undef_reduction_opportunity_finder.cpp46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
Doperand_to_dominating_id_reduction_opportunity_finder.cpp81 if (spvIsInIdType(operand.type)) { in GetOpportunitiesForDominatingInst()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Did_use_descriptor.cpp55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
Dtransformation_move_instruction_down.cpp103 if (spvIsInIdType(operand.type) && in IsApplicable()
/external/swiftshader/third_party/SPIRV-Tools/source/
Doperand.h135 bool spvIsInIdType(spv_operand_type_t type);
Doperand.cpp499 bool spvIsInIdType(spv_operand_type_t type) { in spvIsInIdType() function
/external/deqp-deps/SPIRV-Tools/source/
Doperand.h135 bool spvIsInIdType(spv_operand_type_t type);
Doperand.cpp499 bool spvIsInIdType(spv_operand_type_t type) { in spvIsInIdType() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Doperand.h135 bool spvIsInIdType(spv_operand_type_t type);
Doperand.cpp512 bool spvIsInIdType(spv_operand_type_t type) { in spvIsInIdType() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstruction.h812 if (spvIsInIdType(operand.type) && !f(&operand.words[0])) { in WhileEachInId()
822 if (spvIsInIdType(operand.type) && !f(&operand.words[0])) { in WhileEachInId()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.h802 if (spvIsInIdType(operand.type) && !f(&operand.words[0])) { in WhileEachInId()
812 if (spvIsInIdType(operand.type) && !f(&operand.words[0])) { in WhileEachInId()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.h802 if (spvIsInIdType(operand.type) && !f(&operand.words[0])) { in WhileEachInId()
812 if (spvIsInIdType(operand.type) && !f(&operand.words[0])) { in WhileEachInId()

12