Searched refs:MacroTileHeight (Results 1 – 2 of 2) sorted by relevance
1161 MacroTileSizeBytes = p->MacroTileWidth * p->BytePerPixel * p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()1164 …tart + p->ViewportHeight + p->MacroTileHeight - 1, p->MacroTileHeight) - math_floor2(p->ViewportYS… in dcn5_calculate_vm_and_row_bytes()1166 …(unsigned int)(math_ceil2((double)p->ViewportHeight - 1, p->MacroTileHeight) + p->MacroTileHeight); in dcn5_calculate_vm_and_row_bytes()1168 …b = (unsigned int)(math_ceil2((double)p->SwathWidth - 1, p->MacroTileHeight) + p->MacroTileHeight); in dcn5_calculate_vm_and_row_bytes()1189 DML_LOG_VERBOSE("DML::%s: MacroTileHeight = %u\n", __func__, p->MacroTileHeight); in dcn5_calculate_vm_and_row_bytes()1209 *p->PixelPTEReqHeight = p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()1210 …*p->PixelPTEReqWidth = 8 * 1024 * p->GPUVMMinPageSizeKBytes / (p->MacroTileHeight * p->BytePerPixe… in dcn5_calculate_vm_and_row_bytes()1213 *p->vmpg_height = p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()1214 *p->vmpg_width = 1024 * p->GPUVMMinPageSizeKBytes / (p->MacroTileHeight * p->BytePerPixel); in dcn5_calculate_vm_and_row_bytes()1226 *p->PixelPTEReqHeight = p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()[all …]
1555 unsigned int MacroTileHeight; member