Searched refs:insertIt (Results 1 – 2 of 2) sorted by relevance
185 auto insertIt = mLayoutCache.Put(layout, std::move(newInputLayout)); in getInputLayout() local186 *inputLayoutOut = &insertIt->second; in getInputLayout()
324 const auto &insertIt = mSrvCacheForSampler.insert(std::make_pair(key, std::move(srv))); in getCachedOrCreateSRVForSampler() local325 *outSRV = &insertIt.first->second; in getCachedOrCreateSRVForSampler()437 const auto &insertIt = mSrvCacheForImage.insert(std::make_pair(key, std::move(srv))); in getCachedOrCreateSRVForImage() local438 *outSRV = &insertIt.first->second; in getCachedOrCreateSRVForImage()471 const auto &insertIt = mUavCacheForImage.insert(std::make_pair(key, std::move(uav))); in getCachedOrCreateUAVForImage() local472 *outUAV = &insertIt.first->second; in getCachedOrCreateUAVForImage()