Home
last modified time | relevance | path

Searched refs:ImageLayout (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp114 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in GenerateMipmaps()
117 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in GenerateMipmaps()
343 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in CopyStagingToImages()
375 ImageLayout::CORE_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL }; in CopyStagingToImages()
405 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in CopyImagesToBuffers()
460 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in CopyImagesToImages()
464 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in CopyImagesToImages()
488 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL }; in CopyImagesToImages()
491 ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL }; in CopyImagesToImages()
569 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED }; in ClearImages()
[all …]
H A Drender_node_bloom.cpp57 …return BindableImage { res.handle, res.mip, res.layer, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, r… in GetBindableImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.h68 BASE_NS::unique_ptr<ImageLayout[]> layouts;
92 ImageLayout optionalReleaseImageLayout { CORE_IMAGE_LAYOUT_UNDEFINED };
93 ImageLayout optionalAcquireImageLayout { CORE_IMAGE_LAYOUT_UNDEFINED };
102 ImageLayout layout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
141 BASE_NS::array_view<ImageLayout>& finalImageLayouts, const uint32_t renderNodeIndex);
144 BASE_NS::array_view<ImageLayout> finalImageLayouts, StateCache& stateCache);
H A Drender_backend.h37 ImageLayout layout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
H A Drender_graph.cpp359 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, in GetSrcBufferBarrier()
381 ImageLayout srcImageLayout = src.imageLayout; in GetSrcImageBarrierMips()
409 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, in GetDstBufferBarrier()
431 ImageLayout dstImageLayout = dst.imageLayout; in GetDstImageBarrierMips()
477 const GpuQueue& dstGpuQueue, const ImageLayout srcImageLayout, const ImageLayout dstImageLayout) in GetQueueOwnershipTransferBarrier()
924 array_view<ImageLayout>& finalImageLayouts, const uint32_t renderNodeIndex) in BeginRenderPassUpdateImageStates()
941 ImageLayout imgLayout = stateRef.resource.imageLayout; in BeginRenderPassUpdateImageStates()
960 if ((imgLayout == ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED) && in BeginRenderPassUpdateImageStates()
982 array_view<ImageLayout> finalImageLayouts, StateCache& stateCache) in BeginRenderPassUpdateSubpassImageStates()
1164 ImageLayout srcImageLayout = stateRef.resource.imageLayout; in HandleCustomBarriers()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h221 ImageLayout attachmentInitialLayouts[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT] {
222 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED
226 ImageLayout attachmentFinalLayouts[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT] {
227 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED
234ImageLayout layouts[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT] { CORE_IMAGE_LAYOUT_…
273 ImageLayout srcImageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
274 ImageLayout dstImageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
287 ImageLayout optionalImageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
383 ImageLayout imageLayout { CORE_IMAGE_LAYOUT_UNDEFINED };
H A Dpipeline_descriptor_set_binder.cpp35 constexpr ImageLayout GetImageLayout(const DescriptorType dt) in GetImageLayout()
362 … ? ImageLayout::CORE_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in BindImage()
393 … PipelineStateConstants::GPU_IMAGE_ALL_LAYERS, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, {} }); in BindImage()
400 …PipelineStateConstants::GPU_IMAGE_ALL_LAYERS, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, samplerHan… in BindImage()
411 const ImageLayout defaultImageLayout = GetImageLayout(bind.binding.descriptorType); in BindImages()
430 … ? ImageLayout::CORE_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in BindImages()
H A Drender_command_list.cpp1075 … (subpassResourceStates.layouts[attachmentIndex] != ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED) in ProcessColorAttachments()
1337 ImageResourceBarrier source { 0, 0, ImageLayout::CORE_IMAGE_LAYOUT_MAX_ENUM }; in CustomImageBarrier()
1494 data->srcImageLayout = ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in BlitImage()
1495 data->dstImageLayout = ImageLayout::CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in BlitImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_layout_desc.h95 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
125 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
H A Dpipeline_state_desc.h158 enum ImageLayout { enum
909 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp51 …const array_view<const ImageLayout> initialImageLayouts, const array_view<const ImageLayout> final… in CreateAttachmentDescriptions()
64 const ImageLayout initialLayout = *itInitialImageLayouts++; in CreateAttachmentDescriptions()
65 const ImageLayout finalLayout = *itFinalImageLayouts++; in CreateAttachmentDescriptions()
85 …const array_view<const ImageLayout> initialImageLayouts, const array_view<const ImageLayout> final… in CreateAttachmentDescriptions2()
98 const ImageLayout initialLayout = *itInitialImageLayouts++; in CreateAttachmentDescriptions2()
99 const ImageLayout finalLayout = *itFinalImageLayouts++; in CreateAttachmentDescriptions2()
181 const ImageLayout* layouts, // can be null if compatibility in CreateAttachmentReferences()
205 const ImageLayout* layouts, // null if compatibility in CreateAttachmentReferences2()
287 const ImageLayout* layouts = in CreateRenderPassCombined()
469 const ImageLayout* layouts = in CreateRenderPassCombined2()
H A Drender_backend_vk.h260 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/ohos5.0/drivers/interface/display/buffer/v1_2/include/
H A Didisplay_buffer.h39 virtual int32_t GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const = 0;
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/include/
H A Dmapper_service.h42 int32_t GetImageLayout(const sptr<NativeBuffer>& handle, V1_2::ImageLayout& layout) override;
H A Didisplay_buffer_vdi.h148 virtual int32_t GetImageLayout(const BufferHandle& handle, V1_2::ImageLayout& layout) const in GetImageLayout()
/ohos5.0/drivers/interface/display/buffer/v1_2/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h52 int32_t GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const override in GetImageLayout()
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/
H A Ddisplay_buffer_vdi_impl.h48 Display::Buffer::V1_2::ImageLayout& layout) const override;
/ohos5.0/drivers/interface/display/buffer/v1_2/
H A DDisplayBufferType.idl33 struct ImageLayout {
H A DIMapper.idl32 GetImageLayout([in] NativeBuffer handle, [out] struct ImageLayout layout);
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp113 int32_t DisplayBufferVdiImpl::GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const in GetImageLayout()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_shadows_blur.cpp265 ImageLayout::CORE_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL }; in ExplicitInputBarrier()
277 ImageLayout::CORE_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL }; in ExplicitOutputBarrier()
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dmapper_service.cpp177 int32_t MapperService::GetImageLayout(const sptr<NativeBuffer>& handle, V1_2::ImageLayout& layout) in GetImageLayout()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp228 *(static_cast<OHOS::HDI::Display::Buffer::V1_2::ImageLayout*>(layout))); in GetImageLayout()
428 OHOS::HDI::Display::Buffer::V1_2::ImageLayout layout; in GetPlanesInfo()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp453 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, in BindImage()
487 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, rRef.samplerHandle.GetHandle() }; in BindImages()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp79 ImageLayout layout; in CopyYuvData()

12