/external/angle/third_party/spirv-tools/src/test/fuzz/ |
D | transformation_equation_instruction_test.cpp | 59 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 …]
|
D | fact_manager_test.cpp | 858 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/ |
D | transformation_equation_instruction_test.cpp | 59 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 …]
|
D | fact_manager_test.cpp | 1249 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/ |
D | fuzzer_pass_add_equation_instructions.cpp | 68 SpvOpLogicalNot, SpvOpSNegate}; in Apply() 144 case SpvOpSNegate: { in Apply()
|
D | transformation_add_no_contraction_decoration.cpp | 60 case SpvOpSNegate: in IsArithmetic()
|
D | fact_manager.cpp | 582 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()
|
D | transformation_equation_instruction.cpp | 160 case SpvOpSNegate: { in MaybeGetResultType()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 68 SpvOpLogicalNot, SpvOpSNegate}; in Apply() 144 case SpvOpSNegate: { in Apply()
|
D | transformation_add_no_contraction_decoration.cpp | 60 case SpvOpSNegate: in IsArithmetic()
|
D | fact_manager.cpp | 610 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()
|
D | transformation_equation_instruction.cpp | 160 case SpvOpSNegate: { in MaybeGetResultType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 61 case SpvOpSNegate: in IsArithmetic()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 289 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()
|
D | fold.cpp | 48 case SpvOp::SpvOpSNegate: { in UnaryOperate() 601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | folding_rules.cpp | 289 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()
|
D | fold.cpp | 48 case SpvOp::SpvOpSNegate: { in UnaryOperate() 601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 289 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()
|
D | fold.cpp | 48 case SpvOp::SpvOpSNegate: { in UnaryOperate() 601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 268 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/ |
D | opcode.cpp | 530 case SpvOpSNegate: in spvOpcodeIsScalarizable()
|
/external/angle/third_party/spirv-tools/src/source/ |
D | opcode.cpp | 530 case SpvOpSNegate: in spvOpcodeIsScalarizable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 525 case SpvOpSNegate: in spvOpcodeIsScalarizable()
|
/external/skia/src/sksl/ |
D | spirv.h | 689 SpvOpSNegate = 126, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 689 SpvOpSNegate = 126, enumerator
|