Searched defs:atomic (Results 201 - 207 of 207) sorted by relevance
123456789
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | LLVMReactor.cpp | 891 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool atomic, std::memory_order memoryOrder) in createLoad() argument 975 Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool atomic, std::memory_order memoryOrder) in createStore() argument 988 Long::type(), isVolatile, alignment, atomic, memoryOrder); in createStore() local 997 Int::type(), isVolatile, alignment, atomic, memoryOrde in createStore() local [all...] |
| H A D | Reactor.hpp | 2519 RValue<T> Load(RValue<Pointer<T>> pointer, unsigned int alignment, bool atomic, std::memory_order memoryOrder) in Load() argument 2525 RValue<T> Load(Pointer<T> pointer, unsigned int alignment, bool atomic, std::memory_order memoryOrder) in Load() argument 2543 void Store(RValue<T> value, RValue<Pointer<T>> pointer, unsigned int alignment, bool atomic, std::memory_order memoryOrder) in Store() argument 2549 void Store(RValue<T> value, Pointer<T> pointer, unsigned int alignment, bool atomic, std::memory_order memoryOrder) in Store() argument 2555 void Store(T value, Pointer<T> pointer, unsigned int alignment, bool atomic, std::memory_order memoryOrder) in Store() argument 2557 Store(RValue<T>(value), RValue<Pointer<T>>(pointer), alignment, atomic, memoryOrde in Store() local [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | nfs_xdr.h | 183 u32 atomic; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | nfs_xdr.h | 185 u32 atomic; member
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 5074 TIntermAggregate* atomic = new TIntermAggregate(atomicOp); in decomposeIntrinsic() local 5116 TIntermAggregate* atomic = new TIntermAggregate(mapAtomicOp(loc, op, isImage)); decomposeIntrinsic() local [all...] |
| /kernel/linux/linux-5.10/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 457 u8 atomic[0x1]; member 1397 u8 atomic[0x1]; member
|
| /kernel/linux/linux-6.6/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 506 u8 atomic[0x1]; member 1652 u8 atomic[0x1]; member
|
Completed in 81 milliseconds
123456789