Searched refs:is_unity (Results 1 – 2 of 2) sorted by relevance
389 vc4_state->is_unity = (vc4_state->x_scaling[0] == VC4_SCALING_NONE && in vc4_plane_setup_clipping_and_scaling()970 (vc4_state->is_unity ? SCALER_CTL0_UNITY : 0) | in vc4_plane_mode_set()982 if (!vc4_state->is_unity) { in vc4_plane_mode_set()1015 (vc4_state->is_unity ? in vc4_plane_mode_set()1045 if (!vc4_state->is_unity) { in vc4_plane_mode_set()1330 vc4_state->is_unity = new_vc4_state->is_unity; in vc4_plane_atomic_async_update()
389 bool is_unity; member