Home
last modified time | relevance | path

Searched refs:n_faces (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp366 static const glw::GLfloat n_faces = 6.0f; in getColorFloatComponents() local
369 out_data[1] = ((glw::GLfloat)(cube_face + 1)) / n_faces; in getColorFloatComponents()
409 static const glw::GLuint n_faces = 6; in getCompressedColorUByteComponents() local
411 const glw::GLuint n_faces_per_level = n_elements * n_faces; in getCompressedColorUByteComponents()
413 static_cast<glw::GLubyte>(mipmap_level * n_faces_per_level + element_index * n_faces + cube_face + 1); in getCompressedColorUByteComponents()
464 static const glw::GLuint n_faces = 6; in getDepthComponent() local
467 ((glw::GLfloat)(n_mipmap_levels + n_faces + n_elements)); in getDepthComponent()
648 static const glw::GLint n_faces = 6; in getStencilComponent() local
651 (n_mipmap_levels + n_faces + n_elements)); in getStencilComponent()
1139 static const glw::GLuint n_faces in preparePositionForFace() local
1632 static const glw::GLuint n_faces = 6; verifyImage() local
1670 const glw::GLuint n_faces = 6; verifyResultImage() local
3361 static const glw::GLint n_faces = 6; prepareCompresedTexture() local
3449 static const glw::GLint n_faces = 6; prepareTexture() local
4012 static const glw::GLuint n_faces = 6; global() local
5179 const glw::GLuint n_faces = 6; global() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.hpp519 unsigned int n_faces; member
543 n_faces = in_n_faces; in _reference_color_storage()
582 void resetReferenceColorStorage(unsigned int n_layers, unsigned int n_faces, unsigned int n_mipmaps,
H A Dgl4cTextureViewTests.cpp4781 DE_ASSERT(n_face < m_reference_color_storage->n_faces); in getReferenceColor()
4790 n_layer * (m_reference_color_storage->n_faces * m_reference_color_storage->n_mipmaps * in getReferenceColor()
5537 n_texture_targets, /* n_faces */ in initParentTextureContents()
5632 const unsigned int n_faces = in initParentTextureContents() local
5635 resetReferenceColorStorage(m_iteration_parent_texture_depth / n_faces, /* n_layers */ in initParentTextureContents()
5636 n_faces, m_iteration_parent_texture_n_levels, /* n_mipmaps */ in initParentTextureContents()
5648 for (unsigned int n_layer = 0; n_layer < m_iteration_parent_texture_depth / n_faces; ++n_layer) in initParentTextureContents()
5651 for (unsigned int n_face = 0; n_face < n_faces; ++n_face) in initParentTextureContents()
5698 const unsigned int layer_id = n_layer * n_faces + n_face; in initParentTextureContents()
6382 * @param n_faces Amoun
6389 resetReferenceColorStorage(unsigned int n_layers, unsigned int n_faces, unsigned int n_mipmaps, unsigned int n_samples) resetReferenceColorStorage() argument
[all...]

Completed in 14 milliseconds