Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp679 short invBlendConstantB = iround(65535 * (1 - blendConstant.b)); in setBlendConstant() local
692 factor.invBlendConstant4W[2][0] = invBlendConstantB; in setBlendConstant()
693 factor.invBlendConstant4W[2][1] = invBlendConstantB; in setBlendConstant()
694 factor.invBlendConstant4W[2][2] = invBlendConstantB; in setBlendConstant()
695 factor.invBlendConstant4W[2][3] = invBlendConstantB; in setBlendConstant()