Home
last modified time | relevance | path

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

12345678910>>...176

/dports/lang/pocl/pocl-1.8/tests/workgroup/
H A Dbasic_barriers_2_2_2_2.stdout1 0 0 0: before barriers
2 1 0 0: before barriers
3 0 1 0: before barriers
4 1 1 0: before barriers
5 0 0 1: before barriers
6 1 0 1: before barriers
7 0 1 1: before barriers
8 1 1 1: before barriers
9 0 0 0: between barriers
17 0 0 0: after barriers
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dbarrier.c45 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in memory_barrier()
47 if (barriers & GL_UNIFORM_BARRIER_BIT) in memory_barrier()
49 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in memory_barrier()
53 if (barriers & GL_COMMAND_BARRIER_BIT) in memory_barrier()
55 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in memory_barrier()
84 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in memory_barrier()
86 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in memory_barrier()
114 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier() argument
118 memory_barrier(ctx, barriers); in _mesa_MemoryBarrier()
141 if (barriers == GL_ALL_BARRIER_BITS) { in memory_barrier_by_region()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c80 if (barriers & GL_ELEMENT_ARRAY_BARRIER_BIT) in st_MemoryBarrier()
82 if (barriers & GL_UNIFORM_BARRIER_BIT) in st_MemoryBarrier()
84 if (barriers & GL_TEXTURE_FETCH_BARRIER_BIT) in st_MemoryBarrier()
88 if (barriers & GL_COMMAND_BARRIER_BIT) in st_MemoryBarrier()
90 if (barriers & GL_PIXEL_BUFFER_BARRIER_BIT) { in st_MemoryBarrier()
98 if (barriers & GL_TEXTURE_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
108 if (barriers & GL_BUFFER_UPDATE_BARRIER_BIT) { in st_MemoryBarrier()
119 if (barriers & GL_QUERY_BUFFER_BARRIER_BIT) in st_MemoryBarrier()
121 if (barriers & GL_FRAMEBUFFER_BARRIER_BIT) in st_MemoryBarrier()
125 if (barriers & GL_ATOMIC_COUNTER_BARRIER_BIT) in st_MemoryBarrier()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dcommand.cpp553 r.buffer_barrers.barriers = barriers; in record_download()
697 r.buffer_barrers.barriers = barriers; in record_download()
933 r.buffer_barrers.barriers = barriers; in record_clone()
1010 r.buffer_barrers.barriers = barriers; in record_clone()
1097 r.image_barrers.barriers = barriers; in record_clone()
1141 r.image_barrers.barriers = barriers; in record_clone()
1238 r.buffer_barrers.barriers = barriers; in record_clone()
1281 r.image_barrers.barriers = barriers; in record_clone()
1403 r.image_barrers.barriers = barriers; in record_clone()
1885 r.image_barrers.barriers = barriers; in record_import_android_hardware_buffer()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/
H A Dcommand.cpp553 r.buffer_barrers.barriers = barriers; in record_download()
697 r.buffer_barrers.barriers = barriers; in record_download()
933 r.buffer_barrers.barriers = barriers; in record_clone()
1010 r.buffer_barrers.barriers = barriers; in record_clone()
1097 r.image_barrers.barriers = barriers; in record_clone()
1141 r.image_barrers.barriers = barriers; in record_clone()
1238 r.buffer_barrers.barriers = barriers; in record_clone()
1281 r.image_barrers.barriers = barriers; in record_clone()
1403 r.image_barrers.barriers = barriers; in record_clone()
1885 r.image_barrers.barriers = barriers; in record_import_android_hardware_buffer()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/
H A Dcommand.cpp554 r.buffer_barrers.barriers = barriers; in record_download()
701 r.buffer_barrers.barriers = barriers; in record_download()
940 r.buffer_barrers.barriers = barriers; in record_clone()
1017 r.buffer_barrers.barriers = barriers; in record_clone()
1104 r.image_barrers.barriers = barriers; in record_clone()
1148 r.image_barrers.barriers = barriers; in record_clone()
1245 r.buffer_barrers.barriers = barriers; in record_clone()
1288 r.image_barrers.barriers = barriers; in record_clone()
1410 r.image_barrers.barriers = barriers; in record_clone()
1892 r.image_barrers.barriers = barriers; in record_import_android_hardware_buffer()
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dcommand.cpp553 r.buffer_barrers.barriers = barriers; in record_download()
697 r.buffer_barrers.barriers = barriers; in record_download()
933 r.buffer_barrers.barriers = barriers; in record_clone()
1010 r.buffer_barrers.barriers = barriers; in record_clone()
1097 r.image_barrers.barriers = barriers; in record_clone()
1141 r.image_barrers.barriers = barriers; in record_clone()
1238 r.buffer_barrers.barriers = barriers; in record_clone()
1281 r.image_barrers.barriers = barriers; in record_clone()
1403 r.image_barrers.barriers = barriers; in record_clone()
1885 r.image_barrers.barriers = barriers; in record_import_android_hardware_buffer()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/
H A Dcommand.cpp553 r.buffer_barrers.barriers = barriers; in record_download()
697 r.buffer_barrers.barriers = barriers; in record_download()
933 r.buffer_barrers.barriers = barriers; in record_clone()
1010 r.buffer_barrers.barriers = barriers; in record_clone()
1097 r.image_barrers.barriers = barriers; in record_clone()
1141 r.image_barrers.barriers = barriers; in record_clone()
1238 r.buffer_barrers.barriers = barriers; in record_clone()
1281 r.image_barrers.barriers = barriers; in record_clone()
1403 r.image_barrers.barriers = barriers; in record_clone()
1885 r.image_barrers.barriers = barriers; in record_import_android_hardware_buffer()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_buffer_cache.cpp126 std::array<VkBufferMemoryBarrier, 2> barriers; in CopyFrom() local
128 barriers[0].pNext = nullptr; in CopyFrom()
133 barriers[0].buffer = src_buffer; in CopyFrom()
134 barriers[0].offset = src_offset; in CopyFrom()
135 barriers[0].size = copy_size; in CopyFrom()
137 barriers[1].pNext = nullptr; in CopyFrom()
139 barriers[1].dstAccessMask = UPLOAD_ACCESS_BARRIERS; in CopyFrom()
142 barriers[1].buffer = dst_buffer; in CopyFrom()
143 barriers[1].offset = dst_offset; in CopyFrom()
144 barriers[1].size = copy_size; in CopyFrom()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dbarrier.c62 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier() argument
67 ctx->Driver.MemoryBarrier(ctx, barriers); in _mesa_MemoryBarrier()
71 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, in memory_barrier_by_region() argument
91 if (barriers == GL_ALL_BARRIER_BITS) { in memory_barrier_by_region()
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) { in memory_barrier_by_region()
107 ctx->Driver.MemoryBarrier(ctx, barriers); in memory_barrier_by_region()
112 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) in _mesa_MemoryBarrierByRegion_no_error() argument
115 memory_barrier_by_region(ctx, barriers, true); in _mesa_MemoryBarrierByRegion_no_error()
119 _mesa_MemoryBarrierByRegion(GLbitfield barriers) in _mesa_MemoryBarrierByRegion() argument
122 memory_barrier_by_region(ctx, barriers, false); in _mesa_MemoryBarrierByRegion()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dbarrier.c62 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier() argument
67 ctx->Driver.MemoryBarrier(ctx, barriers); in _mesa_MemoryBarrier()
71 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, in memory_barrier_by_region() argument
91 if (barriers == GL_ALL_BARRIER_BITS) { in memory_barrier_by_region()
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) { in memory_barrier_by_region()
107 ctx->Driver.MemoryBarrier(ctx, barriers); in memory_barrier_by_region()
112 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) in _mesa_MemoryBarrierByRegion_no_error() argument
115 memory_barrier_by_region(ctx, barriers, true); in _mesa_MemoryBarrierByRegion_no_error()
119 _mesa_MemoryBarrierByRegion(GLbitfield barriers) in _mesa_MemoryBarrierByRegion() argument
122 memory_barrier_by_region(ctx, barriers, false); in _mesa_MemoryBarrierByRegion()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dbarrier.c62 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier() argument
67 ctx->Driver.MemoryBarrier(ctx, barriers); in _mesa_MemoryBarrier()
71 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, in memory_barrier_by_region() argument
91 if (barriers == GL_ALL_BARRIER_BITS) { in memory_barrier_by_region()
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) { in memory_barrier_by_region()
107 ctx->Driver.MemoryBarrier(ctx, barriers); in memory_barrier_by_region()
112 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) in _mesa_MemoryBarrierByRegion_no_error() argument
115 memory_barrier_by_region(ctx, barriers, true); in _mesa_MemoryBarrierByRegion_no_error()
119 _mesa_MemoryBarrierByRegion(GLbitfield barriers) in _mesa_MemoryBarrierByRegion() argument
122 memory_barrier_by_region(ctx, barriers, false); in _mesa_MemoryBarrierByRegion()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dbarrier.c62 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier() argument
67 ctx->Driver.MemoryBarrier(ctx, barriers); in _mesa_MemoryBarrier()
71 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, in memory_barrier_by_region() argument
91 if (barriers == GL_ALL_BARRIER_BITS) { in memory_barrier_by_region()
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) { in memory_barrier_by_region()
107 ctx->Driver.MemoryBarrier(ctx, barriers); in memory_barrier_by_region()
112 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) in _mesa_MemoryBarrierByRegion_no_error() argument
115 memory_barrier_by_region(ctx, barriers, true); in _mesa_MemoryBarrierByRegion_no_error()
119 _mesa_MemoryBarrierByRegion(GLbitfield barriers) in _mesa_MemoryBarrierByRegion() argument
122 memory_barrier_by_region(ctx, barriers, false); in _mesa_MemoryBarrierByRegion()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dbarrier.c62 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier() argument
67 ctx->Driver.MemoryBarrier(ctx, barriers); in _mesa_MemoryBarrier()
71 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, in memory_barrier_by_region() argument
91 if (barriers == GL_ALL_BARRIER_BITS) { in memory_barrier_by_region()
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) { in memory_barrier_by_region()
107 ctx->Driver.MemoryBarrier(ctx, barriers); in memory_barrier_by_region()
112 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) in _mesa_MemoryBarrierByRegion_no_error() argument
115 memory_barrier_by_region(ctx, barriers, true); in _mesa_MemoryBarrierByRegion_no_error()
119 _mesa_MemoryBarrierByRegion(GLbitfield barriers) in _mesa_MemoryBarrierByRegion() argument
122 memory_barrier_by_region(ctx, barriers, false); in _mesa_MemoryBarrierByRegion()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dbarrier.c62 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier() argument
67 ctx->Driver.MemoryBarrier(ctx, barriers); in _mesa_MemoryBarrier()
71 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, in memory_barrier_by_region() argument
91 if (barriers == GL_ALL_BARRIER_BITS) { in memory_barrier_by_region()
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) { in memory_barrier_by_region()
107 ctx->Driver.MemoryBarrier(ctx, barriers); in memory_barrier_by_region()
112 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) in _mesa_MemoryBarrierByRegion_no_error() argument
115 memory_barrier_by_region(ctx, barriers, true); in _mesa_MemoryBarrierByRegion_no_error()
119 _mesa_MemoryBarrierByRegion(GLbitfield barriers) in _mesa_MemoryBarrierByRegion() argument
122 memory_barrier_by_region(ctx, barriers, false); in _mesa_MemoryBarrierByRegion()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dbarrier.c62 _mesa_MemoryBarrier(GLbitfield barriers) in _mesa_MemoryBarrier() argument
67 ctx->Driver.MemoryBarrier(ctx, barriers); in _mesa_MemoryBarrier()
71 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, in memory_barrier_by_region() argument
91 if (barriers == GL_ALL_BARRIER_BITS) { in memory_barrier_by_region()
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) { in memory_barrier_by_region()
107 ctx->Driver.MemoryBarrier(ctx, barriers); in memory_barrier_by_region()
112 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) in _mesa_MemoryBarrierByRegion_no_error() argument
115 memory_barrier_by_region(ctx, barriers, true); in _mesa_MemoryBarrierByRegion_no_error()
119 _mesa_MemoryBarrierByRegion(GLbitfield barriers) in _mesa_MemoryBarrierByRegion() argument
122 memory_barrier_by_region(ctx, barriers, false); in _mesa_MemoryBarrierByRegion()

12345678910>>...176