Home
last modified time | relevance | path

Searched refs:AddCustomBarrierPoint (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp48 cmdList.AddCustomBarrierPoint(); in ExplicitBarrierUndefinedImageToTransferDst()
60 cmdList.AddCustomBarrierPoint(); in ExplicitBarrierTransferDstImageToTransferSrc()
121 cmdList.AddCustomBarrierPoint(); in GenerateMipmaps()
359 cmdList.AddCustomBarrierPoint(); in CopyStagingToImages()
391 cmdList.AddCustomBarrierPoint(); in CopyStagingToImages()
416 cmdList.AddCustomBarrierPoint(); in CopyImagesToBuffers()
444 cmdList.AddCustomBarrierPoint(); in CopyImagesToBuffers()
476 cmdList.AddCustomBarrierPoint(); in CopyImagesToImages()
509 cmdList.AddCustomBarrierPoint(); in CopyImagesToImages()
554 cmdList.AddCustomBarrierPoint(); in CopyBuffersToBuffers()
[all …]
H A Drender_blur.cpp225 cmdList.AddCustomBarrierPoint(); in RenderData()
270 cmdList.AddCustomBarrierPoint(); in RenderData()
289 cmdList.AddCustomBarrierPoint(); in DownscaleBarrier()
301 cmdList.AddCustomBarrierPoint(); in BlurHorizontalBarrier()
313 cmdList.AddCustomBarrierPoint(); in BlurVerticalBarrier()
417 cmdList.AddCustomBarrierPoint(); in RenderGaussian()
H A Drender_node_mip_chain_post_process.cpp374 cmdList.AddCustomBarrierPoint(); in RenderGraphics()
425 cmdList.AddCustomBarrierPoint(); in RenderGraphics()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_shadows_blur.cpp270 cmdList.AddCustomBarrierPoint(); in ExplicitInputBarrier()
282 cmdList.AddCustomBarrierPoint(); in ExplicitOutputBarrier()
H A Drender_node_camera_cubemap.cpp267 cmdList.AddCustomBarrierPoint(); in ExecuteSinglePostProcess()
311 cmdList.AddCustomBarrierPoint(); in ExecuteSinglePostProcess()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h171 virtual void AddCustomBarrierPoint() = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h527 void AddCustomBarrierPoint() override;
H A Drender_command_list.cpp1253 void RenderCommandList::AddCustomBarrierPoint() in AddCustomBarrierPoint() function in RenderCommandList