Searched refs:MAS_vp_vert_limit (Results 1 – 6 of 6) sorted by relevance
5343 unsigned int MAS_vp_vert_limit; in dml32_CalculateDCCConfiguration() local5403 MAS_vp_vert_limit = SourcePixelFormat == dm_rgbe_alpha ? 3840 : (BytePerPixelY == 8 ? 3072 : 6144); in dml32_CalculateDCCConfiguration()5405 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in dml32_CalculateDCCConfiguration()
1354 long MAS_vp_vert_limit = 0; in CalculateDCCConfiguration() local1421 MAS_vp_vert_limit = (BytePerPixelC > 0 ? 2880 : 5760); in CalculateDCCConfiguration()1423 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in CalculateDCCConfiguration()
1504 int MAS_vp_vert_limit; local1568 MAS_vp_vert_limit = (BytePerPixelC > 0 ? 2880 : 5760);1570 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);
1521 int MAS_vp_vert_limit; local1585 MAS_vp_vert_limit = (BytePerPixelC > 0 ? 2880 : 5760);1587 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);
2134 dml_uint_t MAS_vp_vert_limit; in CalculateDCCConfiguration() local2197 …MAS_vp_vert_limit = SourcePixelFormat == dml_rgbe_alpha ? 3840 : (BytePerPixelY == 8 ? 3072 : 6144… in CalculateDCCConfiguration()2199 …max_vp_vert_height = (dml_uint_t)(dml_min((dml_float_t) MAS_vp_vert_limit, detile_buf_vp_vert_limi… in CalculateDCCConfiguration()
2091 unsigned int MAS_vp_vert_limit; in CalculateDCCConfiguration() local2137 …MAS_vp_vert_limit = SourcePixelFormat == dml2_rgbe_alpha ? 3840 : (BytePerPixelY == 8 ? 3072 : 614… in CalculateDCCConfiguration()2139 …max_vp_vert_height = (unsigned int)(math_min2((double)MAS_vp_vert_limit, detile_buf_vp_vert_limit)… in CalculateDCCConfiguration()