Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:u_minify

178       width = u_minify(width, 1);
179 height = u_minify(height, 1);
180 depth = u_minify(depth, 1);
377 assert(layer < (u_minify(resource->depth0, level) + resource->array_size - 1));
570 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
571 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
794 const unsigned width = u_minify(lpr->base.width0, level);
795 const unsigned height = u_minify(lpr->base.height0, level);
1037 const unsigned width = u_minify(lpr->base.width0, level);
1038 const unsigned height = u_minify(lpr->base.height0, level);