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 D | render_command_list.h | 222 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 D | pipeline_descriptor_set_binder.cpp | 43 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 D | render_command_list.cpp | 1037 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 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 | 160 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 D | render_graph.h | 92 ImageLayout optionalReleaseImageLayout { CORE_IMAGE_LAYOUT_UNDEFINED }; 93 ImageLayout optionalAcquireImageLayout { CORE_IMAGE_LAYOUT_UNDEFINED }; 102 ImageLayout layout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
|
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() 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 D | render_node_bloom.cpp | 57 …return BindableImage { res.handle, res.mip, res.layer, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, r… in GetBindableImage()
|
H A D | render_node_mip_chain_post_process.cpp | 76 … 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 D | render_staging.cpp | 42 …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 D | render_blur.cpp | 173 …ourceBarrier SRC_UNDEFINED { 0, CORE_PIPELINE_STAGE_TOP_OF_PIPE_BIT, CORE_IMAGE_LAYOUT_UNDEFINED };
|
H A D | render_node_single_post_process.cpp | 129 … PipelineStateConstants::GPU_IMAGE_ALL_LAYERS, ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED, {} }; in GetBindableImage()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.h | 260 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
|
/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/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_camera_cubemap.cpp | 213 …ourceBarrier SRC_UNDEFINED { 0, CORE_PIPELINE_STAGE_TOP_OF_PIPE_BIT, CORE_IMAGE_LAYOUT_UNDEFINED };
|