Searched refs:qs (Results 1 - 25 of 57) sorted by relevance

123

/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_pipe.h49 void (*begin)(struct quad_stage *qs);
52 void (*run)(struct quad_stage *qs, struct quad_header *quad[], unsigned nr);
54 void (*destroy)(struct quad_stage *qs);
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...]
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...]
/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_pipe.h49 void (*begin)(struct quad_stage *qs);
52 void (*run)(struct quad_stage *qs, struct quad_header *quad[], unsigned nr);
54 void (*destroy)(struct quad_stage *qs);
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...]
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...]
/external/chromium_org/tools/git/
H A Dpost-merge9 if git diff-tree ORIG_HEAD HEAD | grep -qs $'\tDEPS$'; then
H A Dpost-checkout18 if git diff-tree $old_ref $new_ref | grep -qs $'\tDEPS$'; then
/external/compiler-rt/test/BlocksRuntime/
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]) ) {
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) ) {
/external/chromium_org/build/linux/
H A Dsysroot_ld_path.sh24 echo $localpath | grep -qs '^/'
46 echo "$ENTRY" | grep -qs ^include
49 echo "$included_files" | grep -qs ^/
66 echo "$ENTRY" | grep -qs ^/
83 echo $1 | grep -qs ' '
/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/chrome/tools/build/linux/
H A Dchrome-wrapper39 echo $out | grep -qs "ELF 32-bit LSB"
44 echo $out | grep -qs "ELF 64-bit LSB"
97 uname -m | grep -qs x86_64
104 echo $MISSING_LIBS | grep -qs libbz2.so.1.0
120 echo $MISSING_LIBS | grep -qs $lib
/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/chrome/installer/linux/common/
H A Dwrapper15 grep ^flags /proc/cpuinfo|grep -qs sse2
/external/chromium_org/build/
H A Dinstall-chroot.sh102 grep -qs "^\[${i%bit}\]\$" /etc/schroot/schroot.conf || continue
127 egrep -qs '^nfs|cifs|smbfs'
207 grep -qs "^${target%bit}-"; then
242 grep -qs ubuntu.com /usr/share/debootstrap/scripts/"${distname}" && {
288 echo "$sel" | grep -qs $c &&
305 if echo "$sel" | grep -qs $c; then
318 if echo "$sel" | grep -qs $c; then
338 grep -qs ubuntu.com /usr/share/debootstrap/scripts/"${distname}" &&
347 grep -qs ubuntu.com /usr/share/debootstrap/scripts/"${distname}" &&
356 priority=$(grep -qs 'priorit
[all...]
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
H A Dsysroot-creator.sh108 echo "$1" | grep -qs ^http:// && HTTP=1
122 echo $1 | grep -qs Amd64$ && ARCH=AMD64
124 echo $1 | grep -qs I386$ && ARCH=I386
127 echo $1 | grep -qs ARM$ && ARCH=ARM
364 echo "${target}" | grep -qs ^/ || continue
/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/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);

Completed in 701 milliseconds

123