Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:src_box

247 				const struct pipe_box *src_box)
253 src, src_level, 0, src_box);
324 const struct pipe_box *src_box)
337 src, src_level, src_box);
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);
351 sbox.z = src_box->z;
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);
354 sbox.depth = src_box->depth;
357 psbox=src_box;