Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.cpp466 short blendConstantR = iround(65535 * blendConstant.r); in setBlendConstant() local
471 factor.blendConstant4W[0][0] = blendConstantR; in setBlendConstant()
472 factor.blendConstant4W[0][1] = blendConstantR; in setBlendConstant()
473 factor.blendConstant4W[0][2] = blendConstantR; in setBlendConstant()
474 factor.blendConstant4W[0][3] = blendConstantR; in setBlendConstant()
/external/swiftshader/src/Renderer/
DPixelProcessor.cpp718 short blendConstantR = iround(65535 * blendConstant.r); in setBlendConstant() local
723 factor.blendConstant4W[0][0] = blendConstantR; in setBlendConstant()
724 factor.blendConstant4W[0][1] = blendConstantR; in setBlendConstant()
725 factor.blendConstant4W[0][2] = blendConstantR; in setBlendConstant()
726 factor.blendConstant4W[0][3] = blendConstantR; in setBlendConstant()