Lines Matching defs:fu
1222 Float4 fu, fv;
1224 address(u, x0, x1, fu, mipmap, offset.x, filter, OFFSET(Mipmap, width), state.addressingModeU, function);
1251 if(componentCount >= 1) c0.x = c0.x + fu * (c1.x - c0.x);
1252 if(componentCount >= 2) c0.y = c0.y + fu * (c1.y - c0.y);
1253 if(componentCount >= 3) c0.z = c0.z + fu * (c1.z - c0.z);
1254 if(componentCount >= 4) c0.w = c0.w + fu * (c1.w - c0.w);
1256 if(componentCount >= 1) c2.x = c2.x + fu * (c3.x - c2.x);
1257 if(componentCount >= 2) c2.y = c2.y + fu * (c3.y - c2.y);
1258 if(componentCount >= 3) c2.z = c2.z + fu * (c3.z - c2.z);
1259 if(componentCount >= 4) c2.w = c2.w + fu * (c3.w - c2.w);
1291 Float4 fu, fv, fw;
1293 address(u, x0, x1, fu, mipmap, offset.x, filter, OFFSET(Mipmap, width), state.addressingModeU, function);
1321 if(componentCount >= 1) c0.x = c0.x + fu * (c1.x - c0.x);
1322 if(componentCount >= 2) c0.y = c0.y + fu * (c1.y - c0.y);
1323 if(componentCount >= 3) c0.z = c0.z + fu * (c1.z - c0.z);
1324 if(componentCount >= 4) c0.w = c0.w + fu * (c1.w - c0.w);
1326 if(componentCount >= 1) c2.x = c2.x + fu * (c3.x - c2.x);
1327 if(componentCount >= 2) c2.y = c2.y + fu * (c3.y - c2.y);
1328 if(componentCount >= 3) c2.z = c2.z + fu * (c3.z - c2.z);
1329 if(componentCount >= 4) c2.w = c2.w + fu * (c3.w - c2.w);
1337 if(componentCount >= 1) c4.x = c4.x + fu * (c5.x - c4.x);
1338 if(componentCount >= 2) c4.y = c4.y + fu * (c5.y - c4.y);
1339 if(componentCount >= 3) c4.z = c4.z + fu * (c5.z - c4.z);
1340 if(componentCount >= 4) c4.w = c4.w + fu * (c5.w - c4.w);
1342 if(componentCount >= 1) c6.x = c6.x + fu * (c7.x - c6.x);
1343 if(componentCount >= 2) c6.y = c6.y + fu * (c7.y - c6.y);
1344 if(componentCount >= 3) c6.z = c6.z + fu * (c7.z - c6.z);
1345 if(componentCount >= 4) c6.w = c6.w + fu * (c7.w - c6.w);