Searched refs:subHash (Results 1 – 1 of 1) sorted by relevance
390 uint64_t subHash = 0; in HashAttachments() local391 …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() local572 …fboMap.begin(), fboMap.end(), [subHash](const FboHash& fboHash) { return fboHash.hash == subHash; … in ProcessSubPass()579 fboMap.push_back({ subHash, fbo }); in ProcessSubPass()