Searched refs:bytes_pp (Results 1 – 3 of 3) sorted by relevance
3479 double bytes_pp; in dml32_CalculatePrefetchSchedule() local3633 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4; in dml32_CalculatePrefetchSchedule()3635 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC; in dml32_CalculatePrefetchSchedule()3640 prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerSurface, in dml32_CalculatePrefetchSchedule()3692 dml_print("DML::%s: bytes_pp = %f\n", __func__, bytes_pp); in dml32_CalculatePrefetchSchedule()
930 double bytes_pp; local1074 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;1076 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;1078 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;
909 double bytes_pp; local1053 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;1055 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;1057 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;