/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | peeling_pass.cpp | 40 case spv::Op::OpSGreaterThan: in AssembleAndRunPeelingTest() 41 opcode_str = "OpSGreaterThan"; in AssembleAndRunPeelingTest() 235 run_test(spv::Op::OpSGreaterThan, "%int_4", "%32"); in TEST_F() 251 run_test(spv::Op::OpSGreaterThan, "%int_5", "%32"); in TEST_F() 269 run_test(spv::Op::OpSGreaterThan, "%int_16", "%32"); in TEST_F() 285 run_test(spv::Op::OpSGreaterThan, "%int_17", "%32"); in TEST_F() 296 run_test(spv::Op::OpSGreaterThan, "%32", "%int_5"); in TEST_F() 312 run_test(spv::Op::OpSGreaterThan, "%32", "%int_4"); in TEST_F() 330 run_test(spv::Op::OpSGreaterThan, "%32", "%int_16"); in TEST_F() 346 run_test(spv::Op::OpSGreaterThan, " in TEST_F() [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_invert_comparison_operator.cpp | 88 case spv::Op::OpSGreaterThan: in IsInversionSupported() 120 case spv::Op::OpSGreaterThan: in InvertOpcode() 127 return spv::Op::OpSGreaterThan; in InvertOpcode()
|
H A D | transformation_replace_boolean_constant_with_constant_binary.cpp | 72 case spv::Op::OpSGreaterThan: in signed_int_binop_evaluates_to()
|
H A D | fuzzer_pass_obfuscate_constants.cpp | 193 std::vector<spv::Op> greater_than_opcodes{spv::Op::OpSGreaterThan, in ObfuscateBoolConstantViaSignedIntConstantPair() member in spvtools::fuzz::spv::Op
|
H A D | transformation_propagate_instruction_up.cpp | 288 case spv::Op::OpSGreaterThan: in IsOpcodeSupported()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSpec.cpp | 50 case spv::OpSGreaterThan: in EvalSpecConstantOp() 293 case spv::OpSGreaterThan: in EvalSpecConstantBinaryOp()
|
/third_party/spirv-tools/source/opt/ |
H A D | fold.cpp | 187 case spv::Op::OpSGreaterThan: in BinaryOperate() 402 case spv::Op::OpSGreaterThan: in FoldBinaryIntegerOpToConstant() 593 case spv::Op::OpSGreaterThan: in IsFoldableOpcode()
|
H A D | loop_dependence_helpers.cpp | 60 case spv::Op::OpSGreaterThan: in GetLowerBound() 98 case spv::Op::OpSGreaterThan: { in GetUpperBound()
|
H A D | loop_descriptor.cpp | 102 case spv::Op::OpSGreaterThan: in IsSupportedCondition() 774 case spv::Op::OpSGreaterThan: in GetIterations()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_logicals.cpp | 242 case spv::Op::OpSGreaterThan: in LogicalsPass()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 830 OpSGreaterThan = 173, enumerator
|
H A D | spirv.hpp | 825 OpSGreaterThan = 173, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 842 OpSGreaterThan = 173, enumerator
|
H A D | spirv.hpp | 837 OpSGreaterThan = 173, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 847 OpSGreaterThan = 173, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 830 OpSGreaterThan = 173, enumerator
|
H A D | spirv.hpp | 825 OpSGreaterThan = 173, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 842 OpSGreaterThan = 173, enumerator
|
H A D | spirv.hpp | 837 OpSGreaterThan = 173, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 847 OpSGreaterThan = 173, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 830 OpSGreaterThan = 173, enumerator
|
H A D | spirv.hpp | 825 OpSGreaterThan = 173, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 842 OpSGreaterThan = 173, enumerator
|
H A D | spirv.hpp | 837 OpSGreaterThan = 173, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 847 OpSGreaterThan = 173, enumerator
|