Searched refs:Width2 (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texobj.c | 747 assert(baseImage->Width2 == baseImage->Height); in _mesa_test_texobj_completeness() 750 t->Image[face][baseLevel]->Width2 == in _mesa_test_texobj_completeness() 753 t->Image[face][baseLevel]->Width2 != baseImage->Width2) { in _mesa_test_texobj_completeness() 788 width = baseImage->Width2; in _mesa_test_texobj_completeness() 825 if (img->Width2 != width) { in _mesa_test_texobj_completeness() 827 img->Width2); in _mesa_test_texobj_completeness()
|
D | teximage.c | 794 img->Width2 = 0; in clear_teximage_fields() 847 img->Width2 = width - 2 * border; /* == 1 << img->WidthLog2; */ in _mesa_init_teximage_fields_ms() 848 img->WidthLog2 = util_logbase2(img->Width2); in _mesa_init_teximage_fields_ms() 923 img->Width2, img->Height2, img->Depth2); in _mesa_init_teximage_fields_ms() 4199 if (texImage->Width2 != width) in can_avoid_reallocation()
|
D | mtypes.h | 863 GLuint Width2; /**< = Width - 2*Border */ member
|
D | fbobject.c | 509 rb->Width = texImage->Width2; in _mesa_update_texture_renderbuffer()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 856 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 …]
|
D | s_texture.c | 132 if ((texImage->Width == 1 || util_is_power_of_two_or_zero(texImage->Width2)) && in _swrast_init_texture_image()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 547 texImage->Width2, in compressed_tex_fallback_allocate() 598 _mesa_format_row_stride(texImage->TexFormat, texImage->Width2); in st_MapTextureImage() 930 firstImage->Width2 > 0 && in guess_and_alloc_texture() 934 firstImage->Width2, in guess_and_alloc_texture() 939 if (stImage->base.Width2 == u_minify(width, stImage->base.Level) && in guess_and_alloc_texture() 947 stImage->base.Width2, in guess_and_alloc_texture() 3044 firstImage->base.Width2, in st_finalize_texture()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 3397 tw = texImage->Width2; in _mesa_meta_DrawTex()
|