Searched refs:pendingData (Results 1 – 3 of 3) sorted by relevance
534 store.pendingData.buffers.push_back(move(gpuBuffer)); in CreateBuffer()914 store.pendingData.images.push_back(move(gpuImage)); in CreateView()955 store.pendingData.images.push_back(move(gpuImage)); in CreateView()960 const auto& images = store.pendingData.images; in CreateView()1253 store.pendingData.allocations.emplace_back( in Destroy()1623 auto pendingBuffers = move(store.pendingData.buffers); in HandlePendingAllocationsImpl()1624 auto pendingImages = move(store.pendingData.images); in HandlePendingAllocationsImpl()1625 auto pendingRemaps = move(store.pendingData.remaps); in HandlePendingAllocationsImpl()1911 …return { move(store.pendingData.allocations), move(store.pendingData.buffers), move(store.pendingD… in CommitPendingData()1912 move(store.pendingData.remaps) }; in CommitPendingData()[all …]
464 PendingData pendingData {};
41 PendingData pendingData = {versionCode, pendSignData}; in AddPendSignData() local44 pendingSignData_[aotArgs.bundleName][aotArgs.moduleName] = pendingData; in AddPendSignData()