Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h182 CORE_IMAGE_LAYOUT_PRESENT_SRC = 1000001002, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp276 if (pi.imageLayout != ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC) { in AcquirePresentationInfo()
305 … PLUGIN_ASSERT(presRef.imageLayout == ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC); in Present()
2601 PLUGIN_ASSERT(presRef.imageLayout != ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC); in RenderPresentationLayout()
2648 presRef.imageLayout = ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC; in RenderPresentationLayout()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp792 … ref.resource.handle, ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC, beginRenderPass, ref); in StoreFinalImageState()