Lines Matching defs:mipLevels
179 deUint32 mipLevels;
244 BufferLevels levels (m_params.imageType, m_params.imageFormat, m_params.dimensions, m_params.mipLevels);
392 const BufferLevels bufferLevels (m_params.imageType, m_params.imageFormat, m_params.dimensions, m_params.mipLevels, imageAspect);
439 numLevels, // deUint32 mipLevels;
692 m_params.mipLevels, // deUint32 mipLevels;
803 } mipLevels[] =
969 for (int mipIdx = 0; mipIdx < DE_LENGTH_OF_ARRAY(mipLevels); ++mipIdx)
971 const auto &mipLevel = mipLevels[mipIdx];
983 params.mipLevels = mipLevel.maxLevels;
1006 params.mipLevels = 1;