Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexobj.c557 assert(baseImage->Width2 == baseImage->Height); in _mesa_test_texobj_completeness()
560 t->Image[face][baseLevel]->Width2 == in _mesa_test_texobj_completeness()
563 t->Image[face][baseLevel]->Width2 != baseImage->Width2) { in _mesa_test_texobj_completeness()
589 width = baseImage->Width2; in _mesa_test_texobj_completeness()
623 if (img->Width2 != width) { in _mesa_test_texobj_completeness()
624 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, img->Width2); in _mesa_test_texobj_completeness()
639 if (img->Width2 != t->Image[0][i]->Width2 || in _mesa_test_texobj_completeness()
Dteximage.c1112 img->Width2 = 0; in clear_teximage_fields()
1159 img->Width2 = width - 2 * border; /* == 1 << img->WidthLog2; */ in _mesa_init_teximage_fields()
1160 img->WidthLog2 = _mesa_logbase2(img->Width2); in _mesa_init_teximage_fields()
1229 img->Width2, img->Height2, img->Depth2); in _mesa_init_teximage_fields()
Dmtypes.h1202 GLuint Width2; /**< = Width - 2*Border */ member
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType16HalftoneDictionary_autogen.cpp71 int64_t SkPdfType16HalftoneDictionary::Width2(SkPdfNativeDoc* doc) { in Width2() function in SkPdfType16HalftoneDictionary
DSkPdfType16HalftoneDictionary_autogen.h531 int64_t Width2(SkPdfNativeDoc* doc);
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c853 const GLint width = img->Width2; /* without border, power of two */ in sample_1d_nearest()
878 const GLint width = img->Width2; in sample_1d_linear()
1120 const GLint width = img->Width2; /* without border, power of two */ in sample_2d_nearest()
1154 const GLint width = img->Width2; in sample_2d_linear()
1219 const GLint width = img->Width2; in sample_2d_linear_repeat()
1721 newCoord[0] = u / ((GLfloat) img->Width2); in sample_2d_ewa()
1799 ds = ux / ((GLfloat) img->Width2); in sample_2d_footprint()
1804 ds = uy / ((GLfloat) img->Width2); in sample_2d_footprint()
2020 const GLint width = img->Width2; /* without border, power of two */ in sample_3d_nearest()
2053 const GLint width = img->Width2; in sample_3d_linear()
[all …]
Ds_texture.c112 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) && in _swrast_init_texture_image()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c337 stImage->base.Width2, in guess_and_alloc_texture()
1220 firstImage->base.Width2, in st_finalize_texture()
Dst_cb_fbo.c432 rb->Width = texImage->Width2; in st_render_texture()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3936 tw = texImage->Width2; in _mesa_meta_DrawTex()