Searched refs:SwathWidthYSingleDPP (Results 1 – 6 of 6) sorted by relevance
791 double SwathWidthYSingleDPP[DC__NUM_DPP__MAX]; member
417 double SwathWidthYSingleDPP[DML2_MAX_PLANES]; member
897 …mode_lib->ms.SwathWidthYSingleDPP[k] = display_cfg->plane_descriptors[k].composition.viewport.plan… in dml2_core_shared_mode_support()900 …mode_lib->ms.SwathWidthYSingleDPP[k] = display_cfg->plane_descriptors[k].composition.viewport.plan… in dml2_core_shared_mode_support()906 …mode_lib->ms.SurfaceReadBandwidthLuma[k] = mode_lib->ms.SwathWidthYSingleDPP[k] * math_ceil2(mode_… in dml2_core_shared_mode_support()913 …double old_ReadBandwidthLuma = mode_lib->ms.SwathWidthYSingleDPP[k] * math_ceil2(mode_lib->ms.Byte… in dml2_core_shared_mode_support()914 …double old_ReadBandwidthChroma = mode_lib->ms.SwathWidthYSingleDPP[k] / 2 * math_ceil2(mode_lib->m… in dml2_core_shared_mode_support()
1825 v->SwathWidthYSingleDPP[k] = mode_lib->vba.ViewportWidth[k]; in dml32_ModeSupportAndSystemConfigurationFull()1828 v->SwathWidthYSingleDPP[k] = mode_lib->vba.ViewportHeight[k]; in dml32_ModeSupportAndSystemConfigurationFull()1833 v->ReadBandwidthLuma[k] = v->SwathWidthYSingleDPP[k] * dml_ceil(v->BytePerPixelInDETY[k], 1.0) in dml32_ModeSupportAndSystemConfigurationFull()1835 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml32_ModeSupportAndSystemConfigurationFull()
858 dml_float_t SwathWidthYSingleDPP[__DML_NUM_PLANES__]; member
3861 v->SwathWidthYSingleDPP[k] = v->ViewportWidth[k];3864 v->SwathWidthYSingleDPP[k] = v->ViewportHeight[k];3869 v->ReadBandwidthLuma[k] = v->SwathWidthYSingleDPP[k] * dml_ceil(v->BytePerPixelInDETY[k], 1.0)3871 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.…