/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 61 case SpvOpFNegate: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 85 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()
|
D | transformation_propagate_instruction_down.cpp | 267 case SpvOpFNegate: in IsOpcodeSupported()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 61 case SpvOpFNegate: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 85 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()
|
D | transformation_propagate_instruction_down.cpp | 267 case SpvOpFNegate: in IsOpcodeSupported()
|
/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() 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()
|
/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() 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()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 161 case SpvOpFNegate: { in vtn_handle_matrix_alu() 269 case SpvOpFNegate: return nir_op_fneg; in vtn_nir_alu_op_for_spirv_opcode()
|
/external/skia/src/sksl/ |
D | spirv.h | 690 SpvOpFNegate = 127, enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 549 case SpvOpFNegate: in spvOpcodeIsScalarizable()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 549 case SpvOpFNegate: in spvOpcodeIsScalarizable()
|
/external/skqp/src/sksl/ |
D | spirv.h | 690 SpvOpFNegate = 127, enumerator
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 398 case SpvOpFNegate: in ValidateSpecConstantOp()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 398 case SpvOpFNegate: in ValidateSpecConstantOp()
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 784 SpvOpFNegate = 127, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 784 SpvOpFNegate = 127, enumerator
|