Home | History | Annotate | Download | only in r600

Lines Matching refs:sbox

678 	struct pipe_box sbox;
715 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x);
716 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y);
717 sbox.z = src_box->z;
718 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width);
719 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height);
720 sbox.depth = src_box->depth;
721 psbox = &sbox;
735 sbox = *src_box;
736 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x);
737 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width);
738 psbox = &sbox;