Home
last modified time | relevance | path

Searched defs:barriers (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/
D2-1.c30 pthread_barrier_t barriers[BARRIER_NUM]; in main() local
/third_party/libuv/docs/src/guide/
Dthreads.rst149 .. _barriers: https://en.wikipedia.org/wiki/Barrier_(computer_science) target
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp743 std::vector<D3D12_RESOURCE_BARRIER> barriers; in TrackUsageAndTransitionNow() local
760 void Texture::TransitionSubresourceRange(std::vector<D3D12_RESOURCE_BARRIER>* barriers, in TransitionSubresourceRange()
870 std::vector<D3D12_RESOURCE_BARRIER>* barriers, in TransitionUsageAndGetResourceBarrier()
889 std::vector<D3D12_RESOURCE_BARRIER>* barriers, in TrackUsageAndGetResourceBarrierForPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp356 angle::Result RendererGL::memoryBarrier(GLbitfield barriers) in memoryBarrier()
362 angle::Result RendererGL::memoryBarrierByRegion(GLbitfield barriers) in memoryBarrierByRegion()
DContextGL.cpp968 angle::Result ContextGL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier()
972 angle::Result ContextGL::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp354 angle::Result Context9::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier()
360 angle::Result Context9::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp604 angle::Result RendererGL::memoryBarrier(GLbitfield barriers) in memoryBarrier()
609 angle::Result RendererGL::memoryBarrierByRegion(GLbitfield barriers) in memoryBarrierByRegion()
DContextGL.cpp617 angle::Result ContextGL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier()
621 angle::Result ContextGL::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp660 angle::Result Context11::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier()
665 angle::Result Context11::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp889 std::vector<VkImageMemoryBarrier>* barriers, in TweakTransitionForExternalUsage()
1059 std::vector<VkImageMemoryBarrier> barriers; in TransitionUsageNow() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.cpp443 angle::Result ContextNULL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier()
448 angle::Result ContextNULL::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion()
/third_party/boost/libs/graph/example/
Dastar_maze.cpp292 int barriers = n / 4; in random_maze() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp484 angle::Result Context9::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier()
490 angle::Result Context9::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.cpp508 angle::Result ContextNULL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier()
513 angle::Result ContextNULL::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_2_autogen.cpp258 void GL_APIENTRY MemoryBarrier(GLbitfield barriers) in MemoryBarrier()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp985 angle::Result Context11::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier()
990 angle::Result Context11::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp613 std::vector<Instruction*> barriers; in UpgradeBarriers() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dupgrade_memory_model.cpp613 std::vector<Instruction*> barriers; in UpgradeBarriers() local
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp93 const D3D12_RESOURCE_TRANSITION_BARRIER* barriers) { in resourceBarrier()
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests/
Dtest.c1136 static pthread_barrier_t barriers[BARRIER_NTHREADS]; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp433 std::vector<D3D12_RESOURCE_BARRIER> barriers; in RecordCommands() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dcapture_gles_3_1_autogen.cpp539 CallCapture CaptureMemoryBarrier(const Context *context, bool isCallValid, GLbitfield barriers) in CaptureMemoryBarrier()
551 GLbitfield barriers) in CaptureMemoryBarrierByRegion()
DvalidationES31.cpp1737 bool ValidateMemoryBarrier(Context *context, GLbitfield barriers) in ValidateMemoryBarrier()
1765 bool ValidateMemoryBarrierByRegion(Context *context, GLbitfield barriers) in ValidateMemoryBarrierByRegion()
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp629 void GL_APIENTRY MemoryBarrier(GLbitfield barriers) in MemoryBarrier()
647 void GL_APIENTRY MemoryBarrierByRegion(GLbitfield barriers) in MemoryBarrierByRegion()
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp1029 D3D12_RESOURCE_BARRIER barriers[count] = {}; in TestTransfer() local

12