Home
last modified time | relevance | path

Searched refs:barriers (Results 1 – 25 of 48) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_device/mac/portaudio/
Dpa_memorybarrier.h92 # 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/
Ddirective-arch-semantic-action.s5 @ CHECK: error: instruction requires: data-barriers
9 @ CHECK-NOT: error: instruction requires: data-barriers
Dthumb-hints.s51 @ CHECK-ERROR: error: instruction requires: data-barriers
57 @ CHECK-ERROR: error: instruction requires: data-barriers
63 @ CHECK-ERROR: error: instruction requires: data-barriers
Dbasic-arm-instructions-v8.s20 @ DMB (v8 barriers)
37 @ DSB (v8 barriers)
Dbasic-thumb2-instructions-v8.s50 @ DMB (ARMv8-only barriers)
67 @ DSB (ARMv8-only barriers)
/external/valgrind/drd/tests/
Dpth_barrier_thr_cr.c28 int barriers = argc > 1 ? atoi(argv[1]) : 20; in main() local
30 int thread_count = barriers * barrier_participants; in main()
Dtsan_unittest.cpp3467 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/
Dparallel_sleeptest.srv31 The get_sync_control_file method basically does the setup of the barriers
35 method sets up the barriers.
/external/llvm/docs/
DGarbageCollection.rst43 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 …]
DAtomics.rst351 SequentiallyConsistent loads minimally require the same barriers as Acquire
353 barriers. Additionally, the code generator must enforce ordering between
/external/autotest/client/tests/barriertest/
Dcontrol8 This tests barriers which can be used for multiple threads/processes/hosts
/external/llvm/test/CodeGen/ARM/
Dnoopt-dmb-v7.ll1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
D2012-06-12-SchedMemLatency.ll5 ; latency regardless of whether they are barriers or not.
/external/clang/test/CodeGen/
Dbuiltins-arm64.c32 void barriers() { in barriers() function
/external/opencv3/doc/py_tutorials/py_imgproc/py_watershed/
Dpy_watershed.markdown18 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/
Dfunctional.compute.basic.txt37 + Work-group barriers
Dfunctional.image_load_store.txt93 based on the values read, and after yet another set of barriers, the value of
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp461 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/
DvktPipelineEarlyFragmentTests.cpp947 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/
DvktShaderRender.cpp1543 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/
Datomics.ll11 ; We also vary orderings to check for barriers.
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp1.txt53 because you can't overcome sociological barriers to it. Qwerty keyboards
D2001-02-06-TypeNotationDebateResp4.txt79 > because you can't overcome sociological barriers to it. Qwerty keyboards
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1163 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/
Dpipeline.py1550 barriers = db.get(barrier_key_list)
1552 for barrier_key, barrier in zip(barrier_key_list, barriers):

12