Searched refs:toAdd (Results 1 – 2 of 2) sorted by relevance
341 void VkReconstruction::addHandles(const uint64_t* toAdd, uint32_t count) { in addHandles() argument342 if (!toAdd) return; in addHandles()345 DEBUG_RECON("add 0x%llx", (unsigned long long)toAdd[i]); in addHandles()346 mHandleReconstructions.add(toAdd[i], HandleWithStateReconstruction()); in addHandles()
93 void addHandles(const uint64_t* toAdd, uint32_t count);