Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp2090 const uint32_t levelCount = getMipLevelCount(ImageMipLevels::EnabledLevels); in respecifyImageStorageAndLevels()
2167 const uint32_t levelCount = getMipLevelCount(ImageMipLevels::EnabledLevels); in getAttachmentRenderTarget()
2258 const uint32_t levelCount = getMipLevelCount(mipLevels); in ensureImageInitialized()
2515 mImage->getLevelCount() < getMipLevelCount(ImageMipLevels::EnabledLevels); in syncState()
2523 mImage->getLevelCount() != getMipLevelCount(ImageMipLevels::FullMipChain)))) in syncState()
2809 mState.getImmutableFormat() ? getMipLevelCount(ImageMipLevels::EnabledLevels) : levelCount; in initImage()
2896 uint32_t TextureVk::getMipLevelCount(ImageMipLevels mipLevels) const in getMipLevelCount() function in rx::TextureVk
DTextureVk.h425 uint32_t getMipLevelCount(ImageMipLevels mipLevels) const;
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp454 int getMipLevelCount (void) const { return m_levelCount; } in getMipLevelCount() function in deqp::gles31::Functional::__anon1381a2dd0111::TextureImageIterator
1147 …const int imageEstimate = (imageIterator.getMipLevelCount() - imageIterator.getMipLevel()) * im… in renderTexture()