Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp654 short blendConstantA = iround(65535 * blendConstant.a); in setBlendConstant() local
671 factor.blendConstant4W[3][0] = blendConstantA; in setBlendConstant()
672 factor.blendConstant4W[3][1] = blendConstantA; in setBlendConstant()
673 factor.blendConstant4W[3][2] = blendConstantA; in setBlendConstant()
674 factor.blendConstant4W[3][3] = blendConstantA; in setBlendConstant()