Searched refs:renderPassCompatibilityDesc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | node_context_pool_manager_vk.cpp | 73 …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 D | pipeline_create_functions_vk.h | 46 LowLevelRenderPassCompatibilityDescVk renderPassCompatibilityDesc; member
|
H A D | pipeline_create_functions_vk.cpp | 251 …array_view(lowLevelRenderPassData.renderPassCompatibilityDesc.attachments, renderPassDesc.attachme… in CreateRenderPassCombined() 427 …array_view(lowLevelRenderPassData.renderPassCompatibilityDesc.attachments, renderPassDesc.attachme… in CreateRenderPassCombined2()
|
H A D | pipeline_state_object_vk.cpp | 430 const auto& ref = lowLevelRenderPassDataVk.renderPassCompatibilityDesc.attachments[0]; in GraphicsPipelineStateObjectVk()
|