Lines Matching refs:sbox
685 struct pipe_box sbox, dstbox; in r600_resource_copy_region() local
737 sbox.x = util_format_get_nblocksx(src->format, src_box->x); in r600_resource_copy_region()
738 sbox.y = util_format_get_nblocksy(src->format, src_box->y); in r600_resource_copy_region()
739 sbox.z = src_box->z; in r600_resource_copy_region()
740 sbox.width = util_format_get_nblocksx(src->format, src_box->width); in r600_resource_copy_region()
741 sbox.height = util_format_get_nblocksy(src->format, src_box->height); in r600_resource_copy_region()
742 sbox.depth = src_box->depth; in r600_resource_copy_region()
743 src_box = &sbox; in r600_resource_copy_region()
758 sbox = *src_box; in r600_resource_copy_region()
759 sbox.x = util_format_get_nblocksx(src->format, src_box->x); in r600_resource_copy_region()
760 sbox.width = util_format_get_nblocksx(src->format, src_box->width); in r600_resource_copy_region()
761 src_box = &sbox; in r600_resource_copy_region()