Searched refs:finalImageLayouts (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_create_functions_vk.cpp | 51 …view<const ImageLayout> initialImageLayouts, const array_view<const ImageLayout> finalImageLayouts, in CreateAttachmentDescriptions() argument 57 PLUGIN_ASSERT(attachments.size() <= finalImageLayouts.size()); in CreateAttachmentDescriptions() 60 auto itFinalImageLayouts = finalImageLayouts.begin(); in CreateAttachmentDescriptions() 85 …view<const ImageLayout> initialImageLayouts, const array_view<const ImageLayout> finalImageLayouts, in CreateAttachmentDescriptions2() argument 91 PLUGIN_ASSERT(attachments.size() <= finalImageLayouts.size()); in CreateAttachmentDescriptions2() 94 auto itFinalImageLayouts = finalImageLayouts.begin(); in CreateAttachmentDescriptions2()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.cpp | 843 auto finalImageLayouts = in RenderCommand() local 846 BeginRenderPassUpdateImageStates(params, gpuQueue, finalImageLayouts, renderNodeIndex); in RenderCommand() 854 subpassResourceStatesRef, finalImageLayouts, stateCache); in RenderCommand() 858 subpassResourceStatesRef, finalImageLayouts, stateCache); in RenderCommand() 862 subpassResourceStatesRef, finalImageLayouts, stateCache); in RenderCommand() 867 subpassResourceStatesRef, finalImageLayouts, stateCache); in RenderCommand() 877 rc.renderPassDesc, subpassResourceStatesRef, finalImageLayouts, stateCache); in RenderCommand() 924 array_view<ImageLayout>& finalImageLayouts, const uint32_t renderNodeIndex) in BeginRenderPassUpdateImageStates() argument 965 finalImageLayouts[attachmentIdx] = imgLayout; in BeginRenderPassUpdateImageStates() 982 array_view<ImageLayout> finalImageLayouts, StateCache& stateCache) in BeginRenderPassUpdateSubpassImageStates() argument [all …]
|
H A D | render_graph.h | 141 BASE_NS::array_view<ImageLayout>& finalImageLayouts, const uint32_t renderNodeIndex); 144 BASE_NS::array_view<ImageLayout> finalImageLayouts, StateCache& stateCache);
|