Home
last modified time | relevance | path

Searched refs:subHash (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.cpp390 uint64_t subHash = 0; in HashAttachments() local
391 …HashRange(subHash, sb.colorAttachmentIndices, sb.colorAttachmentIndices + sb.colorAttachmentCount); in HashAttachments()
393 HashCombine(subHash, static_cast<uint64_t>(sb.depthAttachmentIndex)); in HashAttachments()
395 return subHash; in HashAttachments()
570 const uint64_t subHash = HashAttachments(sb); in ProcessSubPass() local
572 …fboMap.begin(), fboMap.end(), [subHash](const FboHash& fboHash) { return fboHash.hash == subHash; … in ProcessSubPass()
579 fboMap.push_back({ subHash, fbo }); in ProcessSubPass()