Home
last modified time | relevance | path

Searched refs:SpvOpSNegate (Results 1 – 25 of 61) sorted by relevance

123

/external/angle/third_party/spirv-tools/src/test/fuzz/
Dtransformation_equation_instruction_test.cpp59 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST()
66 14, SpvOpSNegate, {7}, MakeInstructionDescriptor(13, SpvOpLoad, 0)) in TEST()
70 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST()
75 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST()
81 14, SpvOpSNegate, {30}, in TEST()
86 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST()
91 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST()
96 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST()
101 14, SpvOpSNegate, {7}, return_instruction); in TEST()
108 15, SpvOpSNegate, {14}, return_instruction); in TEST()
[all …]
Dfact_manager_test.cpp858 fact_manager.AddFactIdEquation(14, SpvOpSNegate, {7}, context.get()); in TEST()
859 fact_manager.AddFactIdEquation(15, SpvOpSNegate, {14}, context.get()); in TEST()
912 fact_manager.AddFactIdEquation(24, SpvOpSNegate, {23}, context.get()); in TEST()
970 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {19}, context.get()); in TEST()
980 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {22}, context.get()); in TEST()
1040 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {119}, context.get()); in TEST()
1052 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {220}, context.get()); in TEST()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp59 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST()
66 14, SpvOpSNegate, {7}, MakeInstructionDescriptor(13, SpvOpLoad, 0)) in TEST()
70 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST()
75 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST()
81 14, SpvOpSNegate, {30}, in TEST()
86 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST()
91 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST()
96 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST()
101 14, SpvOpSNegate, {7}, return_instruction); in TEST()
108 15, SpvOpSNegate, {14}, return_instruction); in TEST()
[all …]
Dfact_manager_test.cpp1249 fact_manager.AddFactIdEquation(14, SpvOpSNegate, {7}, context.get()); in TEST()
1250 fact_manager.AddFactIdEquation(15, SpvOpSNegate, {14}, context.get()); in TEST()
1303 fact_manager.AddFactIdEquation(24, SpvOpSNegate, {23}, context.get()); in TEST()
1361 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {19}, context.get()); in TEST()
1371 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {22}, context.get()); in TEST()
1431 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {119}, context.get()); in TEST()
1443 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {220}, context.get()); in TEST()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass_add_equation_instructions.cpp68 SpvOpLogicalNot, SpvOpSNegate}; in Apply()
144 case SpvOpSNegate: { in Apply()
Dtransformation_add_no_contraction_decoration.cpp60 case SpvOpSNegate: in IsArithmetic()
Dfact_manager.cpp582 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
638 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
656 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
663 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
683 case SpvOpSNegate: { in AddEquationFactRecursive()
Dtransformation_equation_instruction.cpp160 case SpvOpSNegate: { in MaybeGetResultType()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_equation_instructions.cpp68 SpvOpLogicalNot, SpvOpSNegate}; in Apply()
144 case SpvOpSNegate: { in Apply()
Dtransformation_add_no_contraction_decoration.cpp60 case SpvOpSNegate: in IsArithmetic()
Dfact_manager.cpp610 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
666 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
684 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
691 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
711 case SpvOpSNegate: { in AddEquationFactRecursive()
Dtransformation_equation_instruction.cpp160 case SpvOpSNegate: { in MaybeGetResultType()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp61 case SpvOpSNegate: in IsArithmetic()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp289 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
323 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
381 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
755 other_inst->opcode() == SpvOpSNegate) { in MergeMulNegateArithmetic()
940 other_inst->opcode() == SpvOpSNegate) { in MergeDivNegateArithmetic()
978 if (other_inst->opcode() == SpvOpSNegate || in MergeAddNegateArithmetic()
1015 if (other_inst->opcode() == SpvOpSNegate || in MergeSubNegateArithmetic()
2483 rules_[SpvOpSNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules()
2484 rules_[SpvOpSNegate].push_back(MergeNegateMulDivArithmetic()); in AddFoldingRules()
2485 rules_[SpvOpSNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules()
Dfold.cpp48 case SpvOp::SpvOpSNegate: { in UnaryOperate()
601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
/external/angle/third_party/spirv-tools/src/source/opt/
Dfolding_rules.cpp289 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
323 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
381 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
755 other_inst->opcode() == SpvOpSNegate) { in MergeMulNegateArithmetic()
940 other_inst->opcode() == SpvOpSNegate) { in MergeDivNegateArithmetic()
978 if (other_inst->opcode() == SpvOpSNegate || in MergeAddNegateArithmetic()
1015 if (other_inst->opcode() == SpvOpSNegate || in MergeSubNegateArithmetic()
2483 rules_[SpvOpSNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules()
2484 rules_[SpvOpSNegate].push_back(MergeNegateMulDivArithmetic()); in AddFoldingRules()
2485 rules_[SpvOpSNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules()
Dfold.cpp48 case SpvOp::SpvOpSNegate: { in UnaryOperate()
601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp289 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
323 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
381 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
755 other_inst->opcode() == SpvOpSNegate) { in MergeMulNegateArithmetic()
940 other_inst->opcode() == SpvOpSNegate) { in MergeDivNegateArithmetic()
978 if (other_inst->opcode() == SpvOpSNegate || in MergeAddNegateArithmetic()
1015 if (other_inst->opcode() == SpvOpSNegate || in MergeSubNegateArithmetic()
2483 rules_[SpvOpSNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules()
2484 rules_[SpvOpSNegate].push_back(MergeNegateMulDivArithmetic()); in AddFoldingRules()
2485 rules_[SpvOpSNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules()
Dfold.cpp48 case SpvOp::SpvOpSNegate: { in UnaryOperate()
601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c268 case SpvOpSNegate: return nir_op_ineg; in vtn_nir_alu_op_for_spirv_opcode()
805 case SpvOpSNegate: { in vtn_handle_alu()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp530 case SpvOpSNegate: in spvOpcodeIsScalarizable()
/external/angle/third_party/spirv-tools/src/source/
Dopcode.cpp530 case SpvOpSNegate: in spvOpcodeIsScalarizable()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp525 case SpvOpSNegate: in spvOpcodeIsScalarizable()
/external/skia/src/sksl/
Dspirv.h689 SpvOpSNegate = 126, enumerator
/external/skqp/src/sksl/
Dspirv.h689 SpvOpSNegate = 126, enumerator

123