Lines Matching defs:n_faces
4781 DE_ASSERT(n_face < m_reference_color_storage->n_faces);
4790 n_layer * (m_reference_color_storage->n_faces * m_reference_color_storage->n_mipmaps *
5537 n_texture_targets, /* n_faces */
5632 const unsigned int n_faces =
5635 resetReferenceColorStorage(m_iteration_parent_texture_depth / n_faces, /* n_layers */
5636 n_faces, m_iteration_parent_texture_n_levels, /* n_mipmaps */
5648 for (unsigned int n_layer = 0; n_layer < m_iteration_parent_texture_depth / n_faces; ++n_layer)
5651 for (unsigned int n_face = 0; n_face < n_faces; ++n_face)
5698 const unsigned int layer_id = n_layer * n_faces + n_face;
6382 * @param n_faces Amount of faces to consider. Use a value of 1 for non-CM
6389 void TextureViewTestViewSampling::resetReferenceColorStorage(unsigned int n_layers, unsigned int n_faces,
6394 DE_ASSERT(n_faces >= 1);
6402 m_reference_color_storage = new _reference_color_storage(n_faces, n_layers, n_mipmaps, n_samples);
6407 m_reference_color_storage->n_faces = n_faces;
6422 m_reference_color_storage->data = new tcu::Vec4[n_layers * n_faces * n_mipmaps * n_samples];
6445 DE_ASSERT(n_face < m_reference_color_storage->n_faces);
6454 n_layer * (m_reference_color_storage->n_faces * m_reference_color_storage->n_mipmaps *