Searched refs:AlignedYPitch (Results 1 – 7 of 7) sorted by relevance
361 unsigned int AlignedYPitch[DML2_MAX_PLANES]; member
816 double AlignedYPitch[DC__NUM_DPP__MAX]; member
283 unsigned int AlignedYPitch[DML2_MAX_PLANES]; member
1058 …mode_lib->ms.support.AlignedYPitch[k] = (unsigned int)math_ceil2(math_max2(display_cfg->plane_desc… in dml2_core_shared_mode_support()1069 …if (mode_lib->ms.support.AlignedYPitch[k] > display_cfg->plane_descriptors[k].surface.plane0.pitch… in dml2_core_shared_mode_support()1073 …2_printf("DML::%s: k=%u AlignedYPitch = %d\n", __func__, k, mode_lib->ms.support.AlignedYPitch[k]); in dml2_core_shared_mode_support()12176 out->informative.mode_support_info.AlignedYPitch[k] = mode_lib->ms.support.AlignedYPitch[k]; in dml2_core_shared_get_informative()
747 dml_float_t AlignedYPitch[__DML_NUM_PLANES__]; member
3631 mode_lib->vba.AlignedYPitch[k] = dml_ceil( in dml32_ModeSupportAndSystemConfigurationFull()3661 if (mode_lib->vba.AlignedYPitch[k] > mode_lib->vba.PitchY[k] in dml32_ModeSupportAndSystemConfigurationFull()
5397 v->AlignedYPitch[k] = dml_ceil(dml_max(v->PitchY[k], v->SurfaceWidthY[k]), v->MacroTileWidthY[k]);5418 if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k]