Home
last modified time | relevance | path

Searched refs:getLastAllocatedLevel (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h1830 gl::LevelIndex getLastAllocatedLevel() const;
Dvk_helpers.cpp4689 removeStagedUpdates(context, getFirstAllocatedLevel(), getLastAllocatedLevel()); in initImplicitMultisampledRenderToTexture()
6509 gl::LevelIndex ImageHelper::getLastAllocatedLevel() const in getLastAllocatedLevel() function in rx::vk::ImageHelper
6516 return hasStagedUpdatesInLevels(mFirstAllocatedLevel, getLastAllocatedLevel() + 1); in hasStagedUpdatesInAllocatedLevels()
DTextureVk.cpp1940 else if (!baseLevelChanged && (maxLevel <= mImage->getLastAllocatedLevel())) in updateBaseMaxLevels()