Searched refs:m_imageMipLevels (Results 1 – 1 of 1) sorted by relevance
549 const deUint32 m_imageMipLevels; member in vkt::api::__anon89afa4720111::ImageClearingTestInstance575 …, m_imageMipLevels (params.useSingleMipLevel ? 1u : getNumMipLevels(params.imageExtent, m_imageF… in ImageClearingTestInstance()576 , m_thresholdMipLevel (std::max(m_imageMipLevels / 2u, 1u)) in ImageClearingTestInstance()747 m_imageMipLevels, // deUint32 mipLevels; in createImage()1051 …ipLevelSizes = getImageMipLevelSizes(pixelSize, m_params.imageExtent, m_imageMipLevels, alignment); in readImage()1054 de::MovePtr<TextureLevelPyramid> result (new TextureLevelPyramid(tcuFormat, m_imageMipLevels)); in readImage()1096 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in readImage()1141 for (deUint32 mipLevel = 0; mipLevel < m_imageMipLevels; ++mipLevel) in readImage()1162 DE_ASSERT(m_imageMipLevels == 1u); in verifyResultImage()1191 DE_ASSERT(m_imageMipLevels == 1u); in verifyResultImage()[all …]