Searched refs:dst_volatile (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 78 bool dst_volatile = false; in UpgradeInstructions() local 96 std::tie(dst_coherent, dst_volatile, dst_scope) = in UpgradeInstructions() 115 UpgradeFlags(inst, 2u, dst_coherent, dst_volatile, kAvailability, in UpgradeInstructions() 121 UpgradeFlags(inst, 3u, dst_coherent, dst_volatile, kAvailability, in UpgradeInstructions()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 95 bool dst_volatile = false; in UpgradeInstructions() local 113 std::tie(dst_coherent, dst_volatile, dst_scope) = in UpgradeInstructions() 132 UpgradeFlags(inst, 2u, dst_coherent, dst_volatile, kAvailability, in UpgradeInstructions() 138 UpgradeFlags(inst, 3u, dst_coherent, dst_volatile, kAvailability, in UpgradeInstructions()
|