Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.cpp495 short invBlendConstantA = iround(65535 * (1 - blendConstant.a)); in setBlendConstant() local
512 factor.invBlendConstant4W[3][0] = invBlendConstantA; in setBlendConstant()
513 factor.invBlendConstant4W[3][1] = invBlendConstantA; in setBlendConstant()
514 factor.invBlendConstant4W[3][2] = invBlendConstantA; in setBlendConstant()
515 factor.invBlendConstant4W[3][3] = invBlendConstantA; in setBlendConstant()
/external/swiftshader/src/Renderer/
DPixelProcessor.cpp747 short invBlendConstantA = iround(65535 * (1 - blendConstant.a)); in setBlendConstant() local
764 factor.invBlendConstant4W[3][0] = invBlendConstantA; in setBlendConstant()
765 factor.invBlendConstant4W[3][1] = invBlendConstantA; in setBlendConstant()
766 factor.invBlendConstant4W[3][2] = invBlendConstantA; in setBlendConstant()
767 factor.invBlendConstant4W[3][3] = invBlendConstantA; in setBlendConstant()