Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp724 short invBlendConstantB = iround(65535 * (1 - blendConstant.b)); in setBlendConstant() local
737 factor.invBlendConstant4W[2][0] = invBlendConstantB; in setBlendConstant()
738 factor.invBlendConstant4W[2][1] = invBlendConstantB; in setBlendConstant()
739 factor.invBlendConstant4W[2][2] = invBlendConstantB; in setBlendConstant()
740 factor.invBlendConstant4W[2][3] = invBlendConstantB; in setBlendConstant()