Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.cpp494 short invBlendConstantB = iround(65535 * (1 - blendConstant.b)); in setBlendConstant() local
507 factor.invBlendConstant4W[2][0] = invBlendConstantB; in setBlendConstant()
508 factor.invBlendConstant4W[2][1] = invBlendConstantB; in setBlendConstant()
509 factor.invBlendConstant4W[2][2] = invBlendConstantB; in setBlendConstant()
510 factor.invBlendConstant4W[2][3] = invBlendConstantB; in setBlendConstant()
/external/swiftshader/src/Renderer/
DPixelProcessor.cpp746 short invBlendConstantB = iround(65535 * (1 - blendConstant.b)); in setBlendConstant() local
759 factor.invBlendConstant4W[2][0] = invBlendConstantB; in setBlendConstant()
760 factor.invBlendConstant4W[2][1] = invBlendConstantB; in setBlendConstant()
761 factor.invBlendConstant4W[2][2] = invBlendConstantB; in setBlendConstant()
762 factor.invBlendConstant4W[2][3] = invBlendConstantB; in setBlendConstant()