Home
last modified time | relevance | path

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

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