Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:u_minify

195    if (ptWidth != u_minify(pt->width0, image->Level) ||
196 ptHeight != u_minify(pt->height0, image->Level) ||
197 ptDepth != u_minify(pt->depth0, image->Level) ||
310 layers = u_minify(dst->depth0, level);
317 u_minify(dst->width0, level),
318 u_minify(dst->height0, level));
325 u_minify(dst->width0, level),
326 u_minify(dst->height0, level)); /* width, height */
374 GLuint width = u_minify(dst->width0, dstLevel);
375 GLuint height = u_minify(dst->height0, dstLevel);
376 GLuint depth = u_minify(dst->depth0, dstLevel);
380 if (u_minify(src->width0, srcLevel) != width ||
381 u_minify(src->height0, srcLevel) != height ||
382 u_minify(src->depth0, srcLevel) != depth) {