Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp727 short blendConstantR = iround(65535 * blendConstant.r); in setBlendConstant() local
732 factor.blendConstant4W[0][0] = blendConstantR; in setBlendConstant()
733 factor.blendConstant4W[0][1] = blendConstantR; in setBlendConstant()
734 factor.blendConstant4W[0][2] = blendConstantR; in setBlendConstant()
735 factor.blendConstant4W[0][3] = blendConstantR; in setBlendConstant()