Searched refs:atomicAdd (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Thread.hpp | 122 int atomicAdd(int volatile *target, int value); 279 inline int atomicAdd(volatile int* target, int value) in atomicAdd() function 330 inline void operator-=(int i) { sw::atomicAdd(&vi, -i); } in operator -=() 331 inline void operator+=(int i) { sw::atomicAdd(&vi, i); } in operator +=()
|
/third_party/ffmpeg/compat/cuda/ |
H A D | cuda_runtime.h | 37 #define atomicAdd(a, b) (__atomic_fetch_add(a, b, __ATOMIC_SEQ_CST)) macro
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
H A D | internal_interface.hpp | 564 inline T atomicAdd(T &v, T a)
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable_ESSL_autogen.cpp | 1900 constexpr const ImmutableString atomicAdd("atomicAdd"); 12398 BuiltInName::atomicAdd, 12406 BuiltInName::atomicAdd, [all...] |
H A D | SymbolTable_autogen.cpp | 3051 constexpr const ImmutableString atomicAdd("atomicAdd"); 18208 BuiltInName::atomicAdd, 18216 BuiltInName::atomicAdd, [all...] |
Completed in 59 milliseconds