Home
last modified time | relevance | path

Searched refs:OpSLessThan (Results 1 - 25 of 61) sorted by relevance

123

/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp37 case spv::Op::OpSLessThan: in AssembleAndRunPeelingTest()
38 opcode_str = "OpSLessThan"; in AssembleAndRunPeelingTest()
182 %19 = OpSLessThan %bool %32 %int_20 in TEST_F()
227 run_test(spv::Op::OpSLessThan, "%32", "%int_4"); in TEST_F()
243 run_test(spv::Op::OpSLessThan, "%32", "%int_5"); in TEST_F()
261 run_test(spv::Op::OpSLessThan, "%32", "%int_16"); in TEST_F()
277 run_test(spv::Op::OpSLessThan, "%32", "%int_17"); in TEST_F()
304 run_test(spv::Op::OpSLessThan, "%int_5", "%32"); in TEST_F()
320 run_test(spv::Op::OpSLessThan, "%int_4", "%32"); in TEST_F()
338 run_test(spv::Op::OpSLessThan, " in TEST_F()
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_invert_comparison_operator.cpp90 case spv::Op::OpSLessThan: in IsInversionSupported()
123 return spv::Op::OpSLessThan; in InvertOpcode()
124 case spv::Op::OpSLessThan: in InvertOpcode()
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp78 case spv::Op::OpSLessThan: in signed_int_binop_evaluates_to()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp194 std::vector<spv::Op> int_lt_opcodes = {spv::Op::OpSLessThan, in TEST()
294 uses_of_false[1], 33, 31, spv::Op::OpSLessThan, 103); in TEST()
414 %103 = OpSLessThan %38 %33 %31 in TEST()
560 use_of_true_in_if, 9, 11, spv::Op::OpSLessThan, 100); in TEST()
601 %100 = OpSLessThan %12 %9 %11 in TEST()
753 13, 15, spv::Op::OpSLessThan, 100) in TEST() member in spvtools::fuzz::__anon26856::spv::Op
H A Dtransformation_split_block_test.cpp75 %18 = OpSLessThan %17 %26 %16 in TEST()
143 MakeInstructionDescriptor(18, spv::Op::OpSLessThan, 0), 27) in TEST()
146 MakeInstructionDescriptor(18, spv::Op::OpSLessThan, 0), 14) in TEST()
405 %14 = OpSLessThan %13 %10 %12 in TEST()
472 %14 = OpSLessThan %13 %10 %12 in TEST()
670 %18 = OpSLessThan %17 %26 %16 in TEST()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp48 case spv::OpSLessThan: in EvalSpecConstantOp()
287 case spv::OpSLessThan: in EvalSpecConstantBinaryOp()
/third_party/spirv-tools/source/opt/
H A Dfold.cpp183 case spv::Op::OpSLessThan: in BinaryOperate()
379 case spv::Op::OpSLessThan: in FoldBinaryIntegerOpToConstant()
598 case spv::Op::OpSLessThan: in IsFoldableOpcode()
H A Dloop_dependence_helpers.cpp56 case spv::Op::OpSLessThan: in GetLowerBound()
88 case spv::Op::OpSLessThan: { in GetUpperBound()
H A Dloop_descriptor.cpp99 case spv::Op::OpSLessThan: in IsSupportedCondition()
758 case spv::Op::OpSLessThan: in GetIterations()
/third_party/spirv-tools/source/val/
H A Dvalidate_logicals.cpp244 case spv::Op::OpSLessThan: in LogicalsPass()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs834 OpSLessThan = 177, enumerator
H A Dspirv.hpp829 OpSLessThan = 177, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs846 OpSLessThan = 177, enumerator
H A Dspirv.hpp841 OpSLessThan = 177, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs851 OpSLessThan = 177, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs834 OpSLessThan = 177, enumerator
H A Dspirv.hpp829 OpSLessThan = 177, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs846 OpSLessThan = 177, enumerator
H A Dspirv.hpp841 OpSLessThan = 177, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs851 OpSLessThan = 177, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs834 OpSLessThan = 177, enumerator
H A Dspirv.hpp829 OpSLessThan = 177, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs846 OpSLessThan = 177, enumerator
H A Dspirv.hpp841 OpSLessThan = 177, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs851 OpSLessThan = 177, enumerator

Completed in 55 milliseconds

123