Home
last modified time | relevance | path

Searched refs:OpUGreaterThan (Results 1 - 25 of 56) sorted by relevance

123

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_invert_comparison_operator.cpp92 case spv::Op::OpUGreaterThan: in IsInversionSupported()
128 case spv::Op::OpUGreaterThan: in InvertOpcode()
135 return spv::Op::OpUGreaterThan; in InvertOpcode()
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp96 case spv::Op::OpUGreaterThan: in unsigned_int_binop_evaluates_to()
H A Dfuzzer_pass_obfuscate_constants.cpp236 std::vector<spv::Op> greater_than_opcodes{spv::Op::OpUGreaterThan, in ObfuscateBoolConstantViaUnsignedIntConstantPair() member in spvtools::fuzz::spv::Op
H A Dtransformation_propagate_instruction_up.cpp287 case spv::Op::OpUGreaterThan: in IsOpcodeSupported()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp49 case spv::OpUGreaterThan: in EvalSpecConstantOp()
290 case spv::OpUGreaterThan: in EvalSpecConstantBinaryOp()
/third_party/spirv-tools/source/opt/
H A Dfold.cpp185 case spv::Op::OpUGreaterThan: in BinaryOperate()
391 case spv::Op::OpUGreaterThan: in FoldBinaryIntegerOpToConstant()
606 case spv::Op::OpUGreaterThan: in IsFoldableOpcode()
H A Dloop_dependence_helpers.cpp59 case spv::Op::OpUGreaterThan: in GetLowerBound()
97 case spv::Op::OpUGreaterThan: in GetUpperBound()
H A Dloop_descriptor.cpp101 case spv::Op::OpUGreaterThan: in IsSupportedCondition()
775 case spv::Op::OpUGreaterThan: { in GetIterations()
/third_party/spirv-tools/source/val/
H A Dvalidate_logicals.cpp238 case spv::Op::OpUGreaterThan: in LogicalsPass()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs829 OpUGreaterThan = 172, enumerator
H A Dspirv.hpp824 OpUGreaterThan = 172, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs841 OpUGreaterThan = 172, enumerator
H A Dspirv.hpp836 OpUGreaterThan = 172, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs846 OpUGreaterThan = 172, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs829 OpUGreaterThan = 172, enumerator
H A Dspirv.hpp824 OpUGreaterThan = 172, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs841 OpUGreaterThan = 172, enumerator
H A Dspirv.hpp836 OpUGreaterThan = 172, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs846 OpUGreaterThan = 172, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs829 OpUGreaterThan = 172, enumerator
H A Dspirv.hpp824 OpUGreaterThan = 172, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs841 OpUGreaterThan = 172, enumerator
H A Dspirv.hpp836 OpUGreaterThan = 172, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs846 OpUGreaterThan = 172, enumerator
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp197 std::vector<spv::Op> uint_gt_opcodes = {spv::Op::OpUGreaterThan, in TEST()

Completed in 53 milliseconds

123