/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_staging.cpp | 114 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 D | render_node_bloom.cpp | 57 …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 D | render_graph.h | 68 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 D | render_backend.h | 37 ImageLayout layout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
|
H A D | render_graph.cpp | 359 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 D | render_command_list.h | 221 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 234 …ImageLayout 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 D | pipeline_descriptor_set_binder.cpp | 35 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 D | render_command_list.cpp | 1075 … (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 D | pipeline_layout_desc.h | 95 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED }; 125 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
|
H A D | pipeline_state_desc.h | 158 enum ImageLayout { enum 909 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_create_functions_vk.cpp | 51 …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 D | render_backend_vk.h | 260 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
|
/ohos5.0/drivers/interface/display/buffer/v1_2/include/ |
H A D | idisplay_buffer.h | 39 virtual int32_t GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const = 0;
|
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/include/ |
H A D | mapper_service.h | 42 int32_t GetImageLayout(const sptr<NativeBuffer>& handle, V1_2::ImageLayout& layout) override;
|
H A D | idisplay_buffer_vdi.h | 148 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 D | display_buffer_hdi_impl.h | 52 int32_t GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const override in GetImageLayout()
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/ |
H A D | display_buffer_vdi_impl.h | 48 Display::Buffer::V1_2::ImageLayout& layout) const override;
|
/ohos5.0/drivers/interface/display/buffer/v1_2/ |
H A D | DisplayBufferType.idl | 33 struct ImageLayout {
|
H A D | IMapper.idl | 32 GetImageLayout([in] NativeBuffer handle, [out] struct ImageLayout layout);
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | display_buffer_vdi_impl.cpp | 113 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 D | render_node_default_shadows_blur.cpp | 265 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 D | mapper_service.cpp | 177 int32_t MapperService::GetImageLayout(const sptr<NativeBuffer>& handle, V1_2::ImageLayout& layout) in GetImageLayout()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_buffer_impl.cpp | 228 *(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 D | shader_pipeline_binder.cpp | 453 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 D | buffer_helper.cpp | 79 ImageLayout layout; in CopyYuvData()
|