Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp753 short invBlendConstantR = iround(65535 * (1 - blendConstant.r)); in setBlendConstant() local
758 factor.invBlendConstant4W[0][0] = invBlendConstantR; in setBlendConstant()
759 factor.invBlendConstant4W[0][1] = invBlendConstantR; in setBlendConstant()
760 factor.invBlendConstant4W[0][2] = invBlendConstantR; in setBlendConstant()
761 factor.invBlendConstant4W[0][3] = invBlendConstantR; in setBlendConstant()