Searched refs:AlignedCPitch (Results 1 – 7 of 7) sorted by relevance
362 unsigned int AlignedCPitch[DML2_MAX_PLANES]; member
817 double AlignedCPitch[DC__NUM_DPP__MAX]; member
284 unsigned int AlignedCPitch[DML2_MAX_PLANES]; member
1064 …mode_lib->ms.support.AlignedCPitch[k] = (unsigned int)math_ceil2(math_max2(display_cfg->plane_desc… in dml2_core_shared_mode_support()1066 mode_lib->ms.support.AlignedCPitch[k] = display_cfg->plane_descriptors[k].surface.plane1.pitch; in dml2_core_shared_mode_support()1070 mode_lib->ms.support.AlignedCPitch[k] > display_cfg->plane_descriptors[k].surface.plane1.pitch) { in dml2_core_shared_mode_support()1075 …2_printf("DML::%s: k=%u AlignedCPitch = %d\n", __func__, k, mode_lib->ms.support.AlignedCPitch[k]); in dml2_core_shared_mode_support()12177 out->informative.mode_support_info.AlignedCPitch[k] = mode_lib->ms.support.AlignedCPitch[k]; in dml2_core_shared_get_informative()
748 dml_float_t AlignedCPitch[__DML_NUM_PLANES__]; member
3646 mode_lib->vba.AlignedCPitch[k] = dml_ceil( in dml32_ModeSupportAndSystemConfigurationFull()3658 mode_lib->vba.AlignedCPitch[k] = mode_lib->vba.PitchC[k]; in dml32_ModeSupportAndSystemConfigurationFull()3662 || mode_lib->vba.AlignedCPitch[k] > mode_lib->vba.PitchC[k] in dml32_ModeSupportAndSystemConfigurationFull()
5406 … v->AlignedCPitch[k] = dml_ceil(dml_max(v->PitchC[k], v->SurfaceWidthC[k]), v->MacroTileWidthC[k]);5415 v->AlignedCPitch[k] = v->PitchC[k];5418 if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k]