Searched refs:sw0_tmp (Results 1 – 4 of 4) sorted by relevance
2549 unsigned int sw0_tmp; in dml32_CalculatePrefetchSourceLines() local2578 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in dml32_CalculatePrefetchSourceLines()2579 if (sw0_tmp < *VInitPreFill) in dml32_CalculatePrefetchSourceLines()2580 *MaxNumSwath = dml_ceil((*VInitPreFill - sw0_tmp) / SwathHeight, 1) + 1; in dml32_CalculatePrefetchSourceLines()
2392 dml_uint_t sw0_tmp = 0; in CalculatePrefetchSourceLines() local2419 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in CalculatePrefetchSourceLines()2420 if (sw0_tmp < *VInitPreFill) { in CalculatePrefetchSourceLines()2421 …*MaxNumSwath = (dml_uint_t)(dml_ceil((*VInitPreFill - sw0_tmp) / (dml_float_t) SwathHeight, 1) + 1… in CalculatePrefetchSourceLines()
4553 unsigned int sw0_tmp = 0; in CalculatePrefetchSourceLines() local4580 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in CalculatePrefetchSourceLines()4581 if (sw0_tmp < *VInitPreFill) { in CalculatePrefetchSourceLines()4582 … *MaxNumSwath = (unsigned int)(math_ceil2((*VInitPreFill - sw0_tmp) / (double)SwathHeight, 1) + 1); in CalculatePrefetchSourceLines()
1876 unsigned int sw0_tmp = 0; in CalculatePrefetchSourceLines() local1903 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in CalculatePrefetchSourceLines()1904 if (sw0_tmp < *VInitPreFill) { in CalculatePrefetchSourceLines()1905 … *MaxNumSwath = (unsigned int)(math_ceil2((*VInitPreFill - sw0_tmp) / (double)SwathHeight, 1) + 1); in CalculatePrefetchSourceLines()