Searched refs:rpHash (Results 1 – 1 of 1) sorted by relevance
74 uint64_t rpHash = 0; in HashRPD() local78 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() local742 if (const auto iter = framebufferCache_.renderPassHashToIndex.find(rpHash); in GetFramebufferHandle()[all …]