Searched refs:src_coherent (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 75 bool src_coherent = false; in UpgradeInstructions() local 98 std::tie(src_coherent, src_volatile, src_scope) = in UpgradeInstructions() 117 UpgradeFlags(inst, 2u, src_coherent, src_volatile, kVisibility, in UpgradeInstructions() 123 UpgradeFlags(inst, 3u, src_coherent, src_volatile, kVisibility, in UpgradeInstructions() 147 if (src_coherent) { in UpgradeInstructions()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 92 bool src_coherent = false; in UpgradeInstructions() local 115 std::tie(src_coherent, src_volatile, src_scope) = in UpgradeInstructions() 134 UpgradeFlags(inst, 2u, src_coherent, src_volatile, kVisibility, in UpgradeInstructions() 140 UpgradeFlags(inst, 3u, src_coherent, src_volatile, kVisibility, in UpgradeInstructions() 168 if (src_coherent) { in UpgradeInstructions()
|