Searched refs:bytes_pp (Results 1 – 4 of 4) sorted by relevance
1428 unsigned int bytes_pp; in vmw_create_bo_proxy() local1435 bytes_pp = 4; in vmw_create_bo_proxy()1441 bytes_pp = 2; in vmw_create_bo_proxy()1446 bytes_pp = 1; in vmw_create_bo_proxy()1458 metadata.base_size.width = mode_cmd->pitches[0] / bytes_pp; in vmw_create_bo_proxy()
3478 double bytes_pp; in dml32_CalculatePrefetchSchedule() local3632 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4; in dml32_CalculatePrefetchSchedule()3634 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC; in dml32_CalculatePrefetchSchedule()3639 prefetch_bw_oto = dml_max(bytes_pp * myPipe->PixelClock / myPipe->DPPPerSurface, in dml32_CalculatePrefetchSchedule()3691 dml_print("DML::%s: bytes_pp = %f\n", __func__, bytes_pp); in dml32_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;
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;