Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5354 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelIndexGL); in removeSingleSubresourceStagedUpdates() local
5384 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(level); in removeStagedUpdates() local
6193 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in flushSingleSubresourceStagedUpdates() local
6273 std::vector<SubresourceUpdate> *levelUpdates = in flushStagedUpdates() local
6319 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(updateMipLevelGL); in flushStagedUpdates() local
6484 const std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in hasStagedUpdatesForSubresource() local
6523 const std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(level); in hasStagedUpdatesInLevels() local
6547 for (const std::vector<SubresourceUpdate> &levelUpdates : mSubresourceUpdates) in validateSubresourceUpdateImageRefConsistent() local
6563 for (const std::vector<SubresourceUpdate> &levelUpdates : mSubresourceUpdates) in validateSubresourceUpdateImageRefsConsistent() local
6673 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in removeSupersededUpdates() local