Searched defs:qs (Results 1 - 25 of 34) sorted by relevance

12

/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefstruct.c16 int qs[30]; member in struct:__anon19645
27 fiddly.qs[i]++;
37 fiddly.qs[i] = -i * i * i;
48 //printf("[%d]: fiddly.ps: %lu, copy.ps: %lu, fiddly.qs: %d, copy.qs: %d\n", i, fiddly.ps[i], copy.ps[i], fiddly.qs[i], copy.qs[i]);
49 if ( (fiddly.ps[i] != copy.ps[i] + 1) || (fiddly.qs[i] != copy.qs[i] + 1) ) {
H A Dlarge-struct.c16 int qs[30]; member in struct:__anon19646
30 inny.qs[i] = -i * i * i;
42 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
/external/clang/test/SemaCXX/
H A Dblocks-1.cpp7 int qs[30]; member in struct:__anon19245
18 inny.qs[i] = -i * i * i;
29 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_fs.c60 quad_shade_stage(struct quad_stage *qs) argument
62 return (struct quad_shade_stage *) qs;
71 shade_quad(struct quad_stage *qs, struct quad_header *quad) argument
73 struct softpipe_context *softpipe = qs->softpipe;
84 coverage_quad(struct quad_stage *qs, struct quad_header *quad) argument
86 struct softpipe_context *softpipe = qs->softpipe;
107 shade_quads(struct quad_stage *qs, argument
111 struct softpipe_context *softpipe = qs->softpipe;
131 if (!shade_quad(qs, quads[i]) && i > 0)
135 coverage_quad( qs, quad
149 shade_begin(struct quad_stage *qs) argument
156 shade_destroy(struct quad_stage *qs) argument
[all...]
H A Dsp_quad_stipple.c17 stipple_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
23 struct softpipe_context *softpipe = qs->softpipe;
54 qs->next->run(qs->next, quads, pass);
58 static void stipple_begin(struct quad_stage *qs) argument
60 qs->next->begin(qs->next);
64 static void stipple_destroy(struct quad_stage *qs) argument
66 FREE( qs );
H A Dsp_quad_depth_test_tmp.h49 NAME(struct quad_stage *qs, argument
74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy);
141 qs->next->run(qs->next, quads, pass);
H A Dsp_quad_blend.c150 logicop_quad(struct quad_stage *qs, argument
154 struct softpipe_context *softpipe = qs->softpipe;
262 blend_quad(struct quad_stage *qs, argument
271 struct softpipe_context *softpipe = qs->softpipe;
918 blend_fallback(struct quad_stage *qs, argument
922 const struct blend_quad_stage *bqs = blend_quad_stage(qs);
923 struct softpipe_context *softpipe = qs->softpipe;
990 logicop_quad( qs, quadColor, dest );
994 blend_quad(qs, quadColor, quadColor2, dest, blend_color, blend_buf);
1026 blend_single_add_src_alpha_inv_src_alpha(struct quad_stage *qs, argument
1103 blend_single_add_one_one(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1172 single_output_color(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1208 blend_noop(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1216 choose_blend_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1281 blend_begin(struct quad_stage *qs) argument
1287 blend_destroy(struct quad_stage *qs) argument
[all...]
H A Dsp_quad_depth_test.c524 depth_test_quad(struct quad_stage *qs, argument
528 struct softpipe_context *softpipe = qs->softpipe;
608 depth_stencil_test_quad(struct quad_stage *qs, argument
612 struct softpipe_context *softpipe = qs->softpipe;
652 depth_test_quad(qs, data, quad); /* quad->mask is updated */
675 alpha_test_quads_##FUNC( struct quad_stage *qs, \
679 const float ref = qs->softpipe->depth_stencil->alpha.ref_value; \
714 alpha_test_quads(struct quad_stage *qs, argument
718 switch (qs->softpipe->depth_stencil->alpha.func) {
720 return alpha_test_quads_LESS( qs, quad
766 depth_test_quads_fallback(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
868 depth_noop(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
878 choose_depth_test(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
958 depth_test_begin(struct quad_stage *qs) argument
966 depth_test_destroy(struct quad_stage *qs) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_fs.c60 quad_shade_stage(struct quad_stage *qs) argument
62 return (struct quad_shade_stage *) qs;
71 shade_quad(struct quad_stage *qs, struct quad_header *quad) argument
73 struct softpipe_context *softpipe = qs->softpipe;
84 coverage_quad(struct quad_stage *qs, struct quad_header *quad) argument
86 struct softpipe_context *softpipe = qs->softpipe;
107 shade_quads(struct quad_stage *qs, argument
111 struct softpipe_context *softpipe = qs->softpipe;
131 if (!shade_quad(qs, quads[i]) && i > 0)
135 coverage_quad( qs, quad
149 shade_begin(struct quad_stage *qs) argument
156 shade_destroy(struct quad_stage *qs) argument
[all...]
H A Dsp_quad_stipple.c17 stipple_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
23 struct softpipe_context *softpipe = qs->softpipe;
54 qs->next->run(qs->next, quads, pass);
58 static void stipple_begin(struct quad_stage *qs) argument
60 qs->next->begin(qs->next);
64 static void stipple_destroy(struct quad_stage *qs) argument
66 FREE( qs );
H A Dsp_quad_depth_test_tmp.h49 NAME(struct quad_stage *qs, argument
74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy);
141 qs->next->run(qs->next, quads, pass);
H A Dsp_quad_blend.c150 logicop_quad(struct quad_stage *qs, argument
154 struct softpipe_context *softpipe = qs->softpipe;
262 blend_quad(struct quad_stage *qs, argument
271 struct softpipe_context *softpipe = qs->softpipe;
918 blend_fallback(struct quad_stage *qs, argument
922 const struct blend_quad_stage *bqs = blend_quad_stage(qs);
923 struct softpipe_context *softpipe = qs->softpipe;
990 logicop_quad( qs, quadColor, dest );
994 blend_quad(qs, quadColor, quadColor2, dest, blend_color, blend_buf);
1026 blend_single_add_src_alpha_inv_src_alpha(struct quad_stage *qs, argument
1103 blend_single_add_one_one(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1172 single_output_color(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1208 blend_noop(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1216 choose_blend_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1281 blend_begin(struct quad_stage *qs) argument
1287 blend_destroy(struct quad_stage *qs) argument
[all...]
H A Dsp_quad_depth_test.c524 depth_test_quad(struct quad_stage *qs, argument
528 struct softpipe_context *softpipe = qs->softpipe;
608 depth_stencil_test_quad(struct quad_stage *qs, argument
612 struct softpipe_context *softpipe = qs->softpipe;
652 depth_test_quad(qs, data, quad); /* quad->mask is updated */
675 alpha_test_quads_##FUNC( struct quad_stage *qs, \
679 const float ref = qs->softpipe->depth_stencil->alpha.ref_value; \
714 alpha_test_quads(struct quad_stage *qs, argument
718 switch (qs->softpipe->depth_stencil->alpha.func) {
720 return alpha_test_quads_LESS( qs, quad
766 depth_test_quads_fallback(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
868 depth_noop(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
878 choose_depth_test(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
958 depth_test_begin(struct quad_stage *qs) argument
966 depth_test_destroy(struct quad_stage *qs) argument
[all...]
/external/qemu/qobject/
H A Dqstring.c143 QString *qs; local
146 qs = qobject_to_qstring(obj);
147 g_free(qs->string);
148 g_free(qs);
/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
H A Dsieve.cpp104 double qs(double *times, int n, double *q1, double *q2, double *q3) { function
117 double iqr = qs(times,n,&q1,&q2,&q3);
148 double iqr = qs(times,n,&q1,&q2,&q3);
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.cpp104 double qs(double *times, int n, double *q1, double *q2, double *q3) { function
117 double iqr = qs(times,n,&q1,&q2,&q3);
148 double iqr = qs(times,n,&q1,&q2,&q3);
/external/kernel-headers/original/uapi/sound/
H A Dhdspm.h37 qs enumerator in enum:hdspm_speed
51 uint8_t speed; /* enum {ss, ds, qs} */
/external/clang/lib/AST/
H A DTypePrinter.cpp91 void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
99 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
101 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
1537 std::string QualType::getAsString(const Type *ty, Qualifiers qs) { argument
1540 getAsStringInternal(ty, qs, buffer, PrintingPolicy(options));
1544 void QualType::print(const Type *ty, Qualifiers qs, argument
1550 TypePrinter(policy).print(ty, qs, OS, PH);
1553 void QualType::getAsStringInternal(const Type *ty, Qualifiers qs, argument
1558 TypePrinter(policy).print(ty, qs, StrOS, buffer);
H A DDeclObjC.cpp909 Qualifiers qs; local
910 qs.setObjCLifetime(Qualifiers::OCL_Strong);
911 selfTy = Context.getQualifiedType(selfTy, qs);
/external/clang/lib/CodeGen/
H A DCGValue.h297 Qualifiers qs = type.getQualifiers(); local
298 qs.setObjCGCAttr(Context.getObjCGCAttrKind(type));
303 R.Initialize(type, qs, alignment, TBAAInfo);
H A DCGBlocks.cpp1356 Qualifiers qs = type.getQualifiers(); local
1359 if (qs.getObjCLifetime() == Qualifiers::OCL_Weak) {
1363 } else if (qs.getObjCLifetime() == Qualifiers::OCL_Strong) {
1523 Qualifiers qs = type.getQualifiers(); local
1527 if (!qs.hasStrongOrWeakObjCLifetime())
1531 if (qs.getObjCLifetime() == Qualifiers::OCL_Weak)
1920 Qualifiers qs = type.getQualifiers();
1923 if (Qualifiers::ObjCLifetime lifetime = qs.getObjCLifetime()) {
H A DCGDecl.cpp1676 Qualifiers qs = Ty.getQualifiers(); local
1677 if (Qualifiers::ObjCLifetime lt = qs.getObjCLifetime()) {
1690 assert(qs.hasConst());
/external/opencv/cxcore/src/
H A Dcxutils.cpp472 double K, ps, qs, pt, qt, s, rev, r = 0; local
499 ps = qs = pt = qt = s = 0.0;
525 if (qs != 0.0) {
527 q = qs;
581 qs = qt;
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslcon.c1737 PRUint8 * qs; local
1752 qs = qualifiedSpecs;
1762 qs[0] = hs[0];
1763 qs[1] = hs[1];
1764 qs[2] = hs[2];
1765 qs += 3;
1770 hc = qs - qualifiedSpecs;
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1016 Qualifiers qs; local
1017 qs.addObjCLifetime(lifetime);
1018 PropertyIvarType = Context.getQualifiedType(PropertyIvarType, qs);

Completed in 647 milliseconds

12