Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp691 short textureFactorB = iround(4095 * textureFactor.b); in setTextureFactor() local
704 factor.textureFactor4[2][0] = textureFactorB; in setTextureFactor()
705 factor.textureFactor4[2][1] = textureFactorB; in setTextureFactor()
706 factor.textureFactor4[2][2] = textureFactorB; in setTextureFactor()
707 factor.textureFactor4[2][3] = textureFactorB; in setTextureFactor()