Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp8390 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelIndexGL); in removeSingleSubresourceStagedUpdates() local
8423 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelIndexGL); in removeSingleStagedClearAfterInvalidate() local
8452 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(level); in removeStagedUpdates() local
9880 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in flushSingleSubresourceStagedUpdates() local
9947 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(updateMipLevelGL); in flushStagedClearEmulatedChannelsUpdates() local
10045 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(updateMipLevelGL); in flushStagedUpdatesImpl() local
10330 std::vector<SubresourceUpdate> *levelUpdates = in flushStagedUpdates() local
10403 const std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in hasStagedUpdatesForSubresource() local
10431 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in removeStagedClearUpdatesAndReturnColor() local
10456 void ImageHelper::adjustLayerRange(const std::vector<SubresourceUpdate> &levelUpdates, in adjustLayerRange()
[all …]