Home
last modified time | relevance | path

Searched refs:imageLayout (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp229 storeState.resource.imageLayout = imageLayout; in PatchRenderPassFinalLayout()
370 res.imageLayout, in GetSrcImageBarrier()
381 ImageLayout srcImageLayout = src.imageLayout; in GetSrcImageBarrierMips()
420 res.imageLayout, in GetDstImageBarrier()
431 ImageLayout dstImageLayout = dst.imageLayout; in GetDstImageBarrierMips()
999 ref.resource.imageLayout = refImgLayout; in BeginRenderPassUpdateSubpassImageStates()
1263 bRes.imageLayout = nextRc.imageLayout; in HandleClearImage()
1285 bRes.imageLayout = nextRc.srcImageLayout; in HandleBlitImage()
1296 bRes.imageLayout = nextRc.dstImageLayout; in HandleBlitImage()
1511 …handle, ref.prevRenderNodeIndex, params.renderNodeIndex, prevImage.imageLayout, res.imageLayout }); in UpdateStateAndCreateBarriersGpuImage()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp358 if (resource.imageLayout != CORE_IMAGE_LAYOUT_UNDEFINED) { in BindImage()
359 bindableImage.imageLayout = resource.imageLayout; in BindImage()
361 bindableImage.imageLayout = (RenderHandleUtil::IsDepthImage(resource.handle)) in BindImage()
426 if (currResource.imageLayout != CORE_IMAGE_LAYOUT_UNDEFINED) { in BindImages()
427 bindableImage.imageLayout = currResource.imageLayout; in BindImages()
429 … bindableImage.imageLayout = (RenderHandleUtil::IsDepthImage(currResource.handle)) in BindImages()
H A Drender_command_list.h383 ImageLayout imageLayout { CORE_IMAGE_LAYOUT_UNDEFINED };
H A Drender_command_list.cpp1360 src.optionalImageLayout = source.imageLayout; in CustomImageBarrier()
1366 dst.optionalImageLayout = destination.imageLayout; in CustomImageBarrier()
1739 data->imageLayout = CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in ClearColorImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_layout_desc.h95 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
125 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
H A Dpipeline_state_desc.h909 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp191 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences() local
195 imageLayout = (VkImageLayout)layouts[attachmentIndex]; in CreateAttachmentReferences()
199 imageLayout, // layout in CreateAttachmentReferences()
216 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences2() local
222 imageLayout = (VkImageLayout)layouts[attachmentIndex]; in CreateAttachmentReferences2()
228 imageLayout, // layout in CreateAttachmentReferences2()
H A Drender_backend_vk.cpp275 pi.imageLayout = swapData.layout; in AcquirePresentationInfo()
276 if (pi.imageLayout != ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC) { in AcquirePresentationInfo()
305 … PLUGIN_ASSERT(presRef.imageLayout == ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC); in Present()
2059 (VkImageLayout)bRes.imageLayout, // imageLayout in UpdateCommandListDescriptorSets()
2408 const VkImageLayout imageLayout = (VkImageLayout)renderCmd.imageLayout; in RenderCommand() local
2409 …PLUGIN_ASSERT((imageLayout == VK_IMAGE_LAYOUT_GENERAL) || (imageLayout == VK_IMAGE_LAYOUT_TRANSFER… in RenderCommand()
2432 imageLayout, // imageLayout in RenderCommand()
2601 PLUGIN_ASSERT(presRef.imageLayout != ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC); in RenderPresentationLayout()
2609 const VkImageLayout oldLayout = (VkImageLayout)presRef.imageLayout; in RenderPresentationLayout()
2648 presRef.imageLayout = ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC; in RenderPresentationLayout()
H A Drender_backend_vk.h260 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_texture_info.cpp46 imageInfo.fImageLayout = vkInfo->imageLayout; in ConvertToGrBackendVKTexture()
93 vkInfo->imageLayout = vkImageInfo.fImageLayout; in ConvertToVKTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp228 vkTextureInfo->imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; in MakeFromNativeWindowBuffer()
334 imageInfo->imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; in MakeBackendTextureFromNativeBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h78 VkImageLayout imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1216 vkImageInfo->imageLayout = imageInfo.initialLayout; in SetVkImageInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp82 vkImageInfo->imageLayout = imageInfo.initialLayout; in SetVkImageInfo()