Home
last modified time | relevance | path

Searched refs:SpvOpSGreaterThan (Results 1 – 25 of 60) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp41 case SpvOpSGreaterThan: in AssembleAndRunPeelingTest()
236 run_test(SpvOpSGreaterThan, "%int_4", "%32"); in TEST_F()
252 run_test(SpvOpSGreaterThan, "%int_5", "%32"); in TEST_F()
270 run_test(SpvOpSGreaterThan, "%int_16", "%32"); in TEST_F()
286 run_test(SpvOpSGreaterThan, "%int_17", "%32"); in TEST_F()
297 run_test(SpvOpSGreaterThan, "%32", "%int_5"); in TEST_F()
313 run_test(SpvOpSGreaterThan, "%32", "%int_4"); in TEST_F()
331 run_test(SpvOpSGreaterThan, "%32", "%int_16"); in TEST_F()
347 run_test(SpvOpSGreaterThan, "%32", "%int_17"); in TEST_F()
694 run_test(SpvOpSGreaterThan, "%int_3", "%38", in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp41 case SpvOpSGreaterThan: in AssembleAndRunPeelingTest()
236 run_test(SpvOpSGreaterThan, "%int_4", "%32"); in TEST_F()
252 run_test(SpvOpSGreaterThan, "%int_5", "%32"); in TEST_F()
270 run_test(SpvOpSGreaterThan, "%int_16", "%32"); in TEST_F()
286 run_test(SpvOpSGreaterThan, "%int_17", "%32"); in TEST_F()
297 run_test(SpvOpSGreaterThan, "%32", "%int_5"); in TEST_F()
313 run_test(SpvOpSGreaterThan, "%32", "%int_4"); in TEST_F()
331 run_test(SpvOpSGreaterThan, "%32", "%int_16"); in TEST_F()
347 run_test(SpvOpSGreaterThan, "%32", "%int_17"); in TEST_F()
694 run_test(SpvOpSGreaterThan, "%int_3", "%38", in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp87 case SpvOpSGreaterThan: in IsInversionSupported()
119 case SpvOpSGreaterThan: in InvertOpcode()
126 return SpvOpSGreaterThan; in InvertOpcode()
Dtransformation_replace_id_with_synonym.cpp134 case SpvOpSGreaterThan: in IsAgnosticToSignednessOfOperand()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp71 case SpvOpSGreaterThan: in signed_int_binop_evaluates_to()
Dtransformation_propagate_instruction_up.cpp288 case SpvOpSGreaterThan: in IsOpcodeSupported()
Dfuzzer_pass_obfuscate_constants.cpp194 std::vector<SpvOp> greater_than_opcodes{SpvOpSGreaterThan, in ObfuscateBoolConstantViaSignedIntConstantPair()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp87 case SpvOpSGreaterThan: in IsInversionSupported()
119 case SpvOpSGreaterThan: in InvertOpcode()
126 return SpvOpSGreaterThan; in InvertOpcode()
Dtransformation_replace_id_with_synonym.cpp134 case SpvOpSGreaterThan: in IsAgnosticToSignednessOfOperand()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp71 case SpvOpSGreaterThan: in signed_int_binop_evaluates_to()
Dtransformation_propagate_instruction_up.cpp288 case SpvOpSGreaterThan: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp217 case SpvOpSGreaterThan: in IsSimpleInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.cpp187 case SpvOp::SpvOpSGreaterThan: in BinaryOperate()
402 case SpvOp::SpvOpSGreaterThan: in FoldBinaryIntegerOpToConstant()
593 case SpvOp::SpvOpSGreaterThan: in IsFoldableOpcode()
Dloop_dependence_helpers.cpp62 case SpvOpSGreaterThan: in GetLowerBound()
100 case SpvOpSGreaterThan: { in GetUpperBound()
Dloop_descriptor.cpp105 case SpvOp::SpvOpSGreaterThan: in IsSupportedCondition()
776 case SpvOp::SpvOpSGreaterThan: in GetIterations()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp187 case SpvOp::SpvOpSGreaterThan: in BinaryOperate()
402 case SpvOp::SpvOpSGreaterThan: in FoldBinaryIntegerOpToConstant()
593 case SpvOp::SpvOpSGreaterThan: in IsFoldableOpcode()
Dloop_dependence_helpers.cpp62 case SpvOpSGreaterThan: in GetLowerBound()
100 case SpvOpSGreaterThan: { in GetUpperBound()
Dloop_descriptor.cpp105 case SpvOp::SpvOpSGreaterThan: in IsSupportedCondition()
776 case SpvOp::SpvOpSGreaterThan: in GetIterations()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp235 case SpvOpSGreaterThan: in LogicalsPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp235 case SpvOpSGreaterThan: in LogicalsPass()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp189 std::vector<SpvOp> int_gt_opcodes = {SpvOpSGreaterThan, in TEST()
/external/skia/src/sksl/
Dspirv.h735 SpvOpSGreaterThan = 173, enumerator
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp189 std::vector<SpvOp> int_gt_opcodes = {SpvOpSGreaterThan, in TEST()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp597 case SpvOpSGreaterThan: in spvOpcodeIsScalarizable()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp597 case SpvOpSGreaterThan: in spvOpcodeIsScalarizable()

123