Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp677 short invBlendConstantR = iround(65535 * (1 - blendConstant.r)); in setBlendConstant() local
682 factor.invBlendConstant4W[0][0] = invBlendConstantR; in setBlendConstant()
683 factor.invBlendConstant4W[0][1] = invBlendConstantR; in setBlendConstant()
684 factor.invBlendConstant4W[0][2] = invBlendConstantR; in setBlendConstant()
685 factor.invBlendConstant4W[0][3] = invBlendConstantR; in setBlendConstant()