HomeSort by relevance Sort by last modified time
    Searched refs:invBlendConstant4F (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Renderer/
PixelProcessor.cpp 779 factor.invBlendConstant4F[0][0] = 1 - blendConstant.r;
780 factor.invBlendConstant4F[0][1] = 1 - blendConstant.r;
781 factor.invBlendConstant4F[0][2] = 1 - blendConstant.r;
782 factor.invBlendConstant4F[0][3] = 1 - blendConstant.r;
784 factor.invBlendConstant4F[1][0] = 1 - blendConstant.g;
785 factor.invBlendConstant4F[1][1] = 1 - blendConstant.g;
786 factor.invBlendConstant4F[1][2] = 1 - blendConstant.g;
787 factor.invBlendConstant4F[1][3] = 1 - blendConstant.g;
789 factor.invBlendConstant4F[2][0] = 1 - blendConstant.b;
790 factor.invBlendConstant4F[2][1] = 1 - blendConstant.b
    [all...]
PixelProcessor.hpp 183 float4 invBlendConstant4F[4];
  /external/swiftshader/src/Shader/
PixelRoutine.cpp     [all...]

Completed in 63 milliseconds