Home
last modified time | relevance | path

Searched defs:imageLayout (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Dpipeline_create_functions_vk.cpp166 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences() local
185 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences2() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
Dimage.h76 VkImageLayout imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/
Drender_graph.cpp224 void PatchRenderPassFinalLayout(const RenderHandle handle, const ImageLayout imageLayout, in PatchRenderPassFinalLayout()