Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp60 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
77 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
114 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
Dvalidate_memory_semantics.cpp28 uint32_t memory_scope) { in ValidateMemorySemantics()
Dvalidate_atomics.cpp375 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_barriers.cpp60 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
77 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
114 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
Dvalidate_memory_semantics.cpp28 uint32_t memory_scope) { in ValidateMemorySemantics()
Dvalidate_atomics.cpp375 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp60 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
77 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
114 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
Dvalidate_memory_semantics.cpp28 uint32_t memory_scope) { in ValidateMemorySemantics()
Dvalidate_atomics.cpp338 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
/external/clang/lib/Headers/
Dopencl-c.h13941 typedef enum memory_scope enum
13948 } memory_scope; typedef
/external/mesa3d/src/compiler/rust/
Dnir.rs318 pub fn memory_scope(&self) -> mesa_scope { in memory_scope() method
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4703 SpvScope memory_scope = vtn_constant_uint(b, w[2]); in vtn_handle_barrier() local