Home
last modified time | relevance | path

Searched refs:imageLayout (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp206 resState.resource.imageLayout, RenderHandleUtil::GetIndexPart(resState.resource.handle), in DebugPrintImageState()
221 void PatchRenderPassFinalLayout(const RenderHandle handle, const ImageLayout imageLayout, in PatchRenderPassFinalLayout() argument
227 beginRenderPass.imageLayouts.attachmentFinalLayouts[attachmentIdx] = imageLayout; in PatchRenderPassFinalLayout()
228 storeState.resource.imageLayout = imageLayout; in PatchRenderPassFinalLayout()
369 res.imageLayout, in GetSrcImageBarrier()
380 ImageLayout srcImageLayout = src.imageLayout; in GetSrcImageBarrierMips()
419 res.imageLayout, in GetDstImageBarrier()
430 ImageLayout dstImageLayout = dst.imageLayout; in GetDstImageBarrierMips()
461 additionalStateRef.layouts[res.mip] = res.imageLayout; in ModifyAdditionalImageState()
[all...]
/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.h909 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp358 if (resource.imageLayout != CORE_IMAGE_LAYOUT_UNDEFINED) { in BindImage()
359 bindableImage.imageLayout = resource.imageLayout; in BindImage()
361 bindableImage.imageLayout = (RenderHandleUtil::IsDepthImage(resource.handle)) in BindImage()
426 if (currResource.imageLayout != CORE_IMAGE_LAYOUT_UNDEFINED) { in BindImages()
427 bindableImage.imageLayout = currResource.imageLayout; in BindImages()
429 bindableImage.imageLayout = (RenderHandleUtil::IsDepthImage(currResource.handle)) in BindImages()
H A Drender_command_list.cpp1360 src.optionalImageLayout = source.imageLayout; in CustomImageBarrier()
1366 dst.optionalImageLayout = destination.imageLayout; in CustomImageBarrier()
1738 data->imageLayout = CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in ClearColorImage()
H A Drender_command_list.h383 ImageLayout imageLayout { CORE_IMAGE_LAYOUT_UNDEFINED };
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_texture_info.cpp46 imageInfo.fImageLayout = vkInfo->imageLayout; in ConvertToGrBackendVKTexture()
93 vkInfo->imageLayout = vkImageInfo.fImageLayout; in ConvertToVKTexture()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp191 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences() local
195 imageLayout = (VkImageLayout)layouts[attachmentIndex]; in CreateAttachmentReferences()
199 imageLayout, // layout in CreateAttachmentReferences()
216 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences2() local
222 imageLayout = (VkImageLayout)layouts[attachmentIndex]; in CreateAttachmentReferences2()
228 imageLayout, // layout in CreateAttachmentReferences2()
H A Drender_backend_vk.cpp275 pi.imageLayout = swapData.layout; in AcquirePresentationInfo()
276 if (pi.imageLayout != ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC) { in AcquirePresentationInfo()
305 PLUGIN_ASSERT(presRef.imageLayout == ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC);
2057 (VkImageLayout)bRes.imageLayout, // imageLayout
2091 VK_IMAGE_LAYOUT_UNDEFINED // imageLayout
2406 const VkImageLayout imageLayout = (VkImageLayout)renderCmd.imageLayout;
2407 PLUGIN_ASSERT((imageLayout == VK_IMAGE_LAYOUT_GENERAL) || (imageLayout
[all...]
H A Drender_backend_vk.h260 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp227 vkTextureInfo->imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; in MakeFromNativeWindowBuffer()
335 imageInfo->imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; in MakeBackendTextureFromNativeBuffer()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h78 VkImageLayout imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; member
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1237 vkImageInfo->imageLayout = imageInfo.initialLayout; in SetVkImageInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp87 vkImageInfo->imageLayout = imageInfo.initialLayout; in SetVkImageInfo()

Completed in 32 milliseconds