Lines Matching refs:VC4_SCALING_PPF
269 return VC4_SCALING_PPF; in vc4_get_scaling_mode()
419 case VC4_SCALING_PPF << 2 | VC4_SCALING_PPF: in vc4_get_scl_field()
421 case VC4_SCALING_TPZ << 2 | VC4_SCALING_PPF: in vc4_get_scl_field()
423 case VC4_SCALING_PPF << 2 | VC4_SCALING_TPZ: in vc4_get_scl_field()
427 case VC4_SCALING_PPF << 2 | VC4_SCALING_NONE: in vc4_get_scl_field()
429 case VC4_SCALING_NONE << 2 | VC4_SCALING_PPF: in vc4_get_scl_field()
554 vc4_state->x_scaling[1] = VC4_SCALING_PPF; in vc4_plane_setup_clipping_and_scaling()
560 vc4_state->y_scaling[1] = VC4_SCALING_PPF; in vc4_plane_setup_clipping_and_scaling()
715 case VC4_SCALING_PPF: in vc4_lbm_words_per_component()
843 if (vc4_state->x_scaling[channel] == VC4_SCALING_PPF) { in vc4_write_scaling_parameters()
849 if (vc4_state->y_scaling[channel] == VC4_SCALING_PPF) { in vc4_write_scaling_parameters()
1656 if (vc4_state->x_scaling[0] == VC4_SCALING_PPF || in vc4_plane_mode_set()
1657 vc4_state->y_scaling[0] == VC4_SCALING_PPF || in vc4_plane_mode_set()
1658 vc4_state->x_scaling[1] == VC4_SCALING_PPF || in vc4_plane_mode_set()
1659 vc4_state->y_scaling[1] == VC4_SCALING_PPF) { in vc4_plane_mode_set()
2068 if (vc4_state->x_scaling[0] == VC4_SCALING_PPF || in vc6_plane_mode_set()
2069 vc4_state->y_scaling[0] == VC4_SCALING_PPF || in vc6_plane_mode_set()
2070 vc4_state->x_scaling[1] == VC4_SCALING_PPF || in vc6_plane_mode_set()
2071 vc4_state->y_scaling[1] == VC4_SCALING_PPF) { in vc6_plane_mode_set()