Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp251 bool operand_volatile = false; in TraceInstruction() local
252 std::tie(operand_coherent, operand_volatile) = in TraceInstruction()
255 is_volatile |= operand_volatile; in TraceInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp268 bool operand_volatile = false; in TraceInstruction() local
269 std::tie(operand_coherent, operand_volatile) = in TraceInstruction()
272 is_volatile |= operand_volatile; in TraceInstruction()