Home
last modified time | relevance | path

Searched refs:CORE_IMAGE_LAYOUT_UNDEFINED (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h222 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED
227 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED
234 …ut layouts[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT] { CORE_IMAGE_LAYOUT_UNDEFINED,
235 CORE_IMAGE_LAYOUT_UNDEFINED, CORE_IMAGE_LAYOUT_UNDEFINED, CORE_IMAGE_LAYOUT_UNDEFINED,
236 CORE_IMAGE_LAYOUT_UNDEFINED, CORE_IMAGE_LAYOUT_UNDEFINED, CORE_IMAGE_LAYOUT_UNDEFINED,
237 CORE_IMAGE_LAYOUT_UNDEFINED };
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.cpp43 return CORE_IMAGE_LAYOUT_UNDEFINED; in GetImageLayout()
358 if (resource.imageLayout != CORE_IMAGE_LAYOUT_UNDEFINED) { 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()
426 if (currResource.imageLayout != CORE_IMAGE_LAYOUT_UNDEFINED) { in BindImages()
H A Drender_command_list.cpp1037 if (subpassResourceStates.layouts[attachmentIndex] != CORE_IMAGE_LAYOUT_UNDEFINED) { in ProcessInputAttachments()
1075 … (subpassResourceStates.layouts[attachmentIndex] != ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED) in ProcessColorAttachments()
/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.h160 CORE_IMAGE_LAYOUT_UNDEFINED = 0, enumerator
909 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.h92 ImageLayout optionalReleaseImageLayout { CORE_IMAGE_LAYOUT_UNDEFINED };
93 ImageLayout optionalAcquireImageLayout { CORE_IMAGE_LAYOUT_UNDEFINED };
102 ImageLayout layout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
H A Drender_backend.h37 ImageLayout layout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
H A Drender_graph.cpp359 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, in GetSrcBufferBarrier()
409 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, in GetDstBufferBarrier()
960 if ((imgLayout == ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED) && in BeginRenderPassUpdateImageStates()
1569 … ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED }); in AddCommandBarrierAndUpdateStateCacheBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_bloom.cpp57 …return BindableImage { res.handle, res.mip, res.layer, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, r… in GetBindableImage()
H A Drender_node_mip_chain_post_process.cpp76 … PipelineStateConstants::GPU_IMAGE_ALL_LAYERS, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, {} }; in GetBindableImage()
270 …ourceBarrier SRC_UNDEFINED { 0, CORE_PIPELINE_STAGE_TOP_OF_PIPE_BIT, CORE_IMAGE_LAYOUT_UNDEFINED };
H A Drender_staging.cpp42 …ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED }; // NOTE: undefined, because we do not care the previou… in ExplicitBarrierUndefinedImageToTransferDst()
569 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED }; in ClearImages()
H A Drender_blur.cpp173 …ourceBarrier SRC_UNDEFINED { 0, CORE_PIPELINE_STAGE_TOP_OF_PIPE_BIT, CORE_IMAGE_LAYOUT_UNDEFINED };
H A Drender_node_single_post_process.cpp129 … PipelineStateConstants::GPU_IMAGE_ALL_LAYERS, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, {} }; in GetBindableImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.h260 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/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/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_cubemap.cpp213 …ourceBarrier SRC_UNDEFINED { 0, CORE_PIPELINE_STAGE_TOP_OF_PIPE_BIT, CORE_IMAGE_LAYOUT_UNDEFINED };