Searched refs:n_face (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.hpp | 577 tcu::Vec4 getReferenceColor(unsigned int n_layer, unsigned int n_face, unsigned int n_mipmap, 585 …void setReferenceColor(unsigned int n_layer, unsigned int n_face, unsigned int n_mipmap, unsigned …
|
D | gl4cTextureViewTests.cpp | 4754 tcu::Vec4 TextureViewTestViewSampling::getReferenceColor(unsigned int n_layer, unsigned int n_face, in getReferenceColor() argument 4771 unsigned int temp = n_layer * 6 /* layer-faces per layer */ + n_face; in getReferenceColor() 4774 n_face = 0; in getReferenceColor() 4779 n_face = n_layer % 6; /* faces per cube-map layer */ in getReferenceColor() 4783 DE_ASSERT(n_face < m_reference_color_storage->n_faces); in getReferenceColor() 4794 n_face * (m_reference_color_storage->n_mipmaps * m_reference_color_storage->n_samples) + in getReferenceColor() 5653 for (unsigned int n_face = 0; n_face < n_faces; ++n_face) in initParentTextureContents() local 5692 setReferenceColor(n_layer, n_face, n_mipmap, n_sample, reference_color); in initParentTextureContents() 5700 const unsigned int layer_id = n_face * 6 /* faces */ + n_layer; in initParentTextureContents() 6441 void TextureViewTestViewSampling::setReferenceColor(unsigned int n_layer, unsigned int n_face, unsi… in setReferenceColor() argument [all …]
|