Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp298 bool remaining_coherent = false; in CheckType() local
300 std::tie(remaining_coherent, remaining_volatile) = in CheckType()
302 is_coherent |= remaining_coherent; in CheckType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp315 bool remaining_coherent = false; in CheckType() local
317 std::tie(remaining_coherent, remaining_volatile) = in CheckType()
319 is_coherent |= remaining_coherent; in CheckType()