Searched defs:Sat (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c298 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/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c298 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/stressapptest/src/
H A Dsat.cc59 // This makes Sat objects not safe for multiple instances.
61 Sat *g_sat = NULL;
76 bool Sat::InitializeLogfile() {
110 bool Sat::CheckEnvironment() {
200 bool Sat::AllocateMemory() {
212 bool Sat::InitializePatterns() {
229 bool Sat::GetValid(struct page_entry *pe) {
235 bool Sat::GetValid(struct page_entry *pe, int32 tag) {
255 bool Sat::PutValid(struct page_entry *pe) {
270 bool Sat
635 Sat::Sat() { function in class:Sat
[all...]
H A Dsat.h35 class Sat { class
40 Sat();
41 virtual ~Sat();
303 Sat::PageQueueType pe_q_implementation_; // Queue implementation switch
305 DISALLOW_COPY_AND_ASSIGN(Sat);
308 Sat *SatFactory();
/external/chromium_org/third_party/skia/src/core/
H A DSkXfermode.cpp436 static inline int Sat(int r, int g, int b) { function
503 // B(Cb, Cs) = SetLum(SetSat(Cs, Sat(Cb)), Lum(Cb))
521 SetSat(&Sr, &Sg, &Sb, Sat(dr, dg, db) * sa);
537 // B(Cb, Cs) = SetLum(SetSat(Cb, Sat(Cs)), Lum(Cb))
555 SetSat(&Dr, &Dg, &Db, Sat(sr, sg, sb) * da);
914 // SetLum(SetSat(S * Da, Sat(D * Sa)), Sa*Da, D*Sa) + (1 - Sa) * D + (1 - Da) * S
928 // SetLum(SetSat(D * Sa, Sat(S * Da)), Sa*Da, D*Sa)) + (1 - Sa) * D + (1 - Da) * S
/external/skia/src/core/
H A DSkXfermode.cpp436 static inline int Sat(int r, int g, int b) { function
503 // B(Cb, Cs) = SetLum(SetSat(Cs, Sat(Cb)), Lum(Cb))
521 SetSat(&Sr, &Sg, &Sb, Sat(dr, dg, db) * sa);
537 // B(Cb, Cs) = SetLum(SetSat(Cb, Sat(Cs)), Lum(Cb))
555 SetSat(&Dr, &Dg, &Db, Sat(sr, sg, sb) * da);
915 // SetLum(SetSat(S * Da, Sat(D * Sa)), Sa*Da, D*Sa) + (1 - Sa) * D + (1 - Da) * S
929 // SetLum(SetSat(D * Sa, Sat(S * Da)), Sa*Da, D*Sa)) + (1 - Sa) * D + (1 - Da) * S
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1603 SDValue STy, SDValue Rnd, SDValue Sat,
1612 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1601 getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument

Completed in 731 milliseconds