Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Dpipeline_create_functions_vk.cpp191 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences() local
216 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences2() local
Drender_backend_vk.cpp2406 const VkImageLayout imageLayout = (VkImageLayout)renderCmd.imageLayout; in RenderCommand() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
Dimage.h78 VkImageLayout imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/
Drender_graph.cpp221 void PatchRenderPassFinalLayout(const RenderHandle handle, const ImageLayout imageLayout, in PatchRenderPassFinalLayout()