Searched refs:src_volatile (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 76 bool src_volatile = 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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 93 bool src_volatile = 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()
|