/external/swiftshader/third_party/SPIRV-Tools/test/stats/ |
D | stats_analyzer_test.cpp | 147 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/ |
D | stats_analyzer_test.cpp | 147 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/ |
D | folding_rules.cpp | 234 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/ |
D | folding_rules.cpp | 234 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/ |
D | markv_codec.cpp | 167 case SpvOpFMul: in OpcodeHasFixedNumberOfOperands() 415 case SpvOpFMul: in GetRuleBasedMtf()
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 167 case SpvOpFMul: in OpcodeHasFixedNumberOfOperands() 415 case SpvOpFMul: in GetRuleBasedMtf()
|
/external/mesa3d/prebuilt-intermediates/spirv/ |
D | spirv_info.c | 310 case SpvOpFMul: return "SpvOpFMul"; in spirv_op_to_string()
|
D | vtn_gather_types.c | 139 case SpvOpFMul: return (struct type_args){ 1, 0 }; in result_type_args_for_opcode()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/comp/ |
D | markv_model_shader_default_autogen.inc | 14 { 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/ |
D | markv_model_shader_default_autogen.inc | 14 { 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/ |
D | opcode.cpp | 524 case SpvOpFMul: in spvOpcodeIsScalarizable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 524 case SpvOpFMul: in spvOpcodeIsScalarizable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 353 case SpvOpFMul: in ValidateSpecConstantOp()
|
D | validate_arithmetics.cpp | 37 case SpvOpFMul: in ArithmeticsPass()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_arithmetics.cpp | 37 case SpvOpFMul: in ArithmeticsPass()
|
/external/skia/src/sksl/ |
D | spirv.h | 696 SpvOpFMul = 133, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 696 SpvOpFMul = 133, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 790 SpvOpFMul = 133, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 790 SpvOpFMul = 133, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.h | 790 SpvOpFMul = 133, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.h | 807 SpvOpFMul = 133, enumerator
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv.h | 807 SpvOpFMul = 133, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 807 SpvOpFMul = 133, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 802 SpvOpFMul = 133, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 802 SpvOpFMul = 133, enumerator
|