Lines Matching defs:epd
121 vint4 epd = endpnt1[pa_idx] - endpnt0[pa_idx];
122 epd = select(epd, vint4::zero(), plane_mask);
125 offset[pa_idx] = int_to_float(epd) * (1.0f / 64.0f);
328 vint4 epd = endpnt1[pa_idx] - endpnt0[pa_idx];
329 epd = select(epd, vint4::zero(), plane_mask);
332 offset[pa_idx] = int_to_float(epd) * (1.0f / 64.0f);
454 vint4 epd = endpnt1[pa_idx] - endpnt0[pa_idx];
455 epd = select(epd, vint4::zero(), plane_mask);
458 offset[pa_idx] = int_to_float(epd) * (1.0f / 64.0f);