Home
last modified time | relevance | path

Searched refs:memory_scope (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp64 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
70 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
81 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
83 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
118 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
120 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
Dvalidate_atomics.cpp173 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
174 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp64 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
70 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
81 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
83 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
118 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
120 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
Dvalidate_atomics.cpp172 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
173 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
/external/clang/lib/Headers/
Dopencl-c.h13941 typedef enum memory_scope enum
13948 } memory_scope; typedef
13950 void __ovld work_group_barrier(cl_mem_fence_flags flags, memory_scope scope);
14773 void __ovld atomic_work_item_fence(cl_mem_fence_flags flags, memory_order order, memory_scope scope…
14779 …tch_add_explicit(volatile atomic_int *object, int operand, memory_order order, memory_scope scope);
14782 …h_add_explicit(volatile atomic_uint *object, uint operand, memory_order order, memory_scope scope);
14785 …tch_sub_explicit(volatile atomic_int *object, int operand, memory_order order, memory_scope scope);
14788 …h_sub_explicit(volatile atomic_uint *object, uint operand, memory_order order, memory_scope scope);
14791 …etch_or_explicit(volatile atomic_int *object, int operand, memory_order order, memory_scope scope);
14794 …ch_or_explicit(volatile atomic_uint *object, uint operand, memory_order order, memory_scope scope);
[all …]