/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 60 case SpvOpFNegate: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 84 case SpvOpFNegate: in IsNumeric()
|
D | transformation_propagate_instruction_up.cpp | 243 case SpvOpFNegate: in IsOpcodeSupported()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 60 case SpvOpFNegate: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 84 case SpvOpFNegate: in IsNumeric()
|
D | transformation_propagate_instruction_up.cpp | 243 case SpvOpFNegate: in IsOpcodeSupported()
|
D | transformation_move_instruction_down.cpp | 172 case SpvOpFNegate: in IsSimpleInstruction()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 60 case SpvOpFNegate: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 84 case SpvOpFNegate: in IsNumeric()
|
D | transformation_propagate_instruction_up.cpp | 243 case SpvOpFNegate: in IsOpcodeSupported()
|
D | transformation_move_instruction_down.cpp | 172 case SpvOpFNegate: in IsSimpleInstruction()
|
/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() 754 if (other_inst->opcode() == SpvOpFNegate || in MergeMulNegateArithmetic() 939 if (other_inst->opcode() == SpvOpFNegate || in MergeDivNegateArithmetic() 979 other_inst->opcode() == SpvOpFNegate) { in MergeAddNegateArithmetic() 1016 other_inst->opcode() == SpvOpFNegate) { in MergeSubNegateArithmetic() 1956 inst->SetOpcode(SpvOpFNegate); in RedundantFSub() 2455 rules_[SpvOpFNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules() 2456 rules_[SpvOpFNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules() [all …]
|
D | relax_float_ops_pass.cpp | 104 SpvOpFNegate, in Initialize()
|
D | amd_ext_to_khr.cpp | 602 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, x->result_id()); in ReplaceCubeFaceCoord() 604 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, y->result_id()); in ReplaceCubeFaceCoord() 606 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, z->result_id()); in ReplaceCubeFaceCoord()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | folding_rules.cpp | 343 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic() 377 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic() 435 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic() 804 if (other_inst->opcode() == SpvOpFNegate || in MergeMulNegateArithmetic() 981 if (other_inst->opcode() == SpvOpFNegate) { in MergeDivNegateArithmetic() 1020 other_inst->opcode() == SpvOpFNegate) { in MergeAddNegateArithmetic() 1057 other_inst->opcode() == SpvOpFNegate) { in MergeSubNegateArithmetic() 2057 inst->SetOpcode(SpvOpFNegate); in RedundantFSub() 2558 rules_[SpvOpFNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules() 2559 rules_[SpvOpFNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules() [all …]
|
D | relax_float_ops_pass.cpp | 104 SpvOpFNegate, in Initialize()
|
D | amd_ext_to_khr.cpp | 602 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, x->result_id()); in ReplaceCubeFaceCoord() 604 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, y->result_id()); in ReplaceCubeFaceCoord() 606 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, z->result_id()); in ReplaceCubeFaceCoord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 343 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic() 377 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic() 435 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic() 804 if (other_inst->opcode() == SpvOpFNegate || in MergeMulNegateArithmetic() 981 if (other_inst->opcode() == SpvOpFNegate) { in MergeDivNegateArithmetic() 1020 other_inst->opcode() == SpvOpFNegate) { in MergeAddNegateArithmetic() 1057 other_inst->opcode() == SpvOpFNegate) { in MergeSubNegateArithmetic() 2057 inst->SetOpcode(SpvOpFNegate); in RedundantFSub() 2558 rules_[SpvOpFNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules() 2559 rules_[SpvOpFNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules() [all …]
|
D | relax_float_ops_pass.cpp | 104 SpvOpFNegate, in Initialize()
|
D | amd_ext_to_khr.cpp | 602 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, x->result_id()); in ReplaceCubeFaceCoord() 604 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, y->result_id()); in ReplaceCubeFaceCoord() 606 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, z->result_id()); in ReplaceCubeFaceCoord()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 328 SpvOpFNegate, in InitCombinatorSets()
|
/third_party/flutter/skia/src/sksl/ |
D | spirv.h | 690 SpvOpFNegate = 127, enumerator
|
/third_party/skia/src/sksl/ |
D | spirv.h | 690 SpvOpFNegate = 127, enumerator
|
/third_party/spirv-tools/source/ |
D | opcode.cpp | 551 case SpvOpFNegate: in spvOpcodeIsScalarizable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 551 case SpvOpFNegate: in spvOpcodeIsScalarizable()
|