/external/webrtc/webrtc/modules/audio_device/mac/portaudio/ |
D | pa_memorybarrier.h | 92 # warning Memory barriers not defined on this system or system unknown 98 # error Memory barriers are not defined on this system. You can still compile by defining A… 119 # warning Memory barriers not defined on this system or system unknown 125 # error Memory barriers are not defined on this system. You can still compile by defining ALLO…
|
/external/llvm/test/MC/ARM/ |
D | directive-arch-semantic-action.s | 5 @ CHECK: error: instruction requires: data-barriers 9 @ CHECK-NOT: error: instruction requires: data-barriers
|
D | thumb-hints.s | 51 @ CHECK-ERROR: error: instruction requires: data-barriers 57 @ CHECK-ERROR: error: instruction requires: data-barriers 63 @ CHECK-ERROR: error: instruction requires: data-barriers
|
D | basic-arm-instructions-v8.s | 20 @ DMB (v8 barriers) 37 @ DSB (v8 barriers)
|
D | basic-thumb2-instructions-v8.s | 50 @ DMB (ARMv8-only barriers) 67 @ DSB (ARMv8-only barriers)
|
/external/valgrind/drd/tests/ |
D | pth_barrier_thr_cr.c | 28 int barriers = argc > 1 ? atoi(argv[1]) : 20; in main() local 30 int thread_count = barriers * barrier_participants; in main()
|
D | tsan_unittest.cpp | 3467 Barrier *barriers[N_iter]; variable 3501 barriers[it]->Block(); in Worker() 3512 barriers[i] = new Barrier(Nlog); in Run() 3526 delete barriers[i]; in Run() 3558 Barrier *barriers[N_iter]; variable 3592 barriers[it]->Block(); in Worker() 3604 barriers[i] = new Barrier(Nlog); in Run() 3618 delete barriers[i]; in Run()
|
/external/autotest/server/samples/ |
D | parallel_sleeptest.srv | 31 The get_sync_control_file method basically does the setup of the barriers 35 method sets up the barriers.
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 43 barriers. If you collector does not require such barriers, you can skip 147 safepoint, and emitting load and store barriers. You can also extend LLVM - 165 * Write barriers when storing object references to the heap. These are commonly 168 * Emission of read barriers when loading object references. These are useful 320 barriers* and *write barriers*, respectively. The amount of code that needs to 363 For write barriers, LLVM provides the ``llvm.gcwrite`` intrinsic function. It 368 Many important algorithms require write barriers, including generational and 369 concurrent collectors. Additionally, write barriers could be used to implement 379 For read barriers, LLVM provides the ``llvm.gcread`` intrinsic function. It has 384 Read barriers are needed by fewer algorithms than write barriers, and may have a [all …]
|
D | Atomics.rst | 351 SequentiallyConsistent loads minimally require the same barriers as Acquire 353 barriers. Additionally, the code generator must enforce ordering between
|
/external/autotest/client/tests/barriertest/ |
D | control | 8 This tests barriers which can be used for multiple threads/processes/hosts
|
/external/llvm/test/CodeGen/ARM/ |
D | noopt-dmb-v7.ll | 1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
|
D | 2012-06-12-SchedMemLatency.ll | 5 ; latency regardless of whether they are barriers or not.
|
/external/clang/test/CodeGen/ |
D | builtins-arm64.c | 32 void barriers() { in barriers() function
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_watershed/ |
D | py_watershed.markdown | 18 that, you build barriers in the locations where water merges. You continue the work of filling water 19 and building barriers until all the peaks are under water. Then the barriers you created gives you
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.compute.basic.txt | 37 + Work-group barriers
|
D | functional.image_load_store.txt | 93 based on the values read, and after yet another set of barriers, the value of
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktSynchronization.cpp | 461 vector<VkImageMemoryBarrier>* barriers; member 506 renderInfo.barriers->push_back(renderBarrier); in recordRenderPass() 519 vector<VkBufferMemoryBarrier>* barriers; member 552 transferInfo->barriers->push_back(bufferBarrier); in copyToCPU() 934 renderInfo.barriers = &imageBarriers; in generateWork() 959 transferInfo.barriers = &bufferBarriers; in generateWork()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineEarlyFragmentTests.cpp | 947 const VkImageMemoryBarrier barriers[] = { in iterate() local 959 0u, DE_NULL, 0u, DE_NULL, DE_LENGTH_OF_ARRAY(barriers), barriers); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1543 std::vector<VkImageMemoryBarrier> barriers; in render() local 1557 barriers.push_back(textureBarrier); in render() 1563 …(deUint32)barriers.size(), (barriers.empty() ? (const VkImageMemoryBarrier*)DE_NULL : &barriers[0]… in render()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | atomics.ll | 11 ; We also vary orderings to check for barriers.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp1.txt | 53 because you can't overcome sociological barriers to it. Qwerty keyboards
|
D | 2001-02-06-TypeNotationDebateResp4.txt | 79 > because you can't overcome sociological barriers to it. Qwerty keyboards
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 1163 const glw::GLuint barriers = ((m_computeCmd) ? (GL_COMMAND_BARRIER_BIT) : (0)) | in iterate() local 1167 …ssage << "Memory barrier. Barriers = " << glu::getMemoryBarrierFlagsStr(barriers) << tcu::TestLog:… in iterate() 1168 gl.memoryBarrier(barriers); in iterate()
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
D | pipeline.py | 1550 barriers = db.get(barrier_key_list) 1552 for barrier_key, barrier in zip(barrier_key_list, barriers):
|