Home
last modified time | relevance | path

Searched refs:transformations_to_apply (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_irrelevant_ids.cpp87 std::vector<TransformationReplaceIrrelevantId> transformations_to_apply; in Apply() local
97 &transformations_to_apply](opt::Instruction* use_inst, in Apply()
168 transformations_to_apply.emplace_back( in Apply()
177 for (const auto& transformation : transformations_to_apply) { in Apply()
Dfuzzer_pass_add_opphi_synonyms.cpp44 std::vector<TransformationAddOpPhiSynonym> transformations_to_apply; in Apply() local
140 transformations_to_apply.emplace_back(block.id(), preds_to_ids, in Apply()
146 for (const auto& transformation : transformations_to_apply) { in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_irrelevant_ids.cpp87 std::vector<TransformationReplaceIrrelevantId> transformations_to_apply; in Apply() local
97 &transformations_to_apply](opt::Instruction* use_inst, in Apply()
168 transformations_to_apply.emplace_back( in Apply()
177 for (const auto& transformation : transformations_to_apply) { in Apply()
Dfuzzer_pass_add_opphi_synonyms.cpp44 std::vector<TransformationAddOpPhiSynonym> transformations_to_apply; in Apply() local
140 transformations_to_apply.emplace_back(block.id(), preds_to_ids, in Apply()
146 for (const auto& transformation : transformations_to_apply) { in Apply()