Searched refs:barriers (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/mac/portaudio/
H A Dpa_memorybarrier.h51 * memory barriers, these functions should ensure that data cached in registers
66 full memory barriers, so the three types of barriers are the same,
67 however, these barriers are superior to compiler-based ones. */
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 ALLOW_SMP_DANGERS, but SMP safety will not be guaranteed.
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 ALLOW_SMP_DANGERS, but SMP safety will not be guaranteed.
/external/valgrind/main/drd/tests/
H A Dpth_barrier_thr_cr.c28 int barriers = argc > 1 ? atoi(argv[1]) : 20; local
30 int thread_count = barriers * barrier_participants;
H A Dtsan_unittest.cpp3456 // we create Nlog threads and do N_iter barriers.
3463 Barrier *barriers[N_iter]; member in namespace:test72
3497 barriers[it]->Block();
3508 barriers[i] = new Barrier(Nlog);
3522 delete barriers[i];
3554 Barrier *barriers[N_iter]; member in namespace:test73
3588 barriers[it]->Block();
3600 barriers[i] = new Barrier(Nlog);
3614 delete barriers[i];
/external/llvm/test/MC/ARM/
H A 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
H A Dbasic-arm-instructions-v8.s20 @ DMB (v8 barriers)
37 @ DSB (v8 barriers)
H A Dbasic-thumb2-instructions-v8.s39 @ DMB (v8 barriers)
56 @ DSB (v8 barriers)
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp1165 const glw::GLuint barriers = ((m_computeCmd) ? (GL_COMMAND_BARRIER_BIT) : (0)) |
1169 m_testCtx.getLog() << tcu::TestLog::Message << "Memory barrier. Barriers = " << glu::getMemoryBarrierFlagsStr(barriers) << tcu::TestLog::EndMessage;
1170 gl.memoryBarrier(barriers);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl3430 GLW_APICALL void GLW_APIENTRY glMemoryBarrier (GLbitfield barriers)
3432 DE_UNREF(barriers);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl493 void glMemoryBarrier (glw::GLbitfield barriers);
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl1039 void glwMemoryBarrier (GLbitfield barriers);
H A DglwFunctionTypes.inl493 typedef GLW_APICALL void (GLW_APIENTRY* glMemoryBarrierFunc) (GLbitfield barriers);
H A DglwImpl.inl3917 void glwMemoryBarrier (GLbitfield barriers)
3922 gl->memoryBarrier(barriers);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc1713 TEST_(barriers) {
H A Dtest-assembler-arm64.cc10303 TEST(barriers) {
10304 // Generate all supported barriers, this is just a smoke test
/external/vixl/test/
H A Dtest-disasm-a64.cc1690 TEST(barriers) {
H A Dtest-assembler-a64.cc8898 TEST(barriers) {
8899 // Generate all supported barriers, this is just a smoke test
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h8541 GLAPI void APIENTRY glMemoryBarrier (GLbitfield barriers);
8544 typedef void (APIENTRYP PFNGLMEMORYBARRIERPROC) (GLbitfield barriers);
12283 GLAPI void APIENTRY glMemoryBarrierEXT (GLbitfield barriers);
12286 typedef void (APIENTRYP PFNGLMEMORYBARRIEREXTPROC) (GLbitfield barriers);
/external/mesa3d/include/GL/
H A Dglext.h8531 GLAPI void APIENTRY glMemoryBarrier (GLbitfield barriers);
8534 typedef void (APIENTRYP PFNGLMEMORYBARRIERPROC) (GLbitfield barriers);
12273 GLAPI void APIENTRY glMemoryBarrierEXT (GLbitfield barriers);
12276 typedef void (APIENTRYP PFNGLMEMORYBARRIEREXTPROC) (GLbitfield barriers);

Completed in 1160 milliseconds