Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp44 …eFlagBits::CORE_PIPELINE_STAGE_TRANSFER_BIT, ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in ExplicitBarrierUndefinedImageToTransferDst()
54 …eFlagBits::CORE_PIPELINE_STAGE_TRANSFER_BIT, ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in ExplicitBarrierTransferDstImageToTransferSrc()
114 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in GenerateMipmaps()
155 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in GenerateMipmaps()
343 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in CopyStagingToImages()
371 … ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL // we expect all mips to be transferred to dst in CopyStagingToImages()
464 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in CopyImagesToImages()
491 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in CopyImagesToImages()
572 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in ClearImages()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h174 CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL = 7, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1495 data->dstImageLayout = ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in BlitImage()
1739 data->imageLayout = CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in ClearColorImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1405 bRes.imageLayout = CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in HandleCopyBufferImage()