Home | History | Annotate | Download | only in Shader

Lines Matching refs:fv

1256 		Float4 fu, fv;
1258 address(w, z0, z0, fv, mipmap, offset.z, filter, OFFSET(Mipmap, depth), state.addressingModeW, function);
1259 address(v, y0, y1, fv, mipmap, offset.y, filter, OFFSET(Mipmap, height), state.addressingModeV, function);
1295 if(componentCount >= 1) c.x = c0.x + fv * (c2.x - c0.x);
1296 if(componentCount >= 2) c.y = c0.y + fv * (c2.y - c0.y);
1297 if(componentCount >= 3) c.z = c0.z + fv * (c2.z - c0.z);
1298 if(componentCount >= 4) c.w = c0.w + fv * (c2.w - c0.w);
1321 Float4 fu, fv, fw;
1324 address(v, y0, y1, fv, mipmap, offset.y, filter, OFFSET(Mipmap, height), state.addressingModeV, function);
1361 if(componentCount >= 1) c0.x = c0.x + fv * (c2.x - c0.x);
1362 if(componentCount >= 2) c0.y = c0.y + fv * (c2.y - c0.y);
1363 if(componentCount >= 3) c0.z = c0.z + fv * (c2.z - c0.z);
1364 if(componentCount >= 4) c0.w = c0.w + fv * (c2.w - c0.w);
1377 if(componentCount >= 1) c4.x = c4.x + fv * (c6.x - c4.x);
1378 if(componentCount >= 2) c4.y = c4.y + fv * (c6.y - c4.y);
1379 if(componentCount >= 3) c4.z = c4.z + fv * (c6.z - c4.z);
1380 if(componentCount >= 4) c4.w = c4.w + fv * (c6.w - c4.w);