Home
last modified time | relevance | path

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

/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 ImageLayout 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 };
[all...]
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, samplerHandle }); 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()
/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 };
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_backend.h37 ImageLayout layout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
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_graph.cpp358 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, in GetSrcBufferBarrier()
408 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, in GetDstBufferBarrier()
956 if ((imgLayout == ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED) && in BeginRenderPassUpdateImageStates()
1564 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED });
/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, res.secondHandle }; in GetBindableImage()
H A Drender_node_mip_chain_post_process.cpp76 PipelineStateConstants::GPU_IMAGE_ALL_LAYERS, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, {} }; in GetBindableImage()
270 constexpr ImageResourceBarrier 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 previous data in ExplicitBarrierUndefinedImageToTransferDst()
569 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED }; in ClearImages()
H A Drender_blur.cpp173 constexpr ImageResourceBarrier 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()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp453 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, in BindImage() member in ImageLayout
487 ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, rRef.samplerHandle.GetHandle() }; in BindImages()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.h260 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_cubemap.cpp213 constexpr ImageResourceBarrier SRC_UNDEFINED { 0, CORE_PIPELINE_STAGE_TOP_OF_PIPE_BIT, CORE_IMAGE_LAYOUT_UNDEFINED };

Completed in 21 milliseconds