Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSampler.cpp217 mipmap.onePitchP[0] = 1; in setTextureLevel()
218 mipmap.onePitchP[1] = pitchP; in setTextureLevel()
219 mipmap.onePitchP[2] = 1; in setTextureLevel()
220 mipmap.onePitchP[3] = pitchP; in setTextureLevel()
247 texture.mipmap[1].onePitchP[0] = 1; in setTextureLevel()
248 texture.mipmap[1].onePitchP[1] = CStride; in setTextureLevel()
249 texture.mipmap[1].onePitchP[2] = 1; in setTextureLevel()
250 texture.mipmap[1].onePitchP[3] = CStride; in setTextureLevel()
407 if(texture.mipmap[i].width[0] != texture.mipmap[i].onePitchP[1]) in hasNPOTTexture()
DSampler.hpp53 short onePitchP[4]; member
/external/swiftshader/src/Shader/
DSamplerCore.cpp1663 uuuu = As<Short4>(MulAdd(uuuu, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
1664 uuu2 = As<Short4>(MulAdd(uuu2, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()