Home
last modified time | relevance | path

Searched defs:levelUpdates (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5653 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelIndexGL); in removeSingleSubresourceStagedUpdates() local
5683 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(level); in removeStagedUpdates() local
6615 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in flushSingleSubresourceStagedUpdates() local
6695 std::vector<SubresourceUpdate> *levelUpdates = in flushStagedUpdates() local
6741 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(updateMipLevelGL); in flushStagedUpdates() local
6939 const std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in hasStagedUpdatesForSubresource() local
6978 const std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(level); in hasStagedUpdatesInLevels() local
6999 const std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(level); in hasStagedImageUpdatesWithMismatchedFormat() local
7026 for (const std::vector<SubresourceUpdate> &levelUpdates : mSubresourceUpdates) in validateSubresourceUpdateImageRefConsistent() local
7042 for (const std::vector<SubresourceUpdate> &levelUpdates : mSubresourceUpdates) in validateSubresourceUpdateImageRefsConsistent() local
[all …]