Lines Matching refs:last_layer
662 key.surfaces[0].array = views->src_z->first_layer != views->src_z->last_layer;
672 key.surfaces[1].array = views->src_s->first_layer != views->src_s->last_layer;
688 key.surfaces[i].array = views->src_rts[i]->first_layer != views->src_rts[i]->last_layer;
1430 .last_layer = info->src.end.layer,
1446 .last_layer = info->dst.start.layer,
1467 ctx->dst.last_layer = info->dst.end.z;
1470 ctx->dst.last_layer = info->dst.end.z - 1;
1473 ctx->dst.last_layer = MIN2(MAX2(ctx->dst.last_layer, 0), max_z);
1479 ctx->dst.last_layer = MIN2(info->dst.end.layer, max_layer);
1551 (ctx->dst.last_layer >= ctx->dst.layer_offset &&
1552 ctx->dst.cur_layer > ctx->dst.last_layer) ||
1553 (ctx->dst.last_layer < ctx->dst.layer_offset &&
1554 ctx->dst.cur_layer < ctx->dst.last_layer))