Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/SPIRV-Tools/test/stats/
Dstats_analyzer_test.cpp147 stats.opcode_hist[SpvOpFMul] = 400; in TEST()
153 hist[SpvOpFMul][SpvOpFAdd] = 100; in TEST()
154 hist[SpvOpFMul][SpvOpFSub] = 300; in TEST()
155 hist[SpvOpFAdd][SpvOpFMul] = 100; in TEST()
/external/deqp-deps/SPIRV-Tools/test/stats/
Dstats_analyzer_test.cpp147 stats.opcode_hist[SpvOpFMul] = 400; in TEST()
153 hist[SpvOpFMul][SpvOpFAdd] = 100; in TEST()
154 hist[SpvOpFMul][SpvOpFSub] = 300; in TEST()
155 hist[SpvOpFAdd][SpvOpFMul] = 100; in TEST()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp234 inst->SetOpcode(SpvOpFMul); in ReciprocalFDiv()
300 if (opcode == SpvOpFMul || opcode == SpvOpFDiv || opcode == SpvOpIMul || in MergeNegateMulDivArithmetic()
435 case SpvOpFMul: in PerformFloatingPointOperation()
573 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulMulArithmetic()
625 assert(inst->opcode() == SpvOpFMul); in MergeMulDivArithmetic()
699 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulNegateArithmetic()
765 merge_op = SpvOpFMul; in MergeDivDivArithmetic()
782 op = SpvOpFMul; in MergeDivDivArithmetic()
824 if (op_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic()
842 if (other_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp234 inst->SetOpcode(SpvOpFMul); in ReciprocalFDiv()
300 if (opcode == SpvOpFMul || opcode == SpvOpFDiv || opcode == SpvOpIMul || in MergeNegateMulDivArithmetic()
435 case SpvOpFMul: in PerformFloatingPointOperation()
573 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulMulArithmetic()
625 assert(inst->opcode() == SpvOpFMul); in MergeMulDivArithmetic()
699 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulNegateArithmetic()
765 merge_op = SpvOpFMul; in MergeDivDivArithmetic()
782 op = SpvOpFMul; in MergeDivDivArithmetic()
824 if (op_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic()
842 if (other_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic()
[all …]
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp167 case SpvOpFMul: in OpcodeHasFixedNumberOfOperands()
415 case SpvOpFMul: in GetRuleBasedMtf()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp167 case SpvOpFMul: in OpcodeHasFixedNumberOfOperands()
415 case SpvOpFMul: in GetRuleBasedMtf()
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c310 case SpvOpFMul: return "SpvOpFMul"; in spirv_op_to_string()
Dvtn_gather_types.c139 case SpvOpFMul: return (struct type_args){ 1, 0 }; in result_type_args_for_opcode()
/external/swiftshader/third_party/SPIRV-Tools/tools/comp/
Dmarkv_model_shader_default_autogen.inc14 { CombineOpcodeAndNumOperands(SpvOpFMul, 4), 412786 },
284 codecs.emplace(SpvOpFMul, std::move(codec));
10732 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpFMul, 0), std::move(codec));
10781 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpFMul, 1), std::move(codec));
10918 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpFMul, 2), std::move(codec));
11053 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpFMul, 3), std::move(codec));
/external/deqp-deps/SPIRV-Tools/tools/comp/
Dmarkv_model_shader_default_autogen.inc14 { CombineOpcodeAndNumOperands(SpvOpFMul, 4), 412786 },
284 codecs.emplace(SpvOpFMul, std::move(codec));
10732 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpFMul, 0), std::move(codec));
10781 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpFMul, 1), std::move(codec));
10918 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpFMul, 2), std::move(codec));
11053 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpFMul, 3), std::move(codec));
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp524 case SpvOpFMul: in spvOpcodeIsScalarizable()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp524 case SpvOpFMul: in spvOpcodeIsScalarizable()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp353 case SpvOpFMul: in ValidateSpecConstantOp()
Dvalidate_arithmetics.cpp37 case SpvOpFMul: in ArithmeticsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp37 case SpvOpFMul: in ArithmeticsPass()
/external/skia/src/sksl/
Dspirv.h696 SpvOpFMul = 133, enumerator
/external/skqp/src/sksl/
Dspirv.h696 SpvOpFMul = 133, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h790 SpvOpFMul = 133, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h790 SpvOpFMul = 133, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h790 SpvOpFMul = 133, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h807 SpvOpFMul = 133, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h807 SpvOpFMul = 133, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h807 SpvOpFMul = 133, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.h802 SpvOpFMul = 133, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.h802 SpvOpFMul = 133, enumerator

12