Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:format

131 			surf_tmpl.format = texture->real_format;
139 surf_tmpl.format = texture->flushed_depth_texture->real_format;
203 fb->nr_cbufs, buffers, fb->nr_cbufs ? fb->cbufs[0]->format : PIPE_FORMAT_NONE,
258 unsigned format;
277 orig->format = tex->format;
290 new_width = util_format_get_nblocksx(tex->format, orig->width0);
291 new_height = util_format_get_nblocksy(tex->format, orig->height0);
295 tex->format = new_format;
296 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x);
297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y);
298 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x);
299 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y);
309 tex->format = orig->format;
346 if (util_format_is_compressed(src->format)) {
349 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x);
350 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y);
352 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width);
353 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height);
359 if (util_format_is_compressed(dst->format)) {
363 dstx = util_format_get_nblocksx(orig_info[1].format, dstx);
364 dsty = util_format_get_nblocksy(orig_info[1].format, dsty);