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

  /external/mesa3d/src/mesa/swrast/
s_texture.c 131 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) &&
s_texfilter.c 1124 const GLint height = img->Height2; /* without border, power of two */
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 779 img->Height2 = 0;
841 img->Height2 = 0;
843 img->Height2 = 1;
853 img->Height2 = height; /* no border */
876 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
877 img->HeightLog2 = _mesa_logbase2(img->Height2);
890 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
891 img->HeightLog2 = _mesa_logbase2(img->Height2);
897 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
898 img->HeightLog2 = _mesa_logbase2(img->Height2);
    [all...]
texobj.c 780 t->Image[face][baseLevel]->Height2);
818 height = baseImage->Height2;
859 if (img->Height2 != height) {
861 img->Height2);
    [all...]
mtypes.h 917 GLuint Height2; /**< = Height - 2*Border */
920 GLuint HeightLog2; /**< = log2(Height2) */
    [all...]
fbobject.c 471 rb->Height = texImage->Height2;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 225 texImage->Height2,
273 z * stride * texImage->Height2 / 4;
513 firstImage->Height2 > 0 &&
517 firstImage->Height2,
522 stImage->base.Height2 == u_minify(height, stImage->base.Level) &&
530 stImage->base.Height2,
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 175 milliseconds