Searched refs:TotalCompressedReadBandwidth (Results 1 – 3 of 3) sorted by relevance
1382 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in dcn6_calculate_stutter_efficiency()1395 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceChroma[… in dcn6_calculate_stutter_efficiency()1403 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in dcn6_calculate_stutter_efficiency()1408 l->AverageDCCCompressionRate = p->TotalDataReadBandwidth / l->TotalCompressedReadBandwidth; in dcn6_calculate_stutter_efficiency()1412 …VERBOSE("DML::%s: TotalCompressedReadBandwidth = %f\n", __func__, l->TotalCompressedReadBandwidth); in dcn6_calculate_stutter_efficiency()
4987 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in dcn5_calculate_stutter_efficiency()5000 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceChroma[… in dcn5_calculate_stutter_efficiency()5008 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in dcn5_calculate_stutter_efficiency()5013 l->AverageDCCCompressionRate = p->TotalDataReadBandwidth / l->TotalCompressedReadBandwidth; in dcn5_calculate_stutter_efficiency()5017 …VERBOSE("DML::%s: TotalCompressedReadBandwidth = %f\n", __func__, l->TotalCompressedReadBandwidth); in dcn5_calculate_stutter_efficiency()
1919 double TotalCompressedReadBandwidth; member