Home
last modified time | relevance | path

Searched refs:m_iteration_parent_texture_depth (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp4241 , m_iteration_parent_texture_depth(0) in TextureViewTestViewSampling()
5518 DE_ASSERT(m_iteration_parent_texture_depth >= 1); in initParentTextureContents()
5536 resetReferenceColorStorage(m_iteration_parent_texture_depth, /* n_layers */ in initParentTextureContents()
5547 for (unsigned int n_layer = 0; n_layer < m_iteration_parent_texture_depth; ++n_layer) in initParentTextureContents()
5629 DE_ASSERT(m_iteration_parent_texture_depth >= 1); in initParentTextureContents()
5635 resetReferenceColorStorage(m_iteration_parent_texture_depth, /* n_layers */ in initParentTextureContents()
5648 for (unsigned int n_layer = 0; n_layer < m_iteration_parent_texture_depth; ++n_layer) in initParentTextureContents()
5669 DE_ASSERT(m_iteration_parent_texture_depth == 1); in initParentTextureContents()
6079 m_iteration_parent_texture_depth = 1; in initTextureObject()
6128 m_iteration_parent_texture_depth = texture_depth; in initTextureObject()
[all …]
Dgl4cTextureViewTests.hpp619 glw::GLuint m_iteration_parent_texture_depth; member in gl4cts::TextureViewTestViewSampling