Home
last modified time | relevance | path

Searched refs:IsInversionSupported (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp39 if (!inst || !IsInversionSupported(inst->opcode())) { in IsApplicable()
84 bool TransformationInvertComparisonOperator::IsInversionSupported( in IsInversionSupported() function in spvtools::fuzz::TransformationInvertComparisonOperator
116 assert(IsInversionSupported(opcode) && "Inversion must be supported"); in InvertOpcode()
Dfuzzer_pass_invert_comparison_operators.cpp36 if (!TransformationInvertComparisonOperator::IsInversionSupported( in Apply()
Dtransformation_invert_comparison_operator.h53 static bool IsInversionSupported(SpvOp opcode);
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_invert_comparison_operator.cpp39 if (!inst || !IsInversionSupported(inst->opcode())) { in IsApplicable()
84 bool TransformationInvertComparisonOperator::IsInversionSupported( in IsInversionSupported() function in spvtools::fuzz::TransformationInvertComparisonOperator
116 assert(IsInversionSupported(opcode) && "Inversion must be supported"); in InvertOpcode()
Dfuzzer_pass_invert_comparison_operators.cpp33 if (!TransformationInvertComparisonOperator::IsInversionSupported( in Apply()
Dtransformation_invert_comparison_operator.h53 static bool IsInversionSupported(SpvOp opcode);
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp39 if (!inst || !IsInversionSupported(inst->opcode())) { in IsApplicable()
84 bool TransformationInvertComparisonOperator::IsInversionSupported( in IsInversionSupported() function in spvtools::fuzz::TransformationInvertComparisonOperator
116 assert(IsInversionSupported(opcode) && "Inversion must be supported"); in InvertOpcode()
Dfuzzer_pass_invert_comparison_operators.cpp36 if (!TransformationInvertComparisonOperator::IsInversionSupported( in Apply()
Dtransformation_invert_comparison_operator.h53 static bool IsInversionSupported(SpvOp opcode);