Searched refs:sat (Results 1 - 25 of 48) sorted by relevance

12

/external/stressapptest/src/
H A Dmain.cc15 // sat.cc : a stress test for stressful testing
18 #include "sat.h"
21 Sat *sat = SatFactory(); local
22 if (sat == NULL) {
27 if (!sat->ParseArgs(argc, argv)) {
29 sat->bad_status();
30 } else if (!sat->Initialize()) {
32 sat->bad_status();
33 } else if (!sat->Run()) {
35 sat
[all...]
/external/clang/test/CodeGen/
H A Dstruct-matching-constraint.c6 void b(uint16x8_t sat, uint16x8_t luma) argument
10 :"=w"(luma), "=w"(sat)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowColorMatrix.java38 public void setSaturation(float sat) { argument
42 final float invSat = 1 - sat;
47 m[0] = R + sat;
52 m[6] = G + sat;
57 m[12] = B + sat;
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_lexer.l166 sat (_SAT)?
186 ABS{sz}{cc}{sat} { return_opcode( 1, VECTOR_OP, ABS, 3); }
187 ADD{sz}{cc}{sat} { return_opcode( 1, BIN_OP, ADD, 3); }
190 CMP{sat} { return_opcode(require_ARB_fp, TRI_OP, CMP, 3); }
191 COS{szf}{cc}{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
193 DDX{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDX, 3); }
194 DDY{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDY, 3); }
195 DP3{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DP3, 3); }
196 DP4{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DP4, 3); }
197 DPH{sz}{cc}{sat} { return_opcod
[all...]
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l166 sat (_SAT)?
186 ABS{sz}{cc}{sat} { return_opcode( 1, VECTOR_OP, ABS, 3); }
187 ADD{sz}{cc}{sat} { return_opcode( 1, BIN_OP, ADD, 3); }
190 CMP{sat} { return_opcode(require_ARB_fp, TRI_OP, CMP, 3); }
191 COS{szf}{cc}{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
193 DDX{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDX, 3); }
194 DDY{szf}{cc}{sat} { return_opcode(require_NV_fp, VECTOR_OP, DDY, 3); }
195 DP3{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DP3, 3); }
196 DP4{sz}{cc}{sat} { return_opcode( 1, BIN_OP, DP4, 3); }
197 DPH{sz}{cc}{sat} { return_opcod
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_service_factory.cc21 Profile* profile, Profile::ServiceAccessType sat) {
24 sat != Profile::EXPLICIT_ACCESS)
34 Profile* profile, Profile::ServiceAccessType sat) {
37 sat != Profile::EXPLICIT_ACCESS)
20 GetForProfile( Profile* profile, Profile::ServiceAccessType sat) argument
33 GetForProfileIfExists( Profile* profile, Profile::ServiceAccessType sat) argument
H A Dhistory_service_factory.h19 Profile* profile, Profile::ServiceAccessType sat);
22 Profile* profile, Profile::ServiceAccessType sat);
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_service_factory.cc18 Profile* profile, Profile::ServiceAccessType sat) {
22 } else if (sat == Profile::EXPLICIT_ACCESS) {
17 GetForProfile( Profile* profile, Profile::ServiceAccessType sat) argument
H A Dfavicon_service_factory.h24 Profile::ServiceAccessType sat);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c206 if (insn.sat)
447 int mask, sat, unit = 0; local
528 sat = (finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE);
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none));
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
540 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none));
547 insn = arith(sat, MOV, dst, mask, src[2], none, none);
551 insn = arith(sat, MOV, dst, mask, src[1], none, none);
556 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none));
561 nvfx_fp_emit(fpc, arith(sat, DD
[all...]
H A Dnvfx_vertprog.c315 if(insn.sat) {
468 boolean sat = FALSE; local
544 sat = TRUE;
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none));
570 insn = arith(sat, VEC, MOV, dst, mask, src[2], none, none);
574 insn = arith(sat, VEC, MOV, dst, mask, src[1], none, none);
579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
584 nvfx_vp_emit(vpc, arith(sat, VE
[all...]
H A Dnvfx_shader.h441 uint8_t sat : 1; member in struct:nvfx_insn
452 nvfx_insn(boolean sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2) argument
458 .sat = sat,
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c206 if (insn.sat)
447 int mask, sat, unit = 0; local
528 sat = (finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE);
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none));
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
540 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none));
547 insn = arith(sat, MOV, dst, mask, src[2], none, none);
551 insn = arith(sat, MOV, dst, mask, src[1], none, none);
556 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none));
561 nvfx_fp_emit(fpc, arith(sat, DD
[all...]
H A Dnvfx_vertprog.c315 if(insn.sat) {
468 boolean sat = FALSE; local
544 sat = TRUE;
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none));
570 insn = arith(sat, VEC, MOV, dst, mask, src[2], none, none);
574 insn = arith(sat, VEC, MOV, dst, mask, src[1], none, none);
579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
584 nvfx_vp_emit(vpc, arith(sat, VE
[all...]
H A Dnvfx_shader.h441 uint8_t sat : 1; member in struct:nvfx_insn
452 nvfx_insn(boolean sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2) argument
458 .sat = sat,
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrix.cpp116 void SkColorMatrix::setSaturation(SkScalar sat) { argument
119 const SkScalar R = kHueR * (1 - sat);
120 const SkScalar G = kHueG * (1 - sat);
121 const SkScalar B = kHueB * (1 - sat);
123 setrow(fMat + 0, R + sat, G, B);
124 setrow(fMat + 5, R, G + sat, B);
125 setrow(fMat + 10, R, G, B + sat);
/external/skia/src/effects/
H A DSkColorMatrix.cpp116 void SkColorMatrix::setSaturation(SkScalar sat) { argument
119 const SkScalar R = kHueR * (1 - sat);
120 const SkScalar G = kHueG * (1 - sat);
121 const SkScalar B = kHueB * (1 - sat);
123 setrow(fMat + 0, R + sat, G, B);
124 setrow(fMat + 5, R, G + sat, B);
125 setrow(fMat + 10, R, G, B + sat);
/external/stressapptest/
H A DAndroid.mk16 src/sat.cc \
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrix.h53 void setSaturation(SkScalar sat);
/external/skia/include/effects/
H A DSkColorMatrix.h53 void setSaturation(SkScalar sat);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_factory.cc72 Profile::ServiceAccessType sat) {
73 if (sat == Profile::IMPLICIT_ACCESS && profile->IsOffTheRecord()) {
70 GetForProfile( Profile* profile, Profile::ServiceAccessType sat) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dspectrum.css63 .spectrum-sat {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_dump.cpp182 if(insn.insn.sat)
/external/gcc-demangle/
H A Ddemangle.h452 short sat; member in struct:demangle_component::__anon21570::__anon21574
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_dump.cpp182 if(insn.insn.sat)

Completed in 472 milliseconds

12