Searched refs:max_vp_vert_height (Results 1 – 7 of 7) sorted by relevance
5344 unsigned int max_vp_vert_height; in dml32_CalculateDCCConfiguration() local5404 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in dml32_CalculateDCCConfiguration()5407 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightL… in dml32_CalculateDCCConfiguration()
1359 long max_vp_vert_height = 0; in CalculateDCCConfiguration() local1426 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in CalculateDCCConfiguration()1431 SurfaceHeightLuma > max_vp_vert_height ? in CalculateDCCConfiguration()1432 max_vp_vert_height : SurfaceHeightLuma); in CalculateDCCConfiguration()
1509 int max_vp_vert_height; local1573 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);1576 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu…
1526 int max_vp_vert_height; local1590 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);1593 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu…
2134 dml_uint_t max_vp_vert_height; in CalculateDCCConfiguration() local2197 …max_vp_vert_height = (dml_uint_t)(dml_min((dml_float_t) MAS_vp_vert_limit, detile_buf_vp_vert_limi… in CalculateDCCConfiguration()2200 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu… in CalculateDCCConfiguration()
4773 unsigned int max_vp_vert_height; in CalculateDCCConfiguration() local4787 …max_vp_vert_height = (unsigned int)(math_min2((double)MAS_vp_vert_limit, detile_buf_vp_vert_limit)… in CalculateDCCConfiguration()4790 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu… in CalculateDCCConfiguration()
2077 unsigned int max_vp_vert_height; in CalculateDCCConfiguration() local2124 …max_vp_vert_height = (unsigned int)(math_min2((double)MAS_vp_vert_limit, detile_buf_vp_vert_limit)… in CalculateDCCConfiguration()2127 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu… in CalculateDCCConfiguration()