/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
|
D | operand_to_undef_reduction_opportunity_finder.cpp | 46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
|
D | operand_to_dominating_id_reduction_opportunity_finder.cpp | 81 if (spvIsInIdType(operand.type)) { in GetOpportunitiesForDominatingInst()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | id_use_descriptor.cpp | 55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
|
D | transformation_move_instruction_down.cpp | 103 if (spvIsInIdType(operand.type) && in IsApplicable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
|
D | operand_to_undef_reduction_opportunity_finder.cpp | 46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
|
D | operand_to_dominating_id_reduction_opportunity_finder.cpp | 81 if (spvIsInIdType(operand.type)) { in GetOpportunitiesForDominatingInst()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | id_use_descriptor.cpp | 55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
|
D | transformation_move_instruction_down.cpp | 103 if (spvIsInIdType(operand.type) && in IsApplicable()
|
D | fuzzer_util.cpp | 1980 if (!spvIsInIdType(operand.type)) { in NewTerminatorPreservesDominationRules()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
|
D | operand_to_undef_reduction_opportunity_finder.cpp | 46 if (spvIsInIdType(operand.type)) { in GetAvailableOpportunities()
|
D | operand_to_dominating_id_reduction_opportunity_finder.cpp | 81 if (spvIsInIdType(operand.type)) { in GetOpportunitiesForDominatingInst()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | id_use_descriptor.cpp | 55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
|
D | transformation_move_instruction_down.cpp | 103 if (spvIsInIdType(operand.type) && in IsApplicable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | operand.h | 135 bool spvIsInIdType(spv_operand_type_t type);
|
D | operand.cpp | 499 bool spvIsInIdType(spv_operand_type_t type) { in spvIsInIdType() function
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | operand.h | 135 bool spvIsInIdType(spv_operand_type_t type);
|
D | operand.cpp | 499 bool spvIsInIdType(spv_operand_type_t type) { in spvIsInIdType() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | operand.h | 135 bool spvIsInIdType(spv_operand_type_t type);
|
D | operand.cpp | 512 bool spvIsInIdType(spv_operand_type_t type) { in spvIsInIdType() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | instruction.h | 812 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/ |
D | instruction.h | 802 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/ |
D | instruction.h | 802 if (spvIsInIdType(operand.type) && !f(&operand.words[0])) { in WhileEachInId() 812 if (spvIsInIdType(operand.type) && !f(&operand.words[0])) { in WhileEachInId()
|