Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A 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
H A Dvalidate_memory_semantics.cpp28 uint32_t memory_scope) { in ValidateMemorySemantics()
H A Dvalidate_atomics.cpp338 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A 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
H A Dvalidate_memory_semantics.cpp28 uint32_t memory_scope) { in ValidateMemorySemantics()
H A Dvalidate_atomics.cpp375 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/aosp_15_r20/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.cpp316 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
H A Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
H A Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
/aosp_15_r20/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()
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Dopencl-c.h13941 typedef enum memory_scope enum
13948 } memory_scope; typedef
/aosp_15_r20/external/clang/lib/Headers/
H A Dopencl-c.h13941 typedef enum memory_scope enum
13948 } memory_scope; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Dopencl-c.h13941 typedef enum memory_scope enum
13948 } memory_scope; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Dopencl-c-base.h384 typedef enum memory_scope { enum
403 } memory_scope; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Dopencl-c-base.h384 typedef enum memory_scope { enum
403 } memory_scope; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Dopencl-c-base.h384 typedef enum memory_scope { enum
403 } memory_scope; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Dopencl-c-base.h384 typedef enum memory_scope { enum
403 } memory_scope; typedef
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Dopencl-c-base.h384 typedef enum memory_scope { enum
403 } memory_scope; typedef
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs339 pub fn memory_scope(&self) -> mesa_scope { in memory_scope() method
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c4691 SpvScope memory_scope = vtn_constant_uint(b, w[2]); in vtn_handle_barrier() local