Lines Matching refs:xs1
92 int xs1 = rsMax(0, startx + 1);
97 convert_float4(yp0[xs1]),
102 convert_float4(yp1[xs1]),
107 convert_float4(yp2[xs1]),
112 convert_float4(yp3[xs1]),
127 int xs1 = rsMax(0, startx + 1);
132 convert_float2(yp0[xs1]),
137 convert_float2(yp1[xs1]),
142 convert_float2(yp2[xs1]),
147 convert_float2(yp3[xs1]),
162 int xs1 = rsMax(0, startx + 1);
166 float p0 = cubicInterpolate((float)yp0[xs0], (float)yp0[xs1],
168 float p1 = cubicInterpolate((float)yp1[xs0], (float)yp1[xs1],
170 float p2 = cubicInterpolate((float)yp2[xs0], (float)yp2[xs1],
172 float p3 = cubicInterpolate((float)yp3[xs0], (float)yp3[xs1],
243 int xs1 = rsMax(0, startx + 1);
247 float4 p0 = cubicInterpolate(yp0[xs0], yp0[xs1],
249 float4 p1 = cubicInterpolate(yp1[xs0], yp1[xs1],
251 float4 p2 = cubicInterpolate(yp2[xs0], yp2[xs1],
253 float4 p3 = cubicInterpolate(yp3[xs0], yp3[xs1],
266 int xs1 = rsMax(0, startx + 1);
270 float2 p0 = cubicInterpolate(yp0[xs0], yp0[xs1],
272 float2 p1 = cubicInterpolate(yp1[xs0], yp1[xs1],
274 float2 p2 = cubicInterpolate(yp2[xs0], yp2[xs1],
276 float2 p3 = cubicInterpolate(yp3[xs0], yp3[xs1],
289 int xs1 = rsMax(0, startx + 1);
293 float p0 = cubicInterpolate(yp0[xs0], yp0[xs1],
295 float p1 = cubicInterpolate(yp1[xs0], yp1[xs1],
297 float p2 = cubicInterpolate(yp2[xs0], yp2[xs1],
299 float p3 = cubicInterpolate(yp3[xs0], yp3[xs1],