Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp74 uint64_t rpHash = 0; in HashRPD() local
78 HashCombine(rpHash, renderPassDesc.attachments[idx].layer); in HashRPD()
79 HashCombine(rpHash, renderPassDesc.attachments[idx].mipLevel); in HashRPD()
81 HashCombine(rpHash, gpuHandle.id); in HashRPD()
90 HashCombine(rpHash, renderPassImageLayouts.attachmentInitialLayouts[idx], in HashRPD()
103 HashCombine(rpHash, static_cast<uint64_t>(subpass.depthAttachmentIndex)); in HashRPD()
105 HashCombine(rpHash, static_cast<uint64_t>(subpass.viewMask)); in HashRPD()
107 return rpHash; in HashRPD()
741 const uint64_t rpHash = HashRPD(beginRenderPass, gpuResourceMgr_); in GetFramebufferHandle() local
742 if (const auto iter = framebufferCache_.renderPassHashToIndex.find(rpHash); in GetFramebufferHandle()
[all …]