Searched refs:dst_y_prefetch_equ_impacted (Results 1 – 2 of 2) sorted by relevance
1260 double dst_y_prefetch_equ_impacted; member
5484 s->dst_y_prefetch_equ_impacted = math_max2(p->impacted_dst_y_pre, s->dst_y_prefetch_equ); in CalculatePrefetchSchedule()5486 …s->dst_y_prefetch_equ_impacted = math_min2(s->dst_y_prefetch_equ_impacted, 63.75); // limit to the… in CalculatePrefetchSchedule()5488 if (s->dst_y_prefetch_equ_impacted > s->dst_y_prefetch_equ) in CalculatePrefetchSchedule()5489 s->dst_y_prefetch_equ -= s->dst_y_prefetch_equ_impacted - s->dst_y_prefetch_equ; in CalculatePrefetchSchedule()5778 if (s->dst_y_prefetch_equ < s->dst_y_prefetch_equ_impacted) in CalculatePrefetchSchedule()5779 *p->dst_y_prefetch = s->dst_y_prefetch_equ_impacted; in CalculatePrefetchSchedule()