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