Searched refs:is_coherent (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 73 bool is_coherent = false; in UpgradeInstructions() local 85 std::tie(is_coherent, is_volatile, scope) = in UpgradeInstructions() 91 std::tie(is_coherent, is_volatile, scope) = in UpgradeInstructions() 107 UpgradeFlags(inst, 1u, is_coherent, is_volatile, kAvailability, in UpgradeInstructions() 111 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kVisibility, in UpgradeInstructions() 128 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kAvailability, in UpgradeInstructions() 132 UpgradeFlags(inst, 3u, is_coherent, is_volatile, kVisibility, kImage); in UpgradeInstructions() 140 if (is_coherent) { in UpgradeInstructions() 172 bool is_coherent = false; in GetInstructionAttributes() local 175 std::tie(is_coherent, is_volatile) = in GetInstructionAttributes() [all …]
|
D | upgrade_memory_model.h | 94 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 90 bool is_coherent = false; in UpgradeInstructions() local 102 std::tie(is_coherent, is_volatile, scope) = in UpgradeInstructions() 108 std::tie(is_coherent, is_volatile, scope) = in UpgradeInstructions() 124 UpgradeFlags(inst, 1u, is_coherent, is_volatile, kVisibility, in UpgradeInstructions() 128 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kAvailability, in UpgradeInstructions() 145 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kVisibility, kImage); in UpgradeInstructions() 148 UpgradeFlags(inst, 3u, is_coherent, is_volatile, kAvailability, in UpgradeInstructions() 157 if (is_coherent) { in UpgradeInstructions() 189 bool is_coherent = false; in GetInstructionAttributes() local 192 std::tie(is_coherent, is_volatile) = in GetInstructionAttributes() [all …]
|
D | upgrade_memory_model.h | 94 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
|