Home
last modified time | relevance | path

Searched defs:barriers (Results 1 - 25 of 51) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/
H A D2-1.c30 pthread_barrier_t barriers[BARRIER_NUM]; in main() local
/third_party/mesa3d/src/mesa/main/
H A Dbarrier.c38 memory_barrier(struct gl_context *ctx, GLbitfield barriers) in memory_barrier() argument
114 _mesa_MemoryBarrier(GLbitfield barriers) _mesa_MemoryBarrier() argument
122 memory_barrier_by_region(struct gl_context *ctx, GLbitfield barriers, bool no_error) memory_barrier_by_region() argument
161 _mesa_MemoryBarrierByRegion_no_error(GLbitfield barriers) _mesa_MemoryBarrierByRegion_no_error() argument
168 _mesa_MemoryBarrierByRegion(GLbitfield barriers) _mesa_MemoryBarrierByRegion() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_flip_vulkan.c174 VkImageMemoryBarrier barriers[] = { in process_frames() local
H A Dvf_transpose_vulkan.c158 VkImageMemoryBarrier barriers[] = { in process_frames() local
H A Dvf_blend_vulkan.c271 VkImageMemoryBarrier barriers[] = { in process_frames() local
H A Dvf_gblur_vulkan.c344 VkImageMemoryBarrier barriers[] = { in process_frames() local
H A Dvf_scale_vulkan.c300 VkImageMemoryBarrier barriers[AV_NUM_DATA_POINTERS*2]; in process_frames() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp248 VkImageMemoryBarrier barriers[] = {colorTransition, depthTransition}; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp246 VkImageMemoryBarrier barriers[] = {colorTransition, depthTransition}; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp335 const VkImageMemoryBarrier barriers[] = in test() local
374 const VkImageMemoryBarrier barriers[] = in test() local
410 const VkImageMemoryBarrier barriers[] = in test() local
422 const VkBufferMemoryBarrier barriers[] in test() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.cpp356 angle::Result RendererGL::memoryBarrier(GLbitfield barriers) in memoryBarrier() argument
362 angle::Result RendererGL::memoryBarrierByRegion(GLbitfield barriers) in memoryBarrierByRegion() argument
H A DContextGL.cpp968 angle::Result ContextGL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() argument
972 angle::Result ContextGL::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp613 std::vector<Instruction*> barriers; in UpgradeBarriers() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.cpp613 std::vector<Instruction*> barriers; in UpgradeBarriers() local
/third_party/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp620 std::vector<Instruction*> barriers; in UpgradeBarriers() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp491 const VkImageMemoryBarrier barriers[] = { in iterate() local
796 const VkImageMemoryBarrier barriers[] = { in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp371 const VkImageMemoryBarrier barriers[] = in test() local
410 const VkImageMemoryBarrier barriers[] = in test() local
446 const VkImageMemoryBarrier barriers[] = in test() local
458 const VkBufferMemoryBarrier barriers[] in test() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp491 const VkImageMemoryBarrier barriers[] = { in iterate() local
796 const VkImageMemoryBarrier barriers[] = { in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp484 angle::Result Context9::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() argument
490 angle::Result Context9::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp508 angle::Result ContextNULL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() argument
513 angle::Result ContextNULL::memoryBarrierByRegion(const gl::Context *context, GLbitfield barriers) in memoryBarrierByRegion() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp743 std::vector<D3D12_RESOURCE_BARRIER> barriers; in TrackUsageAndTransitionNow() local
760 void Texture::TransitionSubresourceRange(std::vector<D3D12_RESOURCE_BARRIER>* barriers, in TransitionSubresourceRange() argument
868 TransitionUsageAndGetResourceBarrier( CommandRecordingContext* commandContext, std::vector<D3D12_RESOURCE_BARRIER>* barriers, D3D12_RESOURCE_STATES newState, const SubresourceRange& range) TransitionUsageAndGetResourceBarrier() argument
887 TrackUsageAndGetResourceBarrierForPass( CommandRecordingContext* commandContext, std::vector<D3D12_RESOURCE_BARRIER>* barriers, const TextureSubresourceUsage& textureUsages) TrackUsageAndGetResourceBarrierForPass() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1219 transition_image_range(const struct vk_image_view *image_view, VkImageSubresourceRange range, VkImageLayout old_layout, VkImageLayout new_layout, VkImageLayout old_stencil_layout, VkImageLayout new_stencil_layout, const VkSampleLocationsInfoEXT *sample_locations, uint32_t *barrier_count, uint32_t max_barrier_count, VkImageMemoryBarrier2 *barriers) transition_image_range() argument
1388 transition_attachment(struct vk_command_buffer *cmd_buffer, uint32_t att_idx, uint32_t view_mask, VkImageLayout layout, VkImageLayout stencil_layout, uint32_t *barrier_count, uint32_t max_barrier_count, VkImageMemoryBarrier2 *barriers) transition_attachment() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp757 CallCapture CaptureMemoryBarrier(const State &glState, bool isCallValid, GLbitfield barriers) in CaptureMemoryBarrier() argument
767 CaptureMemoryBarrierByRegion(const State &glState, bool isCallValid, GLbitfield barriers) CaptureMemoryBarrierByRegion() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DComputeShaderTest.cpp3864 GLbitfield barriers = 0; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp780 void GL_APIENTRY GL_MemoryBarrier(GLbitfield barriers) in GL_MemoryBarrier() argument
804 void GL_APIENTRY GL_MemoryBarrierByRegion(GLbitfield barriers) in GL_MemoryBarrierByRegion() argument
[all...]

Completed in 37 milliseconds

123