Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.cpp493 short invBlendConstantG = iround(65535 * (1 - blendConstant.g)); in setBlendConstant() local
502 factor.invBlendConstant4W[1][0] = invBlendConstantG; in setBlendConstant()
503 factor.invBlendConstant4W[1][1] = invBlendConstantG; in setBlendConstant()
504 factor.invBlendConstant4W[1][2] = invBlendConstantG; in setBlendConstant()
505 factor.invBlendConstant4W[1][3] = invBlendConstantG; in setBlendConstant()
/external/swiftshader/src/Renderer/
DPixelProcessor.cpp745 short invBlendConstantG = iround(65535 * (1 - blendConstant.g)); in setBlendConstant() local
754 factor.invBlendConstant4W[1][0] = invBlendConstantG; in setBlendConstant()
755 factor.invBlendConstant4W[1][1] = invBlendConstantG; in setBlendConstant()
756 factor.invBlendConstant4W[1][2] = invBlendConstantG; in setBlendConstant()
757 factor.invBlendConstant4W[1][3] = invBlendConstantG; in setBlendConstant()