Searched refs:PixelPTEReqHeight (Results 1 – 4 of 4) sorted by relevance
474 unsigned int *PixelPTEReqHeight,
230 unsigned int *PixelPTEReqHeight,1820 unsigned int *PixelPTEReqHeight,1920 *PixelPTEReqHeight = 1;1926 *PixelPTEReqHeight = 16 * BlockHeight256Bytes;1932 *PixelPTEReqHeight = MacroTileHeight;1943 *dpte_row_height = *PixelPTEReqHeight;1948 …ow_width_ub = (dml_ceil((double) (SwathWidth - 1) / *PixelPTEReqHeight, 1) + 1) * *PixelPTEReqHeig…1949 *PixelPTEBytesPerRow = *dpte_row_width_ub / *PixelPTEReqHeight * *PTERequestSize;
4361 *p->PixelPTEReqHeight = 0; in CalculateVMAndRowBytes()4410 *p->PixelPTEReqHeight = 1; in CalculateVMAndRowBytes()4418 *p->PixelPTEReqHeight = p->MacroTileHeight; in CalculateVMAndRowBytes()4427 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes()4431 *p->vmpg_height = *p->PixelPTEReqHeight; in CalculateVMAndRowBytes()4435 *p->PixelPTEReqHeight = p->MacroTileHeight; in CalculateVMAndRowBytes()4451 dml2_printf("DML::%s: PixelPTEReqHeight = %u\n", __func__, *p->PixelPTEReqHeight); in CalculateVMAndRowBytes()4461 …Pitch * (double)*p->dpte_row_height_one_row_per_frame / (double)*p->PixelPTEReqHeight - 1) / (doub… in CalculateVMAndRowBytes()4480 *p->dpte_row_height = *p->PixelPTEReqHeight; in CalculateVMAndRowBytes()4483 …ceil2(((double)p->Pitch * (double)*p->dpte_row_height / (double)*p->PixelPTEReqHeight - 1) / (doub… in CalculateVMAndRowBytes()[all …]
1295 unsigned int *PixelPTEReqHeight; member