Home
last modified time | relevance | path

Searched refs:Width2 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexobj.c771 assert(baseImage->Width2 == baseImage->Height); in _mesa_test_texobj_completeness()
774 t->Image[face][baseLevel]->Width2 == in _mesa_test_texobj_completeness()
777 t->Image[face][baseLevel]->Width2 != baseImage->Width2) { in _mesa_test_texobj_completeness()
812 width = baseImage->Width2; in _mesa_test_texobj_completeness()
849 if (img->Width2 != width) { in _mesa_test_texobj_completeness()
851 img->Width2); in _mesa_test_texobj_completeness()
Dteximage.c811 img->Width2 = 0; in clear_teximage_fields()
863 img->Width2 = width - 2 * border; /* == 1 << img->WidthLog2; */ in _mesa_init_teximage_fields_ms()
864 img->WidthLog2 = _mesa_logbase2(img->Width2); in _mesa_init_teximage_fields_ms()
939 img->Width2, img->Height2, img->Depth2); in _mesa_init_teximage_fields_ms()
3798 if (texImage->Width2 != width) in can_avoid_reallocation()
Dmtypes.h941 GLuint Width2; /**< = Width - 2*Border */ member
Dfbobject.c479 rb->Width = texImage->Width2; in _mesa_update_texture_renderbuffer()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c856 const GLint width = img->Width2; /* without border, power of two */ in sample_1d_nearest()
881 const GLint width = img->Width2; in sample_1d_linear()
1123 const GLint width = img->Width2; /* without border, power of two */ in sample_2d_nearest()
1157 const GLint width = img->Width2; in sample_2d_linear()
1222 const GLint width = img->Width2; in sample_2d_linear_repeat()
1726 newCoord[0] = u / ((GLfloat) img->Width2); in sample_2d_ewa()
1804 ds = ux / ((GLfloat) img->Width2); in sample_2d_footprint()
1809 ds = uy / ((GLfloat) img->Width2); in sample_2d_footprint()
2025 const GLint width = img->Width2; /* without border, power of two */ in sample_3d_nearest()
2058 const GLint width = img->Width2; in sample_3d_linear()
[all …]
Ds_texture.c130 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) && in _swrast_init_texture_image()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c239 texImage->Width2, in etc_fallback_allocate()
285 _mesa_format_row_stride(texImage->TexFormat, texImage->Width2); in st_MapTextureImage()
528 firstImage->Width2 > 0 && in guess_and_alloc_texture()
532 firstImage->Width2, in guess_and_alloc_texture()
537 if (stImage->base.Width2 == u_minify(width, stImage->base.Level) && in guess_and_alloc_texture()
545 stImage->base.Width2, in guess_and_alloc_texture()
2528 firstImage->base.Width2, in st_finalize_texture()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3414 tw = texImage->Width2; in _mesa_meta_DrawTex()