Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.cpp492 short invBlendConstantR = iround(65535 * (1 - blendConstant.r)); in setBlendConstant() local
497 factor.invBlendConstant4W[0][0] = invBlendConstantR; in setBlendConstant()
498 factor.invBlendConstant4W[0][1] = invBlendConstantR; in setBlendConstant()
499 factor.invBlendConstant4W[0][2] = invBlendConstantR; in setBlendConstant()
500 factor.invBlendConstant4W[0][3] = invBlendConstantR; in setBlendConstant()
/external/swiftshader/src/Renderer/
DPixelProcessor.cpp744 short invBlendConstantR = iround(65535 * (1 - blendConstant.r)); in setBlendConstant() local
749 factor.invBlendConstant4W[0][0] = invBlendConstantR; in setBlendConstant()
750 factor.invBlendConstant4W[0][1] = invBlendConstantR; in setBlendConstant()
751 factor.invBlendConstant4W[0][2] = invBlendConstantR; in setBlendConstant()
752 factor.invBlendConstant4W[0][3] = invBlendConstantR; in setBlendConstant()