Lines Matching defs:n_face
4737 * @param n_face Face index to use for the query. A value of 0 should be used for non-CM texture
4752 tcu::Vec4 TextureViewTestViewSampling::getReferenceColor(unsigned int n_layer, unsigned int n_face,
4769 unsigned int temp = n_layer * 6 /* layer-faces per layer */ + n_face;
4772 n_face = 0;
4777 n_face = n_layer % 6; /* faces per cube-map layer */
4781 DE_ASSERT(n_face < m_reference_color_storage->n_faces);
4792 n_face * (m_reference_color_storage->n_mipmaps * m_reference_color_storage->n_samples) +
4972 "uniform int n_face;";
4976 "switch (n_face)\n"
4995 "switch (n_face)\n"
5018 "uniform int n_face;\n"
5024 "switch (n_face)\n"
5042 "switch (n_face)\n"
5475 m_po_n_face_location = gl.getUniformLocation(m_po_id, "n_face");
5604 setReferenceColor(n_layer, n_texture_target, /* n_face */
5651 for (unsigned int n_face = 0; n_face < n_faces; ++n_face)
5690 setReferenceColor(n_layer, n_face, n_mipmap, n_sample, reference_color);
5698 const unsigned int layer_id = n_layer * n_faces + n_face;
6432 * @param n_face Face index to use for the association. Use a value of 0 for non-CM texture targets.
6439 void TextureViewTestViewSampling::setReferenceColor(unsigned int n_layer, unsigned int n_face, unsigned int n_mipmap,
6445 DE_ASSERT(n_face < m_reference_color_storage->n_faces);
6456 n_face * (m_reference_color_storage->n_mipmaps * m_reference_color_storage->n_samples) +