Home
last modified time | relevance | path

Searched defs:memory_scope (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp64 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
81 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
118 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
Dvalidate_atomics.cpp172 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp64 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
81 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
118 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
Dvalidate_atomics.cpp173 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/external/clang/lib/Headers/
Dopencl-c.h13941 typedef enum memory_scope enum
13948 } memory_scope; typedef