Searched refs:req_per_swath_ub (Results 1 – 2 of 2) sorted by relevance
584 unsigned int req_per_swath_ub; member
3314 dml_float_t req_per_swath_ub; in CalculatePixelDeliveryTimes() local3373 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k]; in CalculatePixelDeliveryTimes()3375 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k]; in CalculatePixelDeliveryTimes()3378 dml_print("DML::%s: k=%u : req_per_swath_ub = %f (Luma)\n", __func__, k, req_per_swath_ub); in CalculatePixelDeliveryTimes()3381 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()3382 …RequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()3388 req_per_swath_ub = swath_width_chroma_ub[k] / BlockWidth256BytesC[k]; in CalculatePixelDeliveryTimes()3390 req_per_swath_ub = swath_width_chroma_ub[k] / BlockHeight256BytesC[k]; in CalculatePixelDeliveryTimes()3393 dml_print("DML::%s: k=%u : req_per_swath_ub = %f (Chroma)\n", __func__, k, req_per_swath_ub); in CalculatePixelDeliveryTimes()3395 … DisplayPipeRequestDeliveryTimeChroma[k] = DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()[all …]