Home
last modified time | relevance | path

Searched refs:potential_clashes (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fusion.cpp436 std::vector<Instruction*> potential_clashes{}; in IsLegal() local
440 std::back_inserter(potential_clashes)); in IsLegal()
443 if (potential_clashes.empty()) { in IsLegal()
449 for (auto location : potential_clashes) { in IsLegal()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion.cpp436 std::vector<Instruction*> potential_clashes{}; in IsLegal() local
440 std::back_inserter(potential_clashes)); in IsLegal()
443 if (potential_clashes.empty()) { in IsLegal()
449 for (auto location : potential_clashes) { in IsLegal()