Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/mesa/main/
Dbarrier.c62 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier()
71 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, in memory_barrier_by_region()
112 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) in _mesa_MemoryBarrierByRegion_no_error()
119 _mesa_MemoryBarrierByRegion(GLbitfield barriers) in _mesa_MemoryBarrierByRegion()
/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/mesa3d/src/mesa/state_tracker/
Dst_cb_texturebarrier.c73 st_MemoryBarrier(struct gl_context *ctx, GLbitfield barriers) in st_MemoryBarrier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp334 const VkImageMemoryBarrier barriers[] = in test() local
372 const VkImageMemoryBarrier barriers[] = in test() local
407 const VkImageMemoryBarrier barriers[] = in test() local
419 const VkBufferMemoryBarrier barriers[] = in test() 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/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp699 std::vector<VkImageMemoryBarrier> barriers; in submit() local
736 std::vector<VkImageMemoryBarrier> barriers; in submit() local
849 std::vector<VkImageMemoryBarrier> barriers; in submit() local
1810 std::vector<VkImageMemoryBarrier> barriers; in submit() local
1885 std::vector<VkImageMemoryBarrier> barriers; in submit() local
1942 std::vector<VkBufferMemoryBarrier> barriers; in submit() local
/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/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/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/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/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/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/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp439 const VkImageMemoryBarrier barriers[] = { in iterate() local
693 const VkImageMemoryBarrier barriers[] = { in iterate() local
1385 const VkImageMemoryBarrier barriers[] = { in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp1116 const VkImageMemoryBarrier barriers[] = in test() local
1331 const VkImageMemoryBarrier barriers[] = in renderAndResolve() local
1675 const VkImageMemoryBarrier barriers[] = in test() local
/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/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

123