Searched refs:memory_scope (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_barriers.cpp | 64 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()
|
D | validate_atomics.cpp | 173 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/ |
D | validate_barriers.cpp | 64 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()
|
D | validate_atomics.cpp | 172 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/ |
D | opencl-c.h | 13941 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 …]
|