Home
last modified time | relevance | path

Searched refs:initialLayout (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp64 const ImageLayout initialLayout = *itInitialImageLayouts++; in CreateAttachmentDescriptions() local
77 (VkImageLayout)initialLayout, // initialLayout in CreateAttachmentDescriptions()
98 const ImageLayout initialLayout = *itInitialImageLayouts++; in CreateAttachmentDescriptions2() local
117 (VkImageLayout)initialLayout, // initialLayout in CreateAttachmentDescriptions2()
/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()
1243 .initialLayout = VK_IMAGE_LAYOUT_UNDEFINED in MakeBackendTexture()
/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()
110 .initialLayout = VK_IMAGE_LAYOUT_UNDEFINED in MakeBackendTexture()