HomeSort by relevance Sort by last modified time
    Searched full:atomicadd (Results 1 - 25 of 28) sorted by null

1 2

  /external/swiftshader/src/Common/
Thread.hpp 106 int atomicAdd(int volatile *target, int value);
236 inline int atomicAdd(volatile int* target, int value)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Atomic.h 33 cas_flag AtomicAdd(volatile cas_flag* ptr, cas_flag val);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Statistic.h 88 sys::AtomicAdd(&Value, V);
94 sys::AtomicAdd(&Value, -V);
  /external/swiftshader/third_party/LLVM/lib/Support/
Atomic.cpp 81 sys::cas_flag sys::AtomicAdd(volatile sys::cas_flag* ptr, sys::cas_flag val) {
  /frameworks/rs/tests/lldb/tests/testcases/
test_call_api_funs.py 102 # AtomicAdd(1234, 2)
  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 100 " atomicAdd(result.numPassed, 1u);\n"
es31fBasicComputeShaderTests.cpp 717 " atomicAdd(sum, value);\n"
    [all...]
es31fNegativeShaderFunctionTests.cpp     [all...]
es31fShaderAtomicOpTests.cpp 259 : ShaderAtomicOpCase(context, name, "atomicAdd", operandType, type, precision, UVec3(3,2,1))
    [all...]
  /external/skia/src/sksl/
sksl.include 483 uint atomicAdd(inout uint mem, uint data);
484 int atomicAdd(inout int mem, int data);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 416 << " atomicAdd(result.numPassed, 1u);\n"
vktComputeBasicComputeShaderTests.cpp 339 << " uint oldVal = atomicAdd(count, 1u);\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 539 << " atomicAdd(sb_out.result, 1u);\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationCoordinatesTests.cpp 445 << " int index = atomicAdd(sb_out.numInvocations, 1);\n"
vktTessellationFractionalSpacingTests.cpp 421 << " int index = atomicAdd(sb_out.numInvocations, 1);\n"
vktTessellationPrimitiveDiscardTests.cpp 337 << " atomicAdd(sb_out.numInvocations, 1);\n"
vktTessellationUserDefinedIO.cpp 711 << " int index = atomicAdd(sb_out.numInvocations, 1);\n"
    [all...]
vktTessellationInvarianceTests.cpp 383 << " int index = atomicAdd(sb_out.numPrimitives, 1);\n"
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testatomic.c 61 SDL_Log("AtomicAdd(10) tfret=%s val=%d\n", tf(tfret), SDL_AtomicGet(&v));
  /external/swiftshader/src/Renderer/
Renderer.cpp 955 atomicAdd((volatile int*)&query->data, data.occlusion[cluster]);
959 atomicAdd((volatile int*)&query->data, processedPrimitives);
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReductionCuda.h 106 atomicAdd(output, accum);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
intermOut.cpp 485 case EOpAtomicAdd: out.debug << "AtomicAdd"; break;
    [all...]
Initialize.cpp 811 "uint atomicAdd(coherent volatile inout uint, uint);"
812 " int atomicAdd(coherent volatile inout int, int);"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp     [all...]

Completed in 1158 milliseconds

1 2