Lines Matching refs:end
894 /* Bifrost needs an empty desc to mark end of prefetching */
1430 .last_layer = info->src.end.layer,
1455 ctx->src.end.x = info->src.end.x;
1456 ctx->src.end.y = info->src.end.y;
1462 ctx->z_scale = (float)(info->src.end.z - info->src.start.z) /
1463 (info->dst.end.z - info->dst.start.z);
1464 assert(info->dst.start.z != info->dst.end.z);
1465 if (info->dst.start.z > info->dst.end.z) {
1467 ctx->dst.last_layer = info->dst.end.z;
1470 ctx->dst.last_layer = info->dst.end.z - 1;
1479 ctx->dst.last_layer = MIN2(info->dst.end.layer, max_layer);
1484 if (info->src.start.z < info->src.end.z)
1505 ASSERTED unsigned nlayers = info->src.end.layer - info->src.start.layer + 1;
1507 assert(nlayers == (info->dst.end.layer - info->dst.start.layer + 1));
1511 unsigned maxx = MIN2(MAX2(info->dst.start.x, info->dst.end.x), dst_w - 1);
1512 unsigned maxy = MIN2(MAX2(info->dst.start.y, info->dst.end.y), dst_h - 1);
1513 unsigned minx = MAX2(MIN3(info->dst.start.x, info->dst.end.x, maxx), 0);
1514 unsigned miny = MAX2(MIN3(info->dst.start.y, info->dst.end.y, maxy), 0);
1534 info->dst.end.x, info->dst.start.y, 0.0, 1.0,
1535 info->dst.start.x, info->dst.end.y, 0.0, 1.0,
1536 info->dst.end.x, info->dst.end.y, 0.0, 1.0,
1566 ctx->src.end.x, ctx->src.start.y, src_z, 1.0,
1567 ctx->src.start.x, ctx->src.end.y, src_z, 1.0,
1568 ctx->src.end.x, ctx->src.end.y, src_z, 1.0,