Lines Matching refs:Level
50 * width0, height0, depth0 are the dimensions of the level 0 image
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) ||
207 * layer. The stImage indicates the cube face and mipmap level. The slice
221 GLuint level;
229 level = 0;
231 level = stImage->base.Level;
233 stImage->transfer = pipe_get_transfer(st->pipe, stImage->pt, level,
296 GLuint level,
310 layers = u_minify(dst->depth0, level);
315 dst_transfer = pipe_get_transfer(st->pipe, dst, level, face + i,
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 */
363 * Copy the image at level=0 in 'src' to the 'dst' resource at 'dstLevel'.