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