Searched refs:max_vp_vert_height (Results 1 – 6 of 6) sorted by relevance
5345 unsigned int max_vp_vert_height; in dml32_CalculateDCCConfiguration() local5405 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in dml32_CalculateDCCConfiguration()5408 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightL… in dml32_CalculateDCCConfiguration()
1356 long max_vp_vert_height = 0; in CalculateDCCConfiguration() local1423 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in CalculateDCCConfiguration()1428 SurfaceHeightLuma > max_vp_vert_height ? in CalculateDCCConfiguration()1429 max_vp_vert_height : SurfaceHeightLuma); in CalculateDCCConfiguration()
1506 int max_vp_vert_height; local1570 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);1573 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu…
1523 int max_vp_vert_height; local1587 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);1590 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu…
2136 dml_uint_t max_vp_vert_height; in CalculateDCCConfiguration() local2199 …max_vp_vert_height = (dml_uint_t)(dml_min((dml_float_t) MAS_vp_vert_limit, detile_buf_vp_vert_limi… in CalculateDCCConfiguration()2202 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu… in CalculateDCCConfiguration()
2093 unsigned int max_vp_vert_height; in CalculateDCCConfiguration() local2139 …max_vp_vert_height = (unsigned int)(math_min2((double)MAS_vp_vert_limit, detile_buf_vp_vert_limit)… in CalculateDCCConfiguration()2142 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu… in CalculateDCCConfiguration()