/external/deqp-deps/glslang/Test/ |
D | spv.atomicFloat_Error.comp | 23 //atomicAdd 25 resultf = atomicAdd(atomf, 3.0); 26 resultf = atomicAdd(atomf, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed); 27 resultf = atomicAdd(buf.dataf, 3.0); 28 …resultf = atomicAdd(buf.dataf, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed… 31 resultd = atomicAdd(atomd, 3.0); 32 resultd = atomicAdd(atomd, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed); 33 resultd = atomicAdd(buf.datad, 3.0); 34 …resultd = atomicAdd(buf.datad, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed… 79 //atomicAdd [all …]
|
D | spv.atomicFloat.comp | 29 //atomicAdd 31 resultf = atomicAdd(atomf, 3.0); 32 resultf = atomicAdd(atomf, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed); 33 resultf = atomicAdd(buf.dataf, 3.0); 34 …resultf = atomicAdd(buf.dataf, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed… 37 resultd = atomicAdd(atomd, 3.0); 38 resultd = atomicAdd(atomd, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed); 39 resultd = atomicAdd(buf.datad, 3.0); 40 …resultd = atomicAdd(buf.datad, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed…
|
D | spv.memoryScopeSemantics.comp | 28 …int origi = atomicAdd(atomi, 3, gl_ScopeDevice, gl_StorageSemanticsBuffer | gl_StorageSemanticsSha… 41 …atomicAdd(bufferu.x, 1, gl_ScopeDevice, gl_StorageSemanticsBuffer | gl_StorageSemanticsShared, gl_… 65 atomicAdd(bufferl.x, 1); 68 atomicAdd(bufferu.x, 4u, gl_ScopeDevice, 0, 0); 69 atomicAdd(bufferu.x, 5u, gl_ScopeDevice, 0, gl_SemanticsVolatile);
|
D | spv.atomic.comp | 39 int origi = atomicAdd(atomi, 3); 47 atomicAdd(result.n_frames_rendered.z, 1);
|
D | spv.atomicInt64.comp | 46 i64 += atomicAdd(buf.i64, i64c); 72 i64 += atomicAdd(s.i64, i64c);
|
D | spv.bufferhandle10.frag | 18 atomicAdd(t.f.x[i], 1);
|
D | web.comp | 42 atomicAdd(bInst.size, 2);
|
D | spv.memoryScopeSemantics_Error.comp | 23 …atomicAdd(atomu, value, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelease | gl_Semant…
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.atomicFloat_Error.comp | 23 //atomicAdd 25 resultf = atomicAdd(atomf, 3.0); 26 resultf = atomicAdd(atomf, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed); 27 resultf = atomicAdd(buf.dataf, 3.0); 28 …resultf = atomicAdd(buf.dataf, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed… 31 resultd = atomicAdd(atomd, 3.0); 32 resultd = atomicAdd(atomd, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed); 33 resultd = atomicAdd(buf.datad, 3.0); 34 …resultd = atomicAdd(buf.datad, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed… 79 //atomicAdd [all …]
|
D | spv.atomicFloat.comp | 29 //atomicAdd 31 resultf = atomicAdd(atomf, 3.0); 32 resultf = atomicAdd(atomf, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed); 33 resultf = atomicAdd(buf.dataf, 3.0); 34 …resultf = atomicAdd(buf.dataf, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed… 37 resultd = atomicAdd(atomd, 3.0); 38 resultd = atomicAdd(atomd, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed); 39 resultd = atomicAdd(buf.datad, 3.0); 40 …resultd = atomicAdd(buf.datad, 4.5, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelaxed…
|
D | spv.memoryScopeSemantics.comp | 28 …int origi = atomicAdd(atomi, 3, gl_ScopeDevice, gl_StorageSemanticsBuffer | gl_StorageSemanticsSha… 41 …atomicAdd(bufferu.x, 1, gl_ScopeDevice, gl_StorageSemanticsBuffer | gl_StorageSemanticsShared, gl_… 65 atomicAdd(bufferl.x, 1); 68 atomicAdd(bufferu.x, 4u, gl_ScopeDevice, 0, 0); 69 atomicAdd(bufferu.x, 5u, gl_ScopeDevice, 0, gl_SemanticsVolatile);
|
D | spv.atomic.comp | 39 int origi = atomicAdd(atomi, 3); 47 atomicAdd(result.n_frames_rendered.z, 1);
|
D | spv.atomicFloat2.comp | 32 //atomicAdd 34 resulth = atomicAdd(atomh, float16_t(3.0)); 35 …resulth = atomicAdd(atomh, float16_t(4.5), gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_Semantics… 36 resulth = atomicAdd(buf.datah, float16_t(3.0)); 37 …resulth = atomicAdd(buf.datah, float16_t(4.5), gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_Seman…
|
D | spv.atomicInt64.comp | 46 i64 += atomicAdd(buf.i64, i64c); 72 i64 += atomicAdd(s.i64, i64c);
|
D | spv.bufferhandle10.frag | 18 atomicAdd(t.f.x[i], 1);
|
D | web.comp | 42 atomicAdd(bInst.size, 2);
|
D | spv.memoryScopeSemantics_Error.comp | 23 …atomicAdd(atomu, value, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelease | gl_Semant…
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.atomicFloat_Error.comp.out | 2 ERROR: 0:25: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 3 ERROR: 0:26: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 4 ERROR: 0:27: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 5 ERROR: 0:28: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 6 ERROR: 0:31: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 7 ERROR: 0:32: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 8 ERROR: 0:33: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 9 ERROR: 0:34: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 30 ERROR: 0:80: 'atomicAdd' : no matching overloaded function found 31 ERROR: 0:81: 'atomicAdd' : no matching overloaded function found [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.atomicFloat_Error.comp.out | 2 ERROR: 0:25: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 3 ERROR: 0:26: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 4 ERROR: 0:27: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 5 ERROR: 0:28: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 6 ERROR: 0:31: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 7 ERROR: 0:32: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 8 ERROR: 0:33: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 9 ERROR: 0:34: 'atomicAdd' : required extension not requested: GL_EXT_shader_atomic_float 30 ERROR: 0:80: 'atomicAdd' : no matching overloaded function found 31 ERROR: 0:81: 'atomicAdd' : no matching overloaded function found [all …]
|
/external/swiftshader/src/Common/ |
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 +=()
|
/external/deqp/external/vulkancts/data/vulkan/amber/rasterization/line_continuity/ |
D | polygon-mode-lines.amber | 61 int slot = atomicAdd(stackPtr, 1); 67 int slot = atomicAdd(stackPtr, -1) - 1;
|
D | line-strip.amber | 59 int slot = atomicAdd(stackPtr, 1); 65 int slot = atomicAdd(stackPtr, -1) - 1;
|
/external/tensorflow/tensorflow/core/util/ |
D | gpu_kernel_helper_test.cu.cc | 58 atomicAdd(&outbuf[x % bufsize], 1); in Count1D() 72 atomicAdd(&outbuf[idx % bufsize], 1); in Count2D() 93 atomicAdd(&outbuf[idx % bufsize], 1); in Count3D()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/ |
D | target_atomic.h | 19 return atomicAdd(address, val); in __kmpc_atomic_add()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/ |
D | hip_atomics.h | 16 template <typename T> DEVICE T atomicAdd(T *address, T val) { in atomicAdd() function
|