HomeSort by relevance Sort by last modified time
    Searched refs:Width2 (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/main/
texobj.c 776 assert(baseImage->Width2 == baseImage->Height);
779 t->Image[face][baseLevel]->Width2 ==
782 t->Image[face][baseLevel]->Width2 != baseImage->Width2) {
817 width = baseImage->Width2;
854 if (img->Width2 != width) {
856 img->Width2);
    [all...]
teximage.c 778 img->Width2 = 0;
830 img->Width2 = width - 2 * border; /* == 1 << img->WidthLog2; */
831 img->WidthLog2 = _mesa_logbase2(img->Width2);
909 img->Width2, img->Height2, img->Depth2);
    [all...]
mtypes.h 916 GLuint Width2; /**< = Width - 2*Border */
919 GLuint WidthLog2; /**< = log2(Width2) */
    [all...]
fbobject.c 470 rb->Width = texImage->Width2;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 856 const GLint width = img->Width2; /* without border, power of two */
881 const GLint width = img->Width2;
1123 const GLint width = img->Width2; /* without border, power of two */
    [all...]
s_texture.c 130 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) &&
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 224 texImage->Width2,
270 _mesa_format_row_stride(texImage->TexFormat, texImage->Width2);
512 firstImage->Width2 > 0 &&
516 firstImage->Width2,
521 if (stImage->base.Width2 == u_minify(width, stImage->base.Level) &&
529 stImage->base.Width2,
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 202 milliseconds