Searched refs:is_unity (Results 1 – 2 of 2) sorted by relevance
376 vc4_state->is_unity = (vc4_state->x_scaling[0] == VC4_SCALING_NONE && in vc4_plane_setup_clipping_and_scaling()827 (vc4_state->is_unity ? SCALER_CTL0_UNITY : 0) | in vc4_plane_mode_set()839 if (!vc4_state->is_unity) { in vc4_plane_mode_set()877 (vc4_state->is_unity ? in vc4_plane_mode_set()912 if (!vc4_state->is_unity) { in vc4_plane_mode_set()1163 vc4_state->is_unity = new_vc4_state->is_unity; in vc4_plane_atomic_async_update()
392 bool is_unity; member