Home | History | Annotate | Download | only in jitter

Lines Matching refs:constColor

50     void GenerateBlendFactor(SWR_BLEND_FACTOR factor, Value* constColor[4], Value* src[4], Value* src1[4], Value* dst[4], Value* result[4])
82 out[0] = constColor[0];
83 out[1] = constColor[1];
84 out[2] = constColor[2];
85 out[3] = constColor[3];
88 out[0] = out[1] = out[2] = out[3] = constColor[3];
121 out[0] = FSUB(VIMMED1(1.0f), constColor[0]);
122 out[1] = FSUB(VIMMED1(1.0f), constColor[1]);
123 out[2] = FSUB(VIMMED1(1.0f), constColor[2]);
124 out[3] = FSUB(VIMMED1(1.0f), constColor[3]);
127 out[0] = out[1] = out[2] = out[3] = FSUB(VIMMED1(1.0f), constColor[3]);