Searched refs:is_unity (Results 1 – 2 of 2) sorted by relevance
384 vc4_state->is_unity = (vc4_state->x_scaling[0] == VC4_SCALING_NONE && in vc4_plane_setup_clipping_and_scaling()840 (vc4_state->is_unity ? SCALER_CTL0_UNITY : 0) | in vc4_plane_mode_set()852 if (!vc4_state->is_unity) { in vc4_plane_mode_set()890 (vc4_state->is_unity ? in vc4_plane_mode_set()925 if (!vc4_state->is_unity) { in vc4_plane_mode_set()1181 vc4_state->is_unity = new_vc4_state->is_unity; in vc4_plane_atomic_async_update()
391 bool is_unity; member