Home
last modified time | relevance | path

Searched refs:renderPassCompatibilityDesc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.cpp73 …const LowLevelRenderPassCompatibilityDescVk& renderPassCompatibilityDesc, const RenderPassSubpassD… in HashRenderPassCompatibility() argument
78 renderPassCompatibilityDesc.attachments[idx]; in HashRenderPassCompatibility()
132 …const LowLevelRenderPassCompatibilityDescVk& renderPassCompatibilityDesc, const GpuResourceManager… in HashBeginRenderPass() argument
139 …assCompatibility(rpHashes.renderPassCompatibilityHash, renderPassDesc, renderPassCompatibilityDesc, in HashBeginRenderPass()
430 … renderPassData.renderPassCompatibilityDesc.attachments[idx] = { platData.format, platData.samples, in GetRenderPassData()
450 … HashBeginRenderPass(beginRenderPass, renderPassData.renderPassCompatibilityDesc, gpuResourceMgr_); in GetRenderPassData()
H A Dpipeline_create_functions_vk.h46 LowLevelRenderPassCompatibilityDescVk renderPassCompatibilityDesc; member
H A Dpipeline_create_functions_vk.cpp251 …array_view(lowLevelRenderPassData.renderPassCompatibilityDesc.attachments, renderPassDesc.attachme… in CreateRenderPassCombined()
427 …array_view(lowLevelRenderPassData.renderPassCompatibilityDesc.attachments, renderPassDesc.attachme… in CreateRenderPassCombined2()
H A Dpipeline_state_object_vk.cpp430 const auto& ref = lowLevelRenderPassDataVk.renderPassCompatibilityDesc.attachments[0]; in GraphicsPipelineStateObjectVk()