Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_barriers.cpp62 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
79 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
116 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
Dvalidate_memory_semantics.cpp29 uint32_t memory_scope) { in ValidateMemorySemantics()
Dvalidate_atomics.cpp316 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp62 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
79 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
116 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
Dvalidate_atomics.cpp280 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp62 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
79 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
116 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
Dvalidate_atomics.cpp280 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
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h281 typedef enum memory_scope { enum
289 } memory_scope; typedef
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3970 SpvScope memory_scope = vtn_constant_uint(b, w[2]); in vtn_handle_barrier() local