Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.cpp1679 Short4 uuu2 = uuuu; in computeIndices() local
1681 uuu2 = As<Short4>(UnpackHigh(uuu2, vvvv)); in computeIndices()
1683 uuu2 = As<Short4>(MulAdd(uuu2, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
1704 uuu2 = As<Short4>(As<Int2>(uuu2) + As<Int2>(www2)); in computeIndices()
1709 index[2] = Extract(As<Int2>(uuu2), 0); in computeIndices()
1710 index[3] = Extract(As<Int2>(uuu2), 1); in computeIndices()