Searched refs:n_mipmaps (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.hpp | 521 unsigned int n_mipmaps; member 545 n_mipmaps = in_n_mipmaps; in _reference_color_storage() 582 …oid resetReferenceColorStorage(unsigned int n_layers, unsigned int n_faces, unsigned int n_mipmaps,
|
D | gl4cTextureViewTests.cpp | 4785 DE_ASSERT(n_mipmap < m_reference_color_storage->n_mipmaps); in getReferenceColor() 4792 n_layer * (m_reference_color_storage->n_faces * m_reference_color_storage->n_mipmaps * in getReferenceColor() 4794 n_face * (m_reference_color_storage->n_mipmaps * m_reference_color_storage->n_samples) + in getReferenceColor() 6392 unsigned int n_mipmaps, unsigned int n_samples) in resetReferenceColorStorage() argument 6397 DE_ASSERT(n_mipmaps >= 1); in resetReferenceColorStorage() 6404 m_reference_color_storage = new _reference_color_storage(n_faces, n_layers, n_mipmaps, n_samples); in resetReferenceColorStorage() 6411 m_reference_color_storage->n_mipmaps = n_mipmaps; in resetReferenceColorStorage() 6424 m_reference_color_storage->data = new tcu::Vec4[n_layers * n_faces * n_mipmaps * n_samples]; in resetReferenceColorStorage() 6449 DE_ASSERT(n_mipmap < m_reference_color_storage->n_mipmaps); in setReferenceColor() 6456 n_layer * (m_reference_color_storage->n_faces * m_reference_color_storage->n_mipmaps * in setReferenceColor() [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1182 void prepareRefZForFace(glw::GLfloat* refZs, glw::GLuint n_mipmaps, glw::GLuint face, glw::GLuint l… in prepareRefZForFace() argument 1189 getDepthComponent(face, layer, 0, n_layers, n_mipmaps, expected_base_depth_value); in prepareRefZForFace() 1190 getDepthComponent(face, layer, n_mipmaps - 1, n_layers, n_mipmaps, expected_top_depth_value); in prepareRefZForFace()
|