Home
last modified time | relevance | path

Searched refs:IsDepthImage (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_handle_util.h92 inline constexpr bool IsDepthImage(const RenderHandle handle) in IsDepthImage() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp361 bindableImage.imageLayout = (RenderHandleUtil::IsDepthImage(resource.handle)) in BindImage()
429 … bindableImage.imageLayout = (RenderHandleUtil::IsDepthImage(currResource.handle)) in BindImages()
H A Drender_command_list.cpp149 RenderHandleUtil::IsDepthImage(renderPassDesc.attachmentHandles[0])) { in ValidateRenderPassAttachment()
1040 … subpassResourceStates.layouts[attachmentIndex] = (RenderHandleUtil::IsDepthImage(handle)) in ProcessInputAttachments()
1115 if (!RenderHandleUtil::IsDepthImage(handle)) { in ProcessDepthAttachments()
1136 if (!RenderHandleUtil::IsDepthImage(handle)) { in ProcessDepthAttachments()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.cpp129 … if (gpuResourceMgr_.IsGpuImage(handle) && (!RenderHandleUtil::IsDepthImage(handle.GetHandle()))) { in ClearColorImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1368 if (RenderHandleUtil::IsDepthImage(handle)) { in RenderCommand()