Home
last modified time | relevance | path

Searched refs:SpvOpSDiv (Results 1 – 25 of 51) sorted by relevance

123

/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp69 case SpvOpSDiv: in IsArithmetic()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp69 case SpvOpSDiv: in IsArithmetic()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp70 case SpvOpSDiv: in IsArithmetic()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.cpp87 case SpvOp::SpvOpSDiv: in BinaryOperate()
312 case SpvOp::SpvOpSDiv: in FoldBinaryIntegerOpToConstant()
591 case SpvOp::SpvOpSDiv: in IsFoldableOpcode()
Dfolding_rules.cpp341 opcode == SpvOpSDiv || opcode == SpvOpUDiv) { in MergeNegateMulDivArithmetic()
354 if (opcode == SpvOpFDiv || opcode == SpvOpUDiv || opcode == SpvOpSDiv) { in MergeNegateMulDivArithmetic()
530 case SpvOpSDiv: in PerformIntegerOperation()
921 assert(inst->opcode() == SpvOpFDiv || inst->opcode() == SpvOpSDiv || in MergeDivNegateArithmetic()
2481 rules_[SpvOpSDiv].push_back(MergeDivNegateArithmetic()); in AddFoldingRules()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp87 case SpvOp::SpvOpSDiv: in BinaryOperate()
312 case SpvOp::SpvOpSDiv: in FoldBinaryIntegerOpToConstant()
591 case SpvOp::SpvOpSDiv: in IsFoldableOpcode()
Dfolding_rules.cpp341 opcode == SpvOpSDiv || opcode == SpvOpUDiv) { in MergeNegateMulDivArithmetic()
354 if (opcode == SpvOpFDiv || opcode == SpvOpUDiv || opcode == SpvOpSDiv) { in MergeNegateMulDivArithmetic()
530 case SpvOpSDiv: in PerformIntegerOperation()
921 assert(inst->opcode() == SpvOpFDiv || inst->opcode() == SpvOpSDiv || in MergeDivNegateArithmetic()
2481 rules_[SpvOpSDiv].push_back(MergeDivNegateArithmetic()); in AddFoldingRules()
/external/angle/third_party/spirv-tools/src/source/opt/
Dfold.cpp87 case SpvOp::SpvOpSDiv: in BinaryOperate()
312 case SpvOp::SpvOpSDiv: in FoldBinaryIntegerOpToConstant()
591 case SpvOp::SpvOpSDiv: in IsFoldableOpcode()
Dfolding_rules.cpp341 opcode == SpvOpSDiv || opcode == SpvOpUDiv) { in MergeNegateMulDivArithmetic()
354 if (opcode == SpvOpFDiv || opcode == SpvOpUDiv || opcode == SpvOpSDiv) { in MergeNegateMulDivArithmetic()
530 case SpvOpSDiv: in PerformIntegerOperation()
921 assert(inst->opcode() == SpvOpFDiv || inst->opcode() == SpvOpSDiv || in MergeDivNegateArithmetic()
2481 rules_[SpvOpSDiv].push_back(MergeDivNegateArithmetic()); in AddFoldingRules()
/external/deqp-deps/SPIRV-Tools/test/reduce/
Dreducer_test.cpp280 return InterestingWhileOpcodeExists(binary, SpvOpSDiv, count, false); in InterestingWhileSDivReachable()
/external/angle/third_party/spirv-tools/src/test/reduce/
Dreducer_test.cpp280 return InterestingWhileOpcodeExists(binary, SpvOpSDiv, count, false); in InterestingWhileSDivReachable()
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dreducer_test.cpp280 return InterestingWhileOpcodeExists(binary, SpvOpSDiv, count, false); in InterestingWhileSDivReachable()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp539 case SpvOpSDiv: in spvOpcodeIsScalarizable()
/external/angle/third_party/spirv-tools/src/source/
Dopcode.cpp539 case SpvOpSDiv: in spvOpcodeIsScalarizable()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp534 case SpvOpSDiv: in spvOpcodeIsScalarizable()
/external/skia/src/sksl/
Dspirv.h698 SpvOpSDiv = 135, enumerator
/external/skqp/src/sksl/
Dspirv.h698 SpvOpSDiv = 135, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h792 SpvOpSDiv = 135, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.h792 SpvOpSDiv = 135, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h792 SpvOpSDiv = 135, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h792 SpvOpSDiv = 135, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h809 SpvOpSDiv = 135, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h809 SpvOpSDiv = 135, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.h804 SpvOpSDiv = 135, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.h809 SpvOpSDiv = 135, enumerator

123