Searched refs:imageLayout (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.cpp | 229 storeState.resource.imageLayout = imageLayout; in PatchRenderPassFinalLayout() 370 res.imageLayout, in GetSrcImageBarrier() 381 ImageLayout srcImageLayout = src.imageLayout; in GetSrcImageBarrierMips() 420 res.imageLayout, in GetDstImageBarrier() 431 ImageLayout dstImageLayout = dst.imageLayout; in GetDstImageBarrierMips() 999 ref.resource.imageLayout = refImgLayout; in BeginRenderPassUpdateSubpassImageStates() 1263 bRes.imageLayout = nextRc.imageLayout; in HandleClearImage() 1285 bRes.imageLayout = nextRc.srcImageLayout; in HandleBlitImage() 1296 bRes.imageLayout = nextRc.dstImageLayout; in HandleBlitImage() 1511 …handle, ref.prevRenderNodeIndex, params.renderNodeIndex, prevImage.imageLayout, res.imageLayout }); in UpdateStateAndCreateBarriersGpuImage() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | pipeline_descriptor_set_binder.cpp | 358 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 D | render_command_list.h | 383 ImageLayout imageLayout { CORE_IMAGE_LAYOUT_UNDEFINED };
|
H A D | render_command_list.cpp | 1360 src.optionalImageLayout = source.imageLayout; in CustomImageBarrier() 1366 dst.optionalImageLayout = destination.imageLayout; in CustomImageBarrier() 1739 data->imageLayout = CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in ClearColorImage()
|
/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 | 909 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_create_functions_vk.cpp | 191 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 D | render_backend_vk.cpp | 275 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); in Present() 2059 (VkImageLayout)bRes.imageLayout, // imageLayout in UpdateCommandListDescriptorSets() 2408 const VkImageLayout imageLayout = (VkImageLayout)renderCmd.imageLayout; in RenderCommand() local 2409 …PLUGIN_ASSERT((imageLayout == VK_IMAGE_LAYOUT_GENERAL) || (imageLayout == VK_IMAGE_LAYOUT_TRANSFER… in RenderCommand() 2432 imageLayout, // imageLayout in RenderCommand() 2601 PLUGIN_ASSERT(presRef.imageLayout != ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC); in RenderPresentationLayout() 2609 const VkImageLayout oldLayout = (VkImageLayout)presRef.imageLayout; in RenderPresentationLayout() 2648 presRef.imageLayout = ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC; in RenderPresentationLayout()
|
H A D | render_backend_vk.h | 260 ImageLayout imageLayout { ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_texture_info.cpp | 46 imageInfo.fImageLayout = vkInfo->imageLayout; in ConvertToGrBackendVKTexture() 93 vkInfo->imageLayout = vkImageInfo.fImageLayout; in ConvertToVKTexture()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.cpp | 228 vkTextureInfo->imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; in MakeFromNativeWindowBuffer() 334 imageInfo->imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; in MakeBackendTextureFromNativeBuffer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | image.h | 78 VkImageLayout imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1216 vkImageInfo->imageLayout = imageInfo.initialLayout; in SetVkImageInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 82 vkImageInfo->imageLayout = imageInfo.initialLayout; in SetVkImageInfo()
|