Searched refs:prefill_c (Results 1 – 2 of 2) sorted by relevance
760 v->prefill_c[k] =dcn_bw_floor2(v->v_init_c, 1.0); in mode_support_and_system_configuration()761 …v->max_num_sw_c[k] =dcn_bw_ceil2((v->prefill_c[k] - 1.0) / v->swath_height_cper_state[i][j][k], 1.… in mode_support_and_system_configuration()762 if (v->prefill_c[k] > 1.0) { in mode_support_and_system_configuration()763 v->max_partial_sw_c =dcn_bw_mod((v->prefill_c[k] - 2.0), v->swath_height_cper_state[i][j][k]); in mode_support_and_system_configuration()766 …v->max_partial_sw_c =dcn_bw_mod((v->prefill_c[k] + v->swath_height_cper_state[i][j][k] - 2.0), v->… in mode_support_and_system_configuration()874 …if (v->line_times_to_request_prefetch_pixel_data_with_immediate_flip - (v->prefill_c[k] - 3.0) / 2… in mode_support_and_system_configuration()875 …(v->line_times_to_request_prefetch_pixel_data_with_immediate_flip - (v->prefill_c[k] - 3.0) / 2.0)… in mode_support_and_system_configuration()900 …if (v->line_times_to_request_prefetch_pixel_data_without_immediate_flip - (v->prefill_c[k] - 3.0) … in mode_support_and_system_configuration()901 …>line_times_to_request_prefetch_pixel_data_without_immediate_flip - (v->prefill_c[k] - 3.0) / 2.0)… in mode_support_and_system_configuration()
389 float prefill_c[number_of_planes_minus_one + 1]; member