/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_barriers.cpp | 60 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 D | validate_memory_semantics.cpp | 28 uint32_t memory_scope) { in ValidateMemorySemantics()
|
H A D | validate_atomics.cpp | 338 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 D | validate_barriers.cpp | 60 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 D | validate_memory_semantics.cpp | 28 uint32_t memory_scope) { in ValidateMemorySemantics()
|
H A D | validate_atomics.cpp | 375 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_barriers.cpp | 60 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
|
D | validate_memory_semantics.cpp | 28 uint32_t memory_scope) { in ValidateMemorySemantics()
|
D | validate_atomics.cpp | 316 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 D | transformation_store.cpp | 27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
|
H A D | transformation_load.cpp | 28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | transformation_store.cpp | 27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
|
H A D | transformation_load.cpp | 28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_store.cpp | 27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
|
D | transformation_load.cpp | 28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | opencl-c.h | 13941 typedef enum memory_scope enum 13948 } memory_scope; typedef
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A D | opencl-c.h | 13941 typedef enum memory_scope enum 13948 } memory_scope; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | opencl-c.h | 13941 typedef enum memory_scope enum 13948 } memory_scope; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | opencl-c-base.h | 384 typedef enum memory_scope { enum 403 } memory_scope; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | opencl-c-base.h | 384 typedef enum memory_scope { enum 403 } memory_scope; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | opencl-c-base.h | 384 typedef enum memory_scope { enum 403 } memory_scope; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | opencl-c-base.h | 384 typedef enum memory_scope { enum 403 } memory_scope; typedef
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | opencl-c-base.h | 384 typedef enum memory_scope { enum 403 } memory_scope; typedef
|
/aosp_15_r20/external/mesa3d/src/compiler/rust/ |
H A D | nir.rs | 339 pub fn memory_scope(&self) -> mesa_scope { in memory_scope() method
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 4691 SpvScope memory_scope = vtn_constant_uint(b, w[2]); in vtn_handle_barrier() local
|