Home
last modified time | relevance | path

Searched refs:atomicAdd (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp-deps/glslang/Test/
Dspv.atomicFloat_Error.comp23 //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 …]
Dspv.atomicFloat.comp29 //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…
Dspv.memoryScopeSemantics.comp28 …int origi = atomicAdd(atomi, 3, gl_ScopeDevice, gl_StorageSemanticsBuffer | gl_StorageSemanticsSha…
41atomicAdd(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);
Dspv.atomic.comp39 int origi = atomicAdd(atomi, 3);
47 atomicAdd(result.n_frames_rendered.z, 1);
Dspv.atomicInt64.comp46 i64 += atomicAdd(buf.i64, i64c);
72 i64 += atomicAdd(s.i64, i64c);
Dspv.bufferhandle10.frag18 atomicAdd(t.f.x[i], 1);
Dweb.comp42 atomicAdd(bInst.size, 2);
Dspv.memoryScopeSemantics_Error.comp23atomicAdd(atomu, value, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_SemanticsRelease | gl_Semant…
D420.frag31 int origi = atomicAdd(atomi, 3);
D310.comp159 int origi = atomicAdd(atomi, 3);
/external/deqp-deps/glslang/Test/baseResults/
Dspv.atomicFloat_Error.comp.out2 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 …]
Dspv.memoryScopeSemantics_Error.comp.out10 ERROR: 0:23: 'atomicAdd' : Semantics must not include multiple of gl_SemanticsRelease, gl_Semantics…
/external/swiftshader/src/Common/
DThread.hpp122 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/
Dline-strip.amber59 int slot = atomicAdd(stackPtr, 1);
65 int slot = atomicAdd(stackPtr, -1) - 1;
Dpolygon-mode-lines.amber61 int slot = atomicAdd(stackPtr, 1);
67 int slot = atomicAdd(stackPtr, -1) - 1;
/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper_test.cu.cc58 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/
Dtarget_atomic.h19 return atomicAdd(address, val); in __kmpc_atomic_add()
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dhip_atomics.h16 template <typename T> DEVICE T atomicAdd(T *address, T val) { in atomicAdd() function
/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops_gpu.cu.cc57 auto old_counter_value = atomicAdd(&tensorflow_philox_thread_counter, 1); in FillKernel()
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/terminate_invocation/
Dno_ssbo_atomic.amber67 ; atomicAdd(a.a[x_coord + 8 * y_coord], x_coord);
Dssbo_atomic_before_terminate.amber64 ; atomicAdd(a.a[x_coord + 8 * y_coord], x_coord);
Dno_out_of_bounds_atomic.amber71 ; atomicAdd(*a_ptr, b.b[x_coord + 8 * y_coord]);
/external/mesa3d/docs/_extra/specs/
DINTEL_shader_atomic_float_minmax.txt127 atomicAdd and image atomic operations that currently shipping Intel GPUs
/external/skqp/src/sksl/
Dsksl.inc516 uint atomicAdd(inout uint mem, uint data);
517 int atomicAdd(inout int mem, int data);
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h106 atomicAdd(output, accum); in atomicReduce()

12