Searched refs:RoundedUpSwathSizeBytesY (Results 1 – 3 of 3) sorted by relevance
1310 unsigned int RoundedUpSwathSizeBytesY[DML2_MAX_PLANES]; member
6441 l->RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[k]; in CalculateSwathAndDETConfiguration()6449 l->RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[k] / 2; in CalculateSwathAndDETConfiguration()6457 l->RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[k]; in CalculateSwathAndDETConfiguration()6465 l->RoundedUpSwathSizeBytesY[k] = p->full_swath_bytes_l[k] / 2; in CalculateSwathAndDETConfiguration()6488 } else if (l->RoundedUpSwathSizeBytesY[k] <= 1.5 * l->RoundedUpSwathSizeBytesC[k]) { in CalculateSwathAndDETConfiguration()6507 …intf("DML::%s: k=%u RoundedUpSwathSizeBytesY = %u\n", __func__, k, l->RoundedUpSwathSizeBytesY[k]); in CalculateSwathAndDETConfiguration()6522 …(double)(p->rob_buffer_size_kbytes * 1024 / 64) - (double)(l->RoundedUpSwathSizeBytesY[SurfaceDoin… in CalculateSwathAndDETConfiguration()6524 …eBytesY[%d] = %u\n", __func__, SurfaceDoingUnboundedRequest, l->RoundedUpSwathSizeBytesY[SurfaceDo… in CalculateSwathAndDETConfiguration()6537 …erSizeInkByte * MAXIMUMCOMPRESSION * 1024) > TTUFIFODEPTH * (l->RoundedUpSwathSizeBytesY[k] + l->R… in CalculateSwathAndDETConfiguration()
6659 int RoundedUpSwathSizeBytesY; local6750 RoundedUpSwathSizeBytesY = RoundedUpMaxSwathSizeBytesY;6756 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY;6762 RoundedUpSwathSizeBytesY = RoundedUpMaxSwathSizeBytesY;6767 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY;6775 } else if (RoundedUpSwathSizeBytesY <= 1.5 * RoundedUpSwathSizeBytesC) {