Home
last modified time | relevance | path

Searched refs:mSubresourceUpdates (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3839 mSubresourceUpdates(std::move(other.mSubresourceUpdates)), in ImageHelper()
4185 for (std::vector<SubresourceUpdate> &levelUpdates : mSubresourceUpdates) in releaseStagingBuffer()
4196 mSubresourceUpdates.clear(); in releaseStagingBuffer()
5387 ASSERT(static_cast<size_t>(level.get()) >= mSubresourceUpdates.size()); in removeStagedUpdates()
6322 ASSERT(static_cast<size_t>(updateMipLevelGL.get()) >= mSubresourceUpdates.size()); in flushStagedUpdates()
6451 for (compactSize = mSubresourceUpdates.size(); compactSize > 0; --compactSize) in flushStagedUpdates()
6453 if (!mSubresourceUpdates[compactSize - 1].empty()) in flushStagedUpdates()
6458 mSubresourceUpdates.resize(compactSize); in flushStagedUpdates()
6463 if (mSubresourceUpdates.empty()) in flushStagedUpdates()
6526 ASSERT(static_cast<size_t>(level.get()) >= mSubresourceUpdates.size()); in hasStagedUpdatesInLevels()
[all …]
Dvk_helpers.h2114 std::vector<std::vector<SubresourceUpdate>> mSubresourceUpdates; variable