Lines Matching defs:width
559 "plane: %d, target: %d vs %d, width: %d vs %d, height: %d vs %d, "
739 /* first_plane.width = width_multiplier * planes[res->plane_slice].width*/
745 ptrans->box.width = width_multiplier * original_box->width;
751 ptrans->box.width = util_format_get_plane_width(res->overall_format, plane_slice, ptrans->box.width);
771 int width = util_format_get_plane_width(res->base.b.format, plane_slice, res->first_plane->width0);
774 strides[plane_slice] = align(util_format_get_stride(cur_plane_resource->format, width),
999 buf_loc.PlacedFootprint.Footprint.Width = ALIGN(trans->base.b.box.width,
1048 trans->base.b.box.width, trans->base.b.box.height, trans->base.b.box.depth,
1122 box->width, box->height, depth);
1128 src_box.right = box->x + box->width;
1155 trans->base.b.box.width, trans->base.b.box.height, trans->base.b.box.depth,
1205 uint64_t width)
1226 width);
1244 range.End = linear_offset(box->x + box->width,
1341 int width = copy_whole_resource ? res->base.b.width0 : box->width;
1344 trans->base.b.stride = align(util_format_get_stride(res->base.b.format, width),
1351 trans->zs_cpu_copy_stride = align(util_format_get_stride(res->base.b.format, box->width),
1433 trans->base.b.box.width, trans->base.b.box.height);
1442 trans->base.b.box.width, trans->base.b.box.height);
1445 trans->base.b.box.width, trans->base.b.box.height);
1517 trans->zs_cpu_copy_stride, trans->base.b.box.width,
1520 trans->zs_cpu_copy_stride, trans->base.b.box.width,
1529 trans->zs_cpu_copy_stride, trans->base.b.box.width,
1532 trans->zs_cpu_copy_stride, trans->base.b.box.width,
1583 ptrans->stride = util_format_get_stride(pres->format, box->width);
1671 ptrans->stride = align(util_format_get_stride(pres->format, box->width),
1703 staging_res_size = align(box->width + aligned_x,
1726 transfer_buf_to_buf(ctx, res, staging_res, src_offset, dst_offset, box->width);
1826 transfer_buf_to_buf(ctx, staging_res, res, src_offset, dst_offset, ptrans->box.width);
1836 range.End = ptrans->box.x + ptrans->box.width;