Home
last modified time | relevance | path

Searched refs:SpvOpFNegate (Results 1 – 25 of 56) sorted by relevance

123

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp61 case SpvOpFNegate: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp85 case SpvOpFNegate: in IsNumeric()
Dtransformation_propagate_instruction_up.cpp243 case SpvOpFNegate: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp172 case SpvOpFNegate: in IsSimpleInstruction()
Dtransformation_propagate_instruction_down.cpp267 case SpvOpFNegate: in IsOpcodeSupported()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp61 case SpvOpFNegate: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp85 case SpvOpFNegate: in IsNumeric()
Dtransformation_propagate_instruction_up.cpp243 case SpvOpFNegate: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp172 case SpvOpFNegate: in IsSimpleInstruction()
Dtransformation_propagate_instruction_down.cpp267 case SpvOpFNegate: in IsOpcodeSupported()
/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()
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 …]
Drelax_float_ops_pass.cpp104 SpvOpFNegate, in Initialize()
Damd_ext_to_khr.cpp602 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/
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()
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 …]
Drelax_float_ops_pass.cpp104 SpvOpFNegate, in Initialize()
Damd_ext_to_khr.cpp602 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/
Dvtn_alu.c161 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/
Dspirv.h690 SpvOpFNegate = 127, enumerator
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp549 case SpvOpFNegate: in spvOpcodeIsScalarizable()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp549 case SpvOpFNegate: in spvOpcodeIsScalarizable()
/external/skqp/src/sksl/
Dspirv.h690 SpvOpFNegate = 127, enumerator
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_constants.cpp398 case SpvOpFNegate: in ValidateSpecConstantOp()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp398 case SpvOpFNegate: in ValidateSpecConstantOp()
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h784 SpvOpFNegate = 127, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h784 SpvOpFNegate = 127, enumerator

123