HomeSort by: relevance | last modified time | path
    Searched refs:t_setup (Results 1 - 3 of 3) sorted by relevancy

  /src/games/larn/
main.c 19 static void t_setup(int);
337 t_setup(number);
370 t_setup(int count) function in typeref:typename:void
382 * subroutine to restore normal display screen depending on t_setup()
422 t_setup(count);
475 t_setup(count);
519 t_setup(count);
550 t_setup(count);
580 t_setup(count);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h 513 float t_setup; member in struct:dcn_bw_internal_vars
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c 1662 v->t_setup = (v->v_update_offset_pix[k] + v->v_update_width_pix[k] + v->v_ready_offset_pix[k]) / v->pixel_clock[k];
1673 v->destination_lines_for_prefetch[k] =dcn_bw_floor2(4.0 * (v->v_startup[k] - v->t_wait / (v->htotal[k] / v->pixel_clock[k]) - (v->t_calc + v->t_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dsty_after_scaler + v->dstx_after_scaler / v->htotal[k]) + 0.125), 1.0) / 4;

Completed in 15 milliseconds