Lines Matching refs:sbox
328 struct pipe_box sbox; in r600_resource_copy_region() local
349 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x); in r600_resource_copy_region()
350 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y); in r600_resource_copy_region()
351 sbox.z = src_box->z; in r600_resource_copy_region()
352 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width); in r600_resource_copy_region()
353 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height); in r600_resource_copy_region()
354 sbox.depth = src_box->depth; in r600_resource_copy_region()
355 psbox=&sbox; in r600_resource_copy_region()
387 struct pipe_box sbox; in r600_blit_push_depth() local
389 sbox.x = sbox.y = sbox.z = 0; in r600_blit_push_depth()
390 sbox.width = texture->resource.b.b.width0; in r600_blit_push_depth()
391 sbox.height = texture->resource.b.b.height0; in r600_blit_push_depth()
393 sbox.depth = 1; in r600_blit_push_depth()
398 &sbox); in r600_blit_push_depth()