Searched refs:getMipLevelCount (Results 1 – 3 of 3) sorted by relevance
2090 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
425 uint32_t getMipLevelCount(ImageMipLevels mipLevels) const;
454 int getMipLevelCount (void) const { return m_levelCount; } in getMipLevelCount() function in deqp::gles31::Functional::__anon1381a2dd0111::TextureImageIterator1147 …const int imageEstimate = (imageIterator.getMipLevelCount() - imageIterator.getMipLevel()) * im… in renderTexture()