Searched refs:is_unity (Results 1 – 2 of 2) sorted by relevance
382 vc4_state->is_unity = (vc4_state->x_scaling[0] == VC4_SCALING_NONE && in vc4_plane_setup_clipping_and_scaling()838 (vc4_state->is_unity ? SCALER_CTL0_UNITY : 0) | in vc4_plane_mode_set()850 if (!vc4_state->is_unity) { in vc4_plane_mode_set()888 (vc4_state->is_unity ? in vc4_plane_mode_set()923 if (!vc4_state->is_unity) { in vc4_plane_mode_set()1179 vc4_state->is_unity = new_vc4_state->is_unity; in vc4_plane_atomic_async_update()
391 bool is_unity; member