Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp678 short invBlendConstantG = iround(65535 * (1 - blendConstant.g)); in setBlendConstant() local
687 factor.invBlendConstant4W[1][0] = invBlendConstantG; in setBlendConstant()
688 factor.invBlendConstant4W[1][1] = invBlendConstantG; in setBlendConstant()
689 factor.invBlendConstant4W[1][2] = invBlendConstantG; in setBlendConstant()
690 factor.invBlendConstant4W[1][3] = invBlendConstantG; in setBlendConstant()