Lines Matching refs:base
267 if (util_format_is_compressed(src->base.b.format)) {
268 int bw = util_format_get_blockwidth(src->base.b.format);
269 int bh = util_format_get_blockheight(src->base.b.format);
280 if (util_format_is_compressed(dst->base.b.format)) {
281 int bw = util_format_get_blockwidth(dst->base.b.format);
282 int bh = util_format_get_blockheight(dst->base.b.format);
366 if (util_format_has_alpha1(src->base.b.format) &&
367 util_format_has_alpha(dst->base.b.format))
398 if (dst->base.b.target == PIPE_BUFFER || src->base.b.target == PIPE_BUFFER)