Searched defs:Sat (Results 1 - 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
H A D | rc_test_helpers.c | 298 struct match_info Sat; member in struct:inst_tokens 337 tokens.Sat.String = inst_str + matches[2].rm_so; 338 tokens.Sat.Length = match_length(matches, 2);
|
/external/skia/src/core/ |
H A D | SkXfermode.cpp | 431 static inline int Sat(int r, int g, int b) { function 498 // B(Cb, Cs) = SetLum(SetSat(Cs, Sat(Cb)), Lum(Cb)) 516 SetSat(&Sr, &Sg, &Sb, Sat(dr, dg, db) * sa); 532 // B(Cb, Cs) = SetLum(SetSat(Cb, Sat(Cs)), Lum(Cb)) 550 SetSat(&Dr, &Dg, &Db, Sat(sr, sg, sb) * da);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1648 SDValue STy, SDValue Rnd, SDValue Sat, 1657 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat }; 1646 getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument
|
Completed in 215 milliseconds