Home
last modified time | relevance | path

Searched refs:CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp56 …eFlagBits::CORE_PIPELINE_STAGE_TRANSFER_BIT, ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in ExplicitBarrierTransferDstImageToTransferSrc()
117 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in GenerateMipmaps()
152 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in GenerateMipmaps()
405 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in CopyImagesToBuffers()
428 … ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL // we expect all mips to be transferred to dst in CopyImagesToBuffers()
460 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in CopyImagesToImages()
488 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in CopyImagesToImages()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h172 CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL = 6, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1494 data->srcImageLayout = ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in BlitImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1379 bRes.imageLayout = CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in HandleCopyBufferImage()