Searched refs:bytes_pp (Results 1 – 7 of 7) sorted by relevance
3481 double bytes_pp; in dml32_CalculatePrefetchSchedule() local3635 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4; in dml32_CalculatePrefetchSchedule()3637 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC; in dml32_CalculatePrefetchSchedule()3642 prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerSurface, in dml32_CalculatePrefetchSchedule()3694 dml_print("DML::%s: bytes_pp = %f\n", __func__, bytes_pp); in dml32_CalculatePrefetchSchedule()
1249 double bytes_pp; member
5181 s->bytes_pp = 0.0; in CalculatePrefetchSchedule()5371 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC / 4.0; in CalculatePrefetchSchedule()5373 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC; in CalculatePrefetchSchedule()5511 dml2_printf("DML::%s: bytes_pp = %f\n", __func__, s->bytes_pp); in CalculatePrefetchSchedule()
1867 dml_float_t bytes_pp; member
1034 s->bytes_pp = 0.0; in CalculatePrefetchSchedule()1180 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC / 4; in CalculatePrefetchSchedule()1182 s->bytes_pp = p->myPipe->BytePerPixelY + p->myPipe->BytePerPixelC; in CalculatePrefetchSchedule()1185 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (dml_float_t)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()1241 dml_print("DML::%s: bytes_pp = %f\n", __func__, s->bytes_pp); in CalculatePrefetchSchedule()
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;
927 double bytes_pp; local1071 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;1073 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;1075 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;