Home
last modified time | relevance | path

Searched defs:memory_scope (Results 1 – 17 of 17) 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_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/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_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/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/vulkan-deps/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/spirv/
Dspirv_to_nir.c3970 SpvScope memory_scope = vtn_constant_uint(b, w[2]); in vtn_handle_barrier() local