Searched refs:m_blockWidth (Results 1 – 1 of 1) sorted by relevance
150 const deUint32 m_blockWidth; member in vkt::image::__anon804fb4130111::BasicTranscodingTestInstance170 DE_ASSERT(m_blockWidth > 0u && m_blockHeight > 0u); in findMipMapLevelCount()172 while (w > m_blockWidth && h > m_blockHeight) in findMipMapLevelCount()177 if (w > m_blockWidth && h > m_blockHeight) in findMipMapLevelCount()181 DE_ASSERT((m_parameters.size.x() >> (levelCount - 1u)) >= m_blockWidth); in findMipMapLevelCount()191 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()608 …UVec3(isCompressed ? imageExtent.width : imageExtent.width * m_blockWidth, isCompressed? imageExte… in copyDataToImage()