/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.hpp | 217 glw::GLint n_layers, glw::GLint n_mipmap_levels, glw::GLfloat* out_components); 220 glw::GLint n_layers, glw::GLint n_mipmap_levels, glw::GLubyte* out_components); 223 glw::GLint n_layers, glw::GLint n_mipmap_levels, glw::GLuint* out_components); 226 glw::GLint n_layers, glw::GLint n_mipmap_levels, glw::GLint* out_components); 229 glw::GLint n_layers, glw::GLint n_mipmap_levels, glw::GLfloat* out_components); 232 glw::GLint n_layers, glw::GLint n_mipmap_levels, glw::GLuint* out_components); 235 glw::GLint n_layers, glw::GLint n_mipmap_levels, glw::GLubyte* out_components);
|
D | esextcTextureCubeMapArraySampling.cpp | 480 glw::GLint element_index, glw::GLint n_layers, in getExpectedColorFloatComponentsForTexture() argument 483 …getColorFloatComponents(cube_face, element_index, 0 /* mipmap_level */, n_layers, n_mipmap_levels,… in getExpectedColorFloatComponentsForTexture() 496 glw::GLint element_index, glw::GLint n_layers, in getExpectedColorFloatComponentsForTextureLod() argument 506 …getColorFloatComponents(cube_face, element_index, mipmap_level, n_layers, n_mipmap_levels, out_com… in getExpectedColorFloatComponentsForTextureLod() 522 glw::GLint element_index, glw::GLint n_layers, glw::GLint n_mipmap_levels, in getExpectedColorIntComponentsForTexture() argument 525 …getColorIntComponents<T>(cube_face, element_index, 0 /* mipmap_level */, n_layers, n_mipmap_levels… in getExpectedColorIntComponentsForTexture() 541 glw::GLint n_layers, glw::GLint n_mipmap_levels, T* out_components) in getExpectedColorIntComponentsForTextureLod() argument 550 …getColorIntComponents<T>(cube_face, element_index, mipmap_level, n_layers, n_mipmap_levels, out_co… in getExpectedColorIntComponentsForTextureLod() 563 glw::GLint element_index, glw::GLint n_layers, in getExpectedCompressedComponentsForTexture() argument 566 …getCompressedColorUByteComponents(cube_face, element_index, 0 /* mipmap_level */, n_layers, n_mipm… in getExpectedCompressedComponentsForTexture() [all …]
|
D | esextcTextureCubeMapArrayStencilAttachments.hpp | 153 std::string getGeometryShaderCode(const std::string& max_vertices, const std::string& n_layers);
|
D | esextcTextureCubeMapArrayStencilAttachments.cpp | 638 const std::string& n_layers) in getGeometryShaderCode() argument 689 m_geometry_shader_template.replace(template_position, template_name.length(), n_layers); in getGeometryShaderCode()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredRendering.cpp | 258 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].n_layers = 6; /* faces */ in iterate() 267 m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_ARRAY].n_layers = 4; /* layers */ in iterate() 276 m_tests[LAYERED_RENDERING_TEST_ITERATION_3D].n_layers = 4; /* layers */ in iterate() 286 m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_MULTISAMPLE_ARRAY].n_layers = 4; /* layers */ in iterate() 464 for (n_layer = 0; n_layer < m_tests[n_current_test].n_layers; ++n_layer) in iterate()
|
D | esextcGeometryShaderLayeredRendering.hpp | 157 unsigned int n_layers; member
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.hpp | 520 unsigned int n_layers; member 544 n_layers = in_n_layers; in _reference_color_storage() 582 …void resetReferenceColorStorage(unsigned int n_layers, unsigned int n_faces, unsigned int n_mipmap…
|
D | gl4cCopyImageTests.cpp | 2677 const GLuint n_layers = (true == is_multi_layer) ? FUNCTIONAL_TEST_N_LAYERS : 1; in calculateDimmensions() local 2703 out_depths[i] = n_layers; in calculateDimmensions() 2726 GLuint n_layers = 1; in copyAndVerify() local 2739 n_layers = FUNCTIONAL_TEST_N_LAYERS; in copyAndVerify() 2745 n_layers = FUNCTIONAL_TEST_N_LAYERS; in copyAndVerify() 2756 for (GLuint layer = 0; layer < n_layers; ++layer) in copyAndVerify() 3125 const GLuint n_layers = depths[i]; in prepareDstPxls() local 3129 for (GLuint j = 0; j < n_pixels * n_layers; ++j) in prepareDstPxls() 3184 const GLuint n_layers = depths[lvl]; in prepareSrcPxls() local 3189 for (GLuint lay = 0; lay < n_layers; ++lay) in prepareSrcPxls() [all …]
|
D | gl4cShaderImageLoadStoreTests.cpp | 7440 const GLuint n_layers = GetTotalNumberOfLayers(it->m_n_elements, it->m_type); in Run() local 7450 CopyRGBA8Texture(m_destination_texture_id, m_source_texture_id, n_layers); in Run() 7454 …CompareRGBA8Textures(m_destination_texture_id, m_source_texture_id, it->m_edge, n_layers, it->m_ty… in Run() 7543 …CompareRGBA8Textures(GLuint left_texture_id, GLuint right_texture_id, GLuint edge, GLuint n_layers, in CompareRGBA8Textures() argument 7547 const GLuint texture_data_size = edge * edge * n_layers * n_components; in CompareRGBA8Textures() 7553 ExtractTextureData(left_texture_id, edge, n_layers, type, left_texture_data); in CompareRGBA8Textures() 7554 ExtractTextureData(right_texture_id, edge, n_layers, type, right_texture_data); in CompareRGBA8Textures() 7566 void CopyRGBA8Texture(GLuint destination_texture_id, GLuint source_texture_id, GLuint n_layers) in CopyRGBA8Texture() argument 7568 for (GLuint layer = 0; layer < n_layers; ++layer) in CopyRGBA8Texture() 7645 const GLuint n_layers = GetTotalNumberOfLayers(n_elements, target); in CreateRGBA8DestinationTexture() local [all …]
|
D | gl4cTextureViewTests.cpp | 4784 DE_ASSERT(n_layer < m_reference_color_storage->n_layers); in getReferenceColor() 6391 void TextureViewTestViewSampling::resetReferenceColorStorage(unsigned int n_layers, unsigned int n_… in resetReferenceColorStorage() argument 6395 DE_ASSERT(n_layers >= 1); in resetReferenceColorStorage() 6404 m_reference_color_storage = new _reference_color_storage(n_faces, n_layers, n_mipmaps, n_samples); in resetReferenceColorStorage() 6410 m_reference_color_storage->n_layers = n_layers; in resetReferenceColorStorage() 6424 m_reference_color_storage->data = new tcu::Vec4[n_layers * n_faces * n_mipmaps * n_samples]; in resetReferenceColorStorage() 6448 DE_ASSERT(n_layer < m_reference_color_storage->n_layers); in setReferenceColor()
|
/external/libhevc/encoder/ |
D | hme_interface.h | 998 S32 hme_get_blk_size(S32 use_4x4, S32 layer_id, S32 n_layers, S32 encode);
|
D | hme_interface.c | 691 S32 n_layers = ps_prms->num_simulcast_layers; in hme_validate_init_prms() local 694 if(n_layers > (MAX_NUM_LAYERS - 1)) in hme_validate_init_prms() 697 if(n_layers < 1) in hme_validate_init_prms() 702 if(ps_prms->a_wd[n_layers - 1] < 2 * (MIN_WD_COARSE)) in hme_validate_init_prms() 704 if(ps_prms->a_ht[n_layers - 1] < 2 * (MIN_HT_COARSE)) in hme_validate_init_prms() 4745 S32 hme_get_blk_size(S32 use_4x4, S32 layer_id, S32 n_layers, S32 encode) in hme_get_blk_size() argument 4748 if(layer_id == n_layers - 1) in hme_get_blk_size()
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 8813 int n_layers = 1, i; in vrend_renderer_blit_int() local 9004 n_layers = info->dst.box.depth; in vrend_renderer_blit_int() 9005 for (i = 0; i < n_layers; i++) { in vrend_renderer_blit_int()
|