Lines Matching refs:src_w
514 vc4_state->src_w[0] = state->src.x2 - vc4_state->src_x;
526 vc4_state->x_scaling[0] = vc4_get_scaling_mode(vc4_state->src_w[0],
537 vc4_state->src_w[1] = vc4_state->src_w[0] / h_subsample;
541 vc4_get_scaling_mode(vc4_state->src_w[1],
677 * It's not an issue though, since in that case since src_w[0] is going
683 pix_per_line = vc4_state->src_w[0] >> 16;
759 width = state->src_w >> 16;
761 width = min(state->src_w >> 16, state->crtc_w);
844 vc4_write_ppf(vc4_state, vc4_state->src_w[channel],
857 vc4_write_tpz(vc4_state, vc4_state->src_w[channel],
902 * (vc4_state->src_w[i] >> 16) * (vc4_state->src_h[i] >> 16) *
914 vc4_state->membus_load += (vc4_state->src_w[i] >> 16) *
1236 if (!vc4_state->src_w[0] || !vc4_state->src_h[0] ||
1243 width = vc4_state->src_w[0] >> 16;
1457 if (((vc4_state->src_x + vc4_state->src_w[0]) & 0xffff) &&
1458 vc4_state->src_x + vc4_state->src_w[0] < (state->fb->width << 16))
1766 if (!vc4_state->src_w[0] || !vc4_state->src_h[0] ||
1775 width = vc4_state->src_w[0] >> 16;
1923 if (((vc4_state->src_x + vc4_state->src_w[0]) & 0xffff) &&
1924 vc4_state->src_x + vc4_state->src_w[0] < (state->fb->width << 16))
2157 if (!vc4_state->src_w[0] || !vc4_state->src_h[0] ||
2284 plane->state->src_w = new_plane_state->src_w;
2306 memcpy(vc4_state->src_w, new_vc4_state->src_w,
2307 sizeof(vc4_state->src_w));