Searched refs:SwathWidthGranularityY (Results 1 – 4 of 4) sorted by relevance
2727 double SwathWidthGranularityY; in dml20_DisplayPipeConfiguration() local2873 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in dml20_DisplayPipeConfiguration()2876 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in dml20_DisplayPipeConfiguration()4307 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20_ModeSupportAndSystemConfigurationFull()4308 …athSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->SwathWidthGranularityY) in dml20_ModeSupportAndSystemConfigurationFull()4309 … + locals->SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[k]; in dml20_ModeSupportAndSystemConfigurationFull()
2800 double SwathWidthGranularityY; in dml20v2_DisplayPipeConfiguration() local2946 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in dml20v2_DisplayPipeConfiguration()2949 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in dml20v2_DisplayPipeConfiguration()4428 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20v2_ModeSupportAndSystemConfigurationFull()4429 …athSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->SwathWidthGranularityY) in dml20v2_ModeSupportAndSystemConfigurationFull()4430 … + locals->SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[k]; in dml20v2_ModeSupportAndSystemConfigurationFull()
2825 double SwathWidthGranularityY; in DisplayPipeConfiguration() local2968 SwathWidthGranularityY = 256 / dml_ceil(BytePerPixDETY, 1) / MaximumSwathHeightY; in DisplayPipeConfiguration()2971 SwathWidthGranularityY) + SwathWidthGranularityY) * BytePerPixDETY in DisplayPipeConfiguration()4545 mode_lib->vba.SwathWidthGranularityY = 256.0 in dml21_ModeSupportAndSystemConfigurationFull()4549 (dml_ceil(locals->SwathWidthYThisState[k] - 1.0, mode_lib->vba.SwathWidthGranularityY) in dml21_ModeSupportAndSystemConfigurationFull()4550 …+ mode_lib->vba.SwathWidthGranularityY) * locals->BytePerPixelInDETY[k] * locals->MaxSwathHeightY[… in dml21_ModeSupportAndSystemConfigurationFull()
716 double SwathWidthGranularityY; member