Searched refs:xLerpVec (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Dllvm_texture.cpp181 Value * xLerpVec = intVec(builder, xLerp, xLerp, xLerp, xLerp); local
183 Value * h0 = builder.CreateMul(builder.CreateSub(s1, s0), xLerpVec);
188 Value * h1 = builder.CreateMul(builder.CreateSub(s2, s3), xLerpVec);

Completed in 79 milliseconds