Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp249 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
283 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
341 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
715 if (other_inst->opcode() == SpvOpFNegate || in MergeMulNegateArithmetic()
900 if (other_inst->opcode() == SpvOpFNegate || in MergeDivNegateArithmetic()
940 other_inst->opcode() == SpvOpFNegate) { in MergeAddNegateArithmetic()
977 other_inst->opcode() == SpvOpFNegate) { in MergeSubNegateArithmetic()
1796 inst->SetOpcode(SpvOpFNegate); in RedundantFSub()
2204 rules_[SpvOpFNegate].push_back(MergeNegateArithmetic()); in FoldingRules()
2205 rules_[SpvOpFNegate].push_back(MergeNegateAddSubArithmetic()); in FoldingRules()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp249 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
283 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
341 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
715 if (other_inst->opcode() == SpvOpFNegate || in MergeMulNegateArithmetic()
900 if (other_inst->opcode() == SpvOpFNegate || in MergeDivNegateArithmetic()
940 other_inst->opcode() == SpvOpFNegate) { in MergeAddNegateArithmetic()
977 other_inst->opcode() == SpvOpFNegate) { in MergeSubNegateArithmetic()
1796 inst->SetOpcode(SpvOpFNegate); in RedundantFSub()
2204 rules_[SpvOpFNegate].push_back(MergeNegateArithmetic()); in FoldingRules()
2205 rules_[SpvOpFNegate].push_back(MergeNegateAddSubArithmetic()); in FoldingRules()
[all …]
Dinstruction.cpp576 case SpvOpFNegate: in IsOpcodeCodeMotionSafe()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp161 case SpvOpFNegate: in OpcodeHasFixedNumberOfOperands()
419 case SpvOpFNegate: { in GetRuleBasedMtf()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp161 case SpvOpFNegate: in OpcodeHasFixedNumberOfOperands()
419 case SpvOpFNegate: { in GetRuleBasedMtf()
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c304 case SpvOpFNegate: return "SpvOpFNegate"; in spirv_op_to_string()
Dvtn_gather_types.c133 case SpvOpFNegate: return (struct type_args){ 1, 0 }; in result_type_args_for_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c160 case SpvOpFNegate: { in vtn_handle_matrix_alu()
287 case SpvOpFNegate: return nir_op_fneg; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv.h801 SpvOpFNegate = 127, enumerator
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp518 case SpvOpFNegate: in spvOpcodeIsScalarizable()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp518 case SpvOpFNegate: in spvOpcodeIsScalarizable()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp350 case SpvOpFNegate: in ValidateSpecConstantOp()
Dvalidate_arithmetics.cpp41 case SpvOpFNegate: { in ArithmeticsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp41 case SpvOpFNegate: { in ArithmeticsPass()
/external/skia/src/sksl/
Dspirv.h690 SpvOpFNegate = 127, enumerator
/external/skqp/src/sksl/
Dspirv.h690 SpvOpFNegate = 127, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h784 SpvOpFNegate = 127, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h784 SpvOpFNegate = 127, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h784 SpvOpFNegate = 127, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h801 SpvOpFNegate = 127, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h801 SpvOpFNegate = 127, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.h796 SpvOpFNegate = 127, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.h796 SpvOpFNegate = 127, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.h801 SpvOpFNegate = 127, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.h796 SpvOpFNegate = 127, enumerator

12