Lines Matching defs:n_mipmaps
4783 DE_ASSERT(n_mipmap < m_reference_color_storage->n_mipmaps);
4790 n_layer * (m_reference_color_storage->n_faces * m_reference_color_storage->n_mipmaps *
4792 n_face * (m_reference_color_storage->n_mipmaps * m_reference_color_storage->n_samples) +
5538 m_iteration_parent_texture_n_levels, /* n_mipmaps */
5636 n_faces, m_iteration_parent_texture_n_levels, /* n_mipmaps */
6384 * @param n_mipmaps Amount of mip-maps to consider. Use a value of 1 for non-mipmapped
6390 unsigned int n_mipmaps, unsigned int n_samples)
6395 DE_ASSERT(n_mipmaps >= 1);
6402 m_reference_color_storage = new _reference_color_storage(n_faces, n_layers, n_mipmaps, n_samples);
6409 m_reference_color_storage->n_mipmaps = n_mipmaps;
6422 m_reference_color_storage->data = new tcu::Vec4[n_layers * n_faces * n_mipmaps * n_samples];
6447 DE_ASSERT(n_mipmap < m_reference_color_storage->n_mipmaps);
6454 n_layer * (m_reference_color_storage->n_faces * m_reference_color_storage->n_mipmaps *
6456 n_face * (m_reference_color_storage->n_mipmaps * m_reference_color_storage->n_samples) +