/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 44 case SpvOpSLessThanEqual: in AssembleAndRunPeelingTest() 366 run_test(SpvOpSLessThanEqual, "%32", "%int_4"); in TEST_F() 382 run_test(SpvOpSLessThanEqual, "%32", "%int_3"); in TEST_F() 400 run_test(SpvOpSLessThanEqual, "%32", "%int_16"); in TEST_F() 416 run_test(SpvOpSLessThanEqual, "%32", "%int_15"); in TEST_F() 443 run_test(SpvOpSLessThanEqual, "%int_5", "%32"); in TEST_F() 459 run_test(SpvOpSLessThanEqual, "%int_4", "%32"); in TEST_F() 477 run_test(SpvOpSLessThanEqual, "%int_17", "%32"); in TEST_F() 493 run_test(SpvOpSLessThanEqual, "%int_16", "%32"); in TEST_F() 576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 44 case SpvOpSLessThanEqual: in AssembleAndRunPeelingTest() 366 run_test(SpvOpSLessThanEqual, "%32", "%int_4"); in TEST_F() 382 run_test(SpvOpSLessThanEqual, "%32", "%int_3"); in TEST_F() 400 run_test(SpvOpSLessThanEqual, "%32", "%int_16"); in TEST_F() 416 run_test(SpvOpSLessThanEqual, "%32", "%int_15"); in TEST_F() 443 run_test(SpvOpSLessThanEqual, "%int_5", "%32"); in TEST_F() 459 run_test(SpvOpSLessThanEqual, "%int_4", "%32"); in TEST_F() 477 run_test(SpvOpSLessThanEqual, "%int_17", "%32"); in TEST_F() 493 run_test(SpvOpSLessThanEqual, "%int_16", "%32"); in TEST_F() 576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_invert_comparison_operator.cpp | 90 case SpvOpSLessThanEqual: in IsInversionSupported() 120 return SpvOpSLessThanEqual; in InvertOpcode() 125 case SpvOpSLessThanEqual: in InvertOpcode()
|
D | transformation_replace_id_with_synonym.cpp | 136 case SpvOpSLessThanEqual: in IsAgnosticToSignednessOfOperand()
|
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 74 case SpvOpSLessThanEqual: in signed_int_binop_evaluates_to()
|
D | transformation_propagate_instruction_up.cpp | 294 case SpvOpSLessThanEqual: in IsOpcodeSupported()
|
D | fuzzer_pass_obfuscate_constants.cpp | 196 std::vector<SpvOp> less_than_opcodes{SpvOpSLessThan, SpvOpSLessThanEqual}; in ObfuscateBoolConstantViaSignedIntConstantPair()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_invert_comparison_operator.cpp | 90 case SpvOpSLessThanEqual: in IsInversionSupported() 120 return SpvOpSLessThanEqual; in InvertOpcode() 125 case SpvOpSLessThanEqual: in InvertOpcode()
|
D | transformation_replace_id_with_synonym.cpp | 136 case SpvOpSLessThanEqual: in IsAgnosticToSignednessOfOperand()
|
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 74 case SpvOpSLessThanEqual: in signed_int_binop_evaluates_to()
|
D | transformation_propagate_instruction_up.cpp | 294 case SpvOpSLessThanEqual: in IsOpcodeSupported()
|
D | transformation_move_instruction_down.cpp | 223 case SpvOpSLessThanEqual: in IsSimpleInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold.cpp | 191 case SpvOp::SpvOpSLessThanEqual: in BinaryOperate() 425 case SpvOp::SpvOpSLessThanEqual: in FoldBinaryIntegerOpToConstant() 599 case SpvOp::SpvOpSLessThanEqual: in IsFoldableOpcode()
|
D | loop_dependence_helpers.cpp | 60 case SpvOpSLessThanEqual: in GetLowerBound() 110 case SpvOpSLessThanEqual: in GetUpperBound()
|
D | loop_descriptor.cpp | 111 case SpvOp::SpvOpSLessThanEqual: in IsSupportedCondition() 136 case SpvOp::SpvOpSLessThanEqual: in GetResidualConditionValue() 812 case SpvOp::SpvOpSLessThanEqual: in GetIterations()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold.cpp | 191 case SpvOp::SpvOpSLessThanEqual: in BinaryOperate() 425 case SpvOp::SpvOpSLessThanEqual: in FoldBinaryIntegerOpToConstant() 599 case SpvOp::SpvOpSLessThanEqual: in IsFoldableOpcode()
|
D | loop_dependence_helpers.cpp | 60 case SpvOpSLessThanEqual: in GetLowerBound() 110 case SpvOpSLessThanEqual: in GetUpperBound()
|
D | loop_descriptor.cpp | 111 case SpvOp::SpvOpSLessThanEqual: in IsSupportedCondition() 136 case SpvOp::SpvOpSLessThanEqual: in GetResidualConditionValue() 812 case SpvOp::SpvOpSLessThanEqual: in GetIterations()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_logicals.cpp | 238 case SpvOpSLessThanEqual: { in LogicalsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_logicals.cpp | 238 case SpvOpSLessThanEqual: { in LogicalsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary_test.cpp | 192 std::vector<SpvOp> int_lt_opcodes = {SpvOpSLessThan, SpvOpSLessThanEqual}; in TEST()
|
/external/skia/src/sksl/ |
D | spirv.h | 741 SpvOpSLessThanEqual = 179, enumerator
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary_test.cpp | 192 std::vector<SpvOp> int_lt_opcodes = {SpvOpSLessThan, SpvOpSLessThanEqual}; in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 603 case SpvOpSLessThanEqual: in spvOpcodeIsScalarizable()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 603 case SpvOpSLessThanEqual: in spvOpcodeIsScalarizable()
|