Lines Matching refs:sbox
683 struct pipe_box sbox, dstbox; in r600_resource_copy_region() local
735 sbox.x = util_format_get_nblocksx(src->format, src_box->x); in r600_resource_copy_region()
736 sbox.y = util_format_get_nblocksy(src->format, src_box->y); in r600_resource_copy_region()
737 sbox.z = src_box->z; in r600_resource_copy_region()
738 sbox.width = util_format_get_nblocksx(src->format, src_box->width); in r600_resource_copy_region()
739 sbox.height = util_format_get_nblocksy(src->format, src_box->height); in r600_resource_copy_region()
740 sbox.depth = src_box->depth; in r600_resource_copy_region()
741 src_box = &sbox; in r600_resource_copy_region()
756 sbox = *src_box; in r600_resource_copy_region()
757 sbox.x = util_format_get_nblocksx(src->format, src_box->x); in r600_resource_copy_region()
758 sbox.width = util_format_get_nblocksx(src->format, src_box->width); in r600_resource_copy_region()
759 src_box = &sbox; in r600_resource_copy_region()