Searched refs:n_mipmaps (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.hpp | 521 unsigned int n_mipmaps; member 545 n_mipmaps = in_n_mipmaps; in _reference_color_storage() 582 void resetReferenceColorStorage(unsigned int n_layers, unsigned int n_faces, unsigned int n_mipmaps,
|
H A D | gl4cTextureViewTests.cpp | 4783 DE_ASSERT(n_mipmap < m_reference_color_storage->n_mipmaps); in getReferenceColor() 4790 n_layer * (m_reference_color_storage->n_faces * m_reference_color_storage->n_mipmaps * in getReferenceColor() 4792 n_face * (m_reference_color_storage->n_mipmaps * m_reference_color_storage->n_samples) + in getReferenceColor() 5538 m_iteration_parent_texture_n_levels, /* n_mipmaps */ in initParentTextureContents() 5636 n_faces, m_iteration_parent_texture_n_levels, /* n_mipmaps */ in initParentTextureContents() 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) in resetReferenceColorStorage() 6395 DE_ASSERT(n_mipmaps >= 1); in resetReferenceColorStorage() 6402 m_reference_color_storage = new _reference_color_storage(n_faces, n_layers, n_mipmaps, n_samples); in resetReferenceColorStorage() 6409 m_reference_color_storage->n_mipmaps in resetReferenceColorStorage() 6389 resetReferenceColorStorage(unsigned int n_layers, unsigned int n_faces, unsigned int n_mipmaps, unsigned int n_samples) resetReferenceColorStorage() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 1176 * @param n_mipmaps Number of mipmap levels 1181 void prepareRefZForFace(glw::GLfloat* refZs, glw::GLuint n_mipmaps, glw::GLuint face, glw::GLuint layer, in prepareRefZForFace() argument 1188 getDepthComponent(face, layer, 0, n_layers, n_mipmaps, expected_base_depth_value); in prepareRefZForFace() 1189 getDepthComponent(face, layer, n_mipmaps - 1, n_layers, n_mipmaps, expected_top_depth_value); in prepareRefZForFace()
|
Completed in 19 milliseconds