Lines Matching defs:level
384 unsigned level,
393 level,
458 dst->u.tex.level, dstx, dsty,
579 uint64_t zstencil, unsigned level,
594 level,
617 unsigned level,
624 if (level > tex->last_level)
646 level, box->x, box->y, box->z,
652 util_clear_color_texture(pipe, tex, tex->format, &color, level,
685 clear_flags, zstencil, dst->u.tex.level,
696 unsigned level)
707 width = u_minify(res->width0, level);
713 width = u_minify(res->width0, level);
714 height = u_minify(res->height0, level);
718 width = u_minify(res->width0, level);
719 height = u_minify(res->height0, level);
720 depth = u_minify(res->depth0, level);
723 width = u_minify(res->width0, level);
724 height = u_minify(res->height0, level);
728 width = u_minify(res->width0, level);
733 width = u_minify(res->width0, level);
734 height = u_minify(res->height0, level);
738 width = u_minify(res->width0, level);
739 height = u_minify(res->height0, level);
819 blit->src.level) ||
821 blit->dst.level)) {
850 ctx->resource_copy_region(ctx, blit->dst.resource, blit->dst.level,
853 blit->src.resource, blit->src.level,