Home
last modified time | relevance | path

Searched defs:atomicAdd (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Common/
DThread.hpp279 inline int atomicAdd(volatile int* target, int value) in atomicAdd() function
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h37 #define atomicAdd(a, b) (__atomic_fetch_add(a, b, __ATOMIC_SEQ_CST)) macro
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dresize_bilinear_impl.cu22 __device__ double atomicAdd(double *address, double val) { in atomicAdd() function
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dinternal_interface.hpp564 inline T atomicAdd(T &v, T a) in atomicAdd() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1900 constexpr const ImmutableString atomicAdd("atomicAdd"); variable
DSymbolTable_autogen.cpp3051 constexpr const ImmutableString atomicAdd("atomicAdd"); variable