Searched refs:MacroTileHeightC (Results 1 – 4 of 4) sorted by relevance
266 unsigned int *MacroTileHeightC, in dml32_CalculateBytePerPixelAndBlockSizes() argument363 *MacroTileHeightC = *BlockHeight256BytesC; in dml32_CalculateBytePerPixelAndBlockSizes()364 if (*MacroTileHeightC == 0) in dml32_CalculateBytePerPixelAndBlockSizes()367 *MacroTileWidthC = 256 / *BytePerPixelC / *MacroTileHeightC; in dml32_CalculateBytePerPixelAndBlockSizes()372 *MacroTileHeightC = 16 * *BlockHeight256BytesC; in dml32_CalculateBytePerPixelAndBlockSizes()373 if (*MacroTileHeightC == 0) in dml32_CalculateBytePerPixelAndBlockSizes()376 *MacroTileWidthC = 65536 / *BytePerPixelC / *MacroTileHeightC; in dml32_CalculateBytePerPixelAndBlockSizes()380 *MacroTileHeightC = 32 * *BlockHeight256BytesC; in dml32_CalculateBytePerPixelAndBlockSizes()381 if (*MacroTileHeightC == 0) in dml32_CalculateBytePerPixelAndBlockSizes()384 *MacroTileWidthC = 65536 * 4 / *BytePerPixelC / *MacroTileHeightC; in dml32_CalculateBytePerPixelAndBlockSizes()[all …]
61 unsigned int *MacroTileHeightC,
1817 &mode_lib->vba.MacroTileHeightC[k], in dml32_ModeSupportAndSystemConfigurationFull()2677 mode_lib->vba.MacroTileHeightC, in dml32_ModeSupportAndSystemConfigurationFull()2729 …pportAndSystemConfigurationFull.SurfParameters[k].BlockHeightC = mode_lib->vba.MacroTileHeightC[k]; in dml32_ModeSupportAndSystemConfigurationFull()
667 unsigned int MacroTileHeightC[DC__NUM_DPP__MAX]; member