/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 41 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/ |
D | peeling_pass.cpp | 41 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/ |
D | transformation_invert_comparison_operator.cpp | 87 case SpvOpSGreaterThan: in IsInversionSupported() 119 case SpvOpSGreaterThan: in InvertOpcode() 126 return SpvOpSGreaterThan; in InvertOpcode()
|
D | transformation_replace_id_with_synonym.cpp | 134 case SpvOpSGreaterThan: in IsAgnosticToSignednessOfOperand()
|
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 71 case SpvOpSGreaterThan: in signed_int_binop_evaluates_to()
|
D | transformation_propagate_instruction_up.cpp | 288 case SpvOpSGreaterThan: in IsOpcodeSupported()
|
D | fuzzer_pass_obfuscate_constants.cpp | 194 std::vector<SpvOp> greater_than_opcodes{SpvOpSGreaterThan, in ObfuscateBoolConstantViaSignedIntConstantPair()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_invert_comparison_operator.cpp | 87 case SpvOpSGreaterThan: in IsInversionSupported() 119 case SpvOpSGreaterThan: in InvertOpcode() 126 return SpvOpSGreaterThan; in InvertOpcode()
|
D | transformation_replace_id_with_synonym.cpp | 134 case SpvOpSGreaterThan: in IsAgnosticToSignednessOfOperand()
|
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 71 case SpvOpSGreaterThan: in signed_int_binop_evaluates_to()
|
D | transformation_propagate_instruction_up.cpp | 288 case SpvOpSGreaterThan: in IsOpcodeSupported()
|
D | transformation_move_instruction_down.cpp | 217 case SpvOpSGreaterThan: in IsSimpleInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold.cpp | 187 case SpvOp::SpvOpSGreaterThan: in BinaryOperate() 402 case SpvOp::SpvOpSGreaterThan: in FoldBinaryIntegerOpToConstant() 593 case SpvOp::SpvOpSGreaterThan: in IsFoldableOpcode()
|
D | loop_dependence_helpers.cpp | 62 case SpvOpSGreaterThan: in GetLowerBound() 100 case SpvOpSGreaterThan: { in GetUpperBound()
|
D | loop_descriptor.cpp | 105 case SpvOp::SpvOpSGreaterThan: in IsSupportedCondition() 776 case SpvOp::SpvOpSGreaterThan: in GetIterations()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold.cpp | 187 case SpvOp::SpvOpSGreaterThan: in BinaryOperate() 402 case SpvOp::SpvOpSGreaterThan: in FoldBinaryIntegerOpToConstant() 593 case SpvOp::SpvOpSGreaterThan: in IsFoldableOpcode()
|
D | loop_dependence_helpers.cpp | 62 case SpvOpSGreaterThan: in GetLowerBound() 100 case SpvOpSGreaterThan: { in GetUpperBound()
|
D | loop_descriptor.cpp | 105 case SpvOp::SpvOpSGreaterThan: in IsSupportedCondition() 776 case SpvOp::SpvOpSGreaterThan: in GetIterations()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_logicals.cpp | 235 case SpvOpSGreaterThan: in LogicalsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_logicals.cpp | 235 case SpvOpSGreaterThan: in LogicalsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary_test.cpp | 189 std::vector<SpvOp> int_gt_opcodes = {SpvOpSGreaterThan, in TEST()
|
/external/skia/src/sksl/ |
D | spirv.h | 735 SpvOpSGreaterThan = 173, enumerator
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary_test.cpp | 189 std::vector<SpvOp> int_gt_opcodes = {SpvOpSGreaterThan, in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 597 case SpvOpSGreaterThan: in spvOpcodeIsScalarizable()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 597 case SpvOpSGreaterThan: in spvOpcodeIsScalarizable()
|