Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp680 short invBlendConstantA = iround(65535 * (1 - blendConstant.a)); in setBlendConstant() local
697 factor.invBlendConstant4W[3][0] = invBlendConstantA; in setBlendConstant()
698 factor.invBlendConstant4W[3][1] = invBlendConstantA; in setBlendConstant()
699 factor.invBlendConstant4W[3][2] = invBlendConstantA; in setBlendConstant()
700 factor.invBlendConstant4W[3][3] = invBlendConstantA; in setBlendConstant()