Searched refs:replaceArrayIndex (Results 1 – 1 of 1) sorted by relevance
2136 const uint32_t replaceArrayIndex = RenderHandleUtil::GetIndexPart(info.replacedHandle); in StoreAllocation() local2137 bool hasReplaceHandle = (replaceArrayIndex < static_cast<uint32_t>(store.clientHandles.size())); in StoreAllocation()2140 data.handle = store.clientHandles[replaceArrayIndex]; in StoreAllocation()