Home
last modified time | relevance | path

Searched refs:SpvOpULessThanEqual (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_invert_comparison_operator.cpp94 case SpvOpULessThanEqual: in IsInversionSupported()
128 return SpvOpULessThanEqual; in InvertOpcode()
133 case SpvOpULessThanEqual: in InvertOpcode()
H A Dtransformation_replace_id_with_synonym.cpp135 case SpvOpULessThanEqual: in IsAgnosticToSignednessOfOperand()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_invert_comparison_operator.cpp94 case SpvOpULessThanEqual: in IsInversionSupported()
128 return SpvOpULessThanEqual; in InvertOpcode()
133 case SpvOpULessThanEqual: in InvertOpcode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_invert_comparison_operator.cpp94 case SpvOpULessThanEqual: in IsInversionSupported()
128 return SpvOpULessThanEqual; in InvertOpcode()
133 case SpvOpULessThanEqual: in InvertOpcode()
H A Dtransformation_replace_id_with_synonym.cpp135 case SpvOpULessThanEqual: in IsAgnosticToSignednessOfOperand()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_invert_comparison_operator.cpp94 case SpvOpULessThanEqual: in IsInversionSupported()
128 return SpvOpULessThanEqual; in InvertOpcode()
133 case SpvOpULessThanEqual: in InvertOpcode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dfold.cpp189 case SpvOp::SpvOpULessThanEqual: in BinaryOperate()
414 case SpvOp::SpvOpULessThanEqual: in FoldBinaryIntegerOpToConstant()
609 case SpvOp::SpvOpULessThanEqual: in IsFoldableOpcode()
H A Dloop_dependence_helpers.cpp59 case SpvOpULessThanEqual: in GetLowerBound()
109 case SpvOpULessThanEqual: in GetUpperBound()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dfold.cpp189 case SpvOp::SpvOpULessThanEqual: in BinaryOperate()
414 case SpvOp::SpvOpULessThanEqual: in FoldBinaryIntegerOpToConstant()
609 case SpvOp::SpvOpULessThanEqual: in IsFoldableOpcode()
H A Dloop_dependence_helpers.cpp59 case SpvOpULessThanEqual: in GetLowerBound()
109 case SpvOpULessThanEqual: in GetUpperBound()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dfold.cpp189 case SpvOp::SpvOpULessThanEqual: in BinaryOperate()
414 case SpvOp::SpvOpULessThanEqual: in FoldBinaryIntegerOpToConstant()
609 case SpvOp::SpvOpULessThanEqual: in IsFoldableOpcode()
H A Dloop_dependence_helpers.cpp59 case SpvOpULessThanEqual: in GetLowerBound()
109 case SpvOpULessThanEqual: in GetUpperBound()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfold.cpp189 case SpvOp::SpvOpULessThanEqual: in BinaryOperate()
414 case SpvOp::SpvOpULessThanEqual: in FoldBinaryIntegerOpToConstant()
609 case SpvOp::SpvOpULessThanEqual: in IsFoldableOpcode()
H A Dloop_dependence_helpers.cpp59 case SpvOpULessThanEqual: in GetLowerBound()
109 case SpvOpULessThanEqual: in GetUpperBound()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dfold.cpp189 case SpvOp::SpvOpULessThanEqual: in BinaryOperate()
414 case SpvOp::SpvOpULessThanEqual: in FoldBinaryIntegerOpToConstant()
609 case SpvOp::SpvOpULessThanEqual: in IsFoldableOpcode()
H A Dloop_dependence_helpers.cpp59 case SpvOpULessThanEqual: in GetLowerBound()
109 case SpvOpULessThanEqual: in GetUpperBound()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dfold.cpp189 case SpvOp::SpvOpULessThanEqual: in BinaryOperate()
414 case SpvOp::SpvOpULessThanEqual: in FoldBinaryIntegerOpToConstant()
609 case SpvOp::SpvOpULessThanEqual: in IsFoldableOpcode()
H A Dloop_dependence_helpers.cpp59 case SpvOpULessThanEqual: in GetLowerBound()
109 case SpvOpULessThanEqual: in GetUpperBound()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dfold.cpp189 case SpvOp::SpvOpULessThanEqual: in BinaryOperate()
414 case SpvOp::SpvOpULessThanEqual: in FoldBinaryIntegerOpToConstant()
609 case SpvOp::SpvOpULessThanEqual: in IsFoldableOpcode()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp195 std::vector<SpvOp> uint_lt_opcodes = {SpvOpULessThan, SpvOpULessThanEqual}; in TEST()
282 uses_of_true[1], 27, 29, SpvOpULessThanEqual, 101); in TEST()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp195 std::vector<SpvOp> uint_lt_opcodes = {SpvOpULessThan, SpvOpULessThanEqual}; in TEST()
282 uses_of_true[1], 27, 29, SpvOpULessThanEqual, 101); in TEST()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp197 std::vector<SpvOp> uint_lt_opcodes = {SpvOpULessThan, SpvOpULessThanEqual}; in TEST()
284 uses_of_true[1], 27, 29, SpvOpULessThanEqual, 101); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp197 std::vector<SpvOp> uint_lt_opcodes = {SpvOpULessThan, SpvOpULessThanEqual}; in TEST()
284 uses_of_true[1], 27, 29, SpvOpULessThanEqual, 101); in TEST()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp197 std::vector<SpvOp> uint_lt_opcodes = {SpvOpULessThan, SpvOpULessThanEqual}; in TEST()
284 uses_of_true[1], 27, 29, SpvOpULessThanEqual, 101); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp197 std::vector<SpvOp> uint_lt_opcodes = {SpvOpULessThan, SpvOpULessThanEqual}; in TEST()
284 uses_of_true[1], 27, 29, SpvOpULessThanEqual, 101); in TEST()

12345678910