Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSampler.cpp209 mipmap.onePitchP[0] = 1; in setTextureLevel()
210 mipmap.onePitchP[1] = pitchP; in setTextureLevel()
211 mipmap.onePitchP[2] = 1; in setTextureLevel()
212 mipmap.onePitchP[3] = pitchP; in setTextureLevel()
242 texture.mipmap[1].onePitchP[0] = 1; in setTextureLevel()
243 texture.mipmap[1].onePitchP[1] = CStride; in setTextureLevel()
244 texture.mipmap[1].onePitchP[2] = 1; in setTextureLevel()
245 texture.mipmap[1].onePitchP[3] = CStride; in setTextureLevel()
DSampler.hpp38 short onePitchP[4]; member
/external/swiftshader/src/Renderer/
DSampler.cpp210 mipmap.onePitchP[0] = 1; in setTextureLevel()
211 mipmap.onePitchP[1] = pitchP; in setTextureLevel()
212 mipmap.onePitchP[2] = 1; in setTextureLevel()
213 mipmap.onePitchP[3] = pitchP; in setTextureLevel()
245 texture.mipmap[1].onePitchP[0] = 1; in setTextureLevel()
246 texture.mipmap[1].onePitchP[1] = CStride; in setTextureLevel()
247 texture.mipmap[1].onePitchP[2] = 1; in setTextureLevel()
248 texture.mipmap[1].onePitchP[3] = CStride; in setTextureLevel()
DSampler.hpp38 short onePitchP[4]; member
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp1586 uuuu = As<Short4>(MulAdd(uuuu, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
1587 uuu2 = As<Short4>(MulAdd(uuu2, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
/external/swiftshader/src/Shader/
DSamplerCore.cpp1677 uuuu = As<Short4>(MulAdd(uuuu, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
1678 uuu2 = As<Short4>(MulAdd(uuu2, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()