Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5354 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelIndexGL); in removeSingleSubresourceStagedUpdates()
5384 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(level); in removeStagedUpdates()
6193 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in flushSingleSubresourceStagedUpdates()
6274 getLevelUpdates(gl::LevelIndex(mCurrentSingleClearValue.value().levelIndex)); in flushStagedUpdates()
6319 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(updateMipLevelGL); in flushStagedUpdates()
6484 const std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in hasStagedUpdatesForSubresource()
6523 const std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(level); in hasStagedUpdatesInLevels()
6673 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelGL); in removeSupersededUpdates()
7235 std::vector<ImageHelper::SubresourceUpdate> *ImageHelper::getLevelUpdates(gl::LevelIndex level) in getLevelUpdates() function in rx::vk::ImageHelper
7242 const std::vector<ImageHelper::SubresourceUpdate> *ImageHelper::getLevelUpdates( in getLevelUpdates() function in rx::vk::ImageHelper
Dvk_helpers.h2016 std::vector<SubresourceUpdate> *getLevelUpdates(gl::LevelIndex level);
2017 const std::vector<SubresourceUpdate> *getLevelUpdates(gl::LevelIndex level) const;