HomeSort by relevance Sort by last modified time
    Searched refs:qs (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/build/linux/
python_arch.sh 19 echo $file_out | grep -qs "ARM"
25 echo $file_out | grep -qs "MIPS"
31 echo $file_out | grep -qs "x86-64"
37 echo $file_out | grep -qs "Intel 80386"
sysroot_ld_path.sh 24 echo $localpath | grep -qs '^/'
46 echo "$ENTRY" | grep -qs ^include
51 echo $inc_file | grep -qs ^/
62 echo "$ENTRY" | grep -qs ^/
79 echo $1 | grep -qs ' '
  /external/chromium/build/linux/
python_arch.sh 24 echo $file_out | grep -qs "ARM"
30 echo $file_out | grep -qs "x86-64"
36 echo $file_out | grep -qs "Intel 80386"
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_fs.c 60 quad_shade_stage(struct quad_stage *qs)
62 return (struct quad_shade_stage *) qs;
71 shade_quad(struct quad_stage *qs, struct quad_header *quad)
73 struct softpipe_context *softpipe = qs->softpipe;
84 coverage_quad(struct quad_stage *qs, struct quad_header *quad)
86 struct softpipe_context *softpipe = qs->softpipe;
107 shade_quads(struct quad_stage *qs,
111 struct softpipe_context *softpipe = qs->softpipe;
131 if (!shade_quad(qs, quads[i]) && i > 0)
135 coverage_quad( qs, quads[i] )
    [all...]
sp_quad_stipple.c 17 stipple_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr)
23 struct softpipe_context *softpipe = qs->softpipe;
54 qs->next->run(qs->next, quads, pass);
58 static void stipple_begin(struct quad_stage *qs)
60 qs->next->begin(qs->next);
64 static void stipple_destroy(struct quad_stage *qs)
66 FREE( qs );
sp_quad_pipe.h 49 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);
sp_quad_depth_test.c 524 depth_test_quad(struct quad_stage *qs,
528 struct softpipe_context *softpipe = qs->softpipe;
608 depth_stencil_test_quad(struct quad_stage *qs,
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,
718 switch (qs->softpipe->depth_stencil->alpha.func) {
720 return alpha_test_quads_LESS( qs, quads, nr )
    [all...]
sp_quad_depth_test_tmp.h 49 NAME(struct quad_stage *qs,
74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy);
141 qs->next->run(qs->next, quads, pass);
sp_quad_blend.c 150 logicop_quad(struct quad_stage *qs,
154 struct softpipe_context *softpipe = qs->softpipe;
262 blend_quad(struct quad_stage *qs,
271 struct softpipe_context *softpipe = qs->softpipe;
918 blend_fallback(struct quad_stage *qs,
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);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_fs.c 60 quad_shade_stage(struct quad_stage *qs)
62 return (struct quad_shade_stage *) qs;
71 shade_quad(struct quad_stage *qs, struct quad_header *quad)
73 struct softpipe_context *softpipe = qs->softpipe;
84 coverage_quad(struct quad_stage *qs, struct quad_header *quad)
86 struct softpipe_context *softpipe = qs->softpipe;
107 shade_quads(struct quad_stage *qs,
111 struct softpipe_context *softpipe = qs->softpipe;
131 if (!shade_quad(qs, quads[i]) && i > 0)
135 coverage_quad( qs, quads[i] )
    [all...]
sp_quad_stipple.c 17 stipple_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr)
23 struct softpipe_context *softpipe = qs->softpipe;
54 qs->next->run(qs->next, quads, pass);
58 static void stipple_begin(struct quad_stage *qs)
60 qs->next->begin(qs->next);
64 static void stipple_destroy(struct quad_stage *qs)
66 FREE( qs );
sp_quad_pipe.h 49 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);
sp_quad_depth_test.c 524 depth_test_quad(struct quad_stage *qs,
528 struct softpipe_context *softpipe = qs->softpipe;
608 depth_stencil_test_quad(struct quad_stage *qs,
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,
718 switch (qs->softpipe->depth_stencil->alpha.func) {
720 return alpha_test_quads_LESS( qs, quads, nr )
    [all...]
sp_quad_depth_test_tmp.h 49 NAME(struct quad_stage *qs,
74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy);
141 qs->next->run(qs->next, quads, pass);
sp_quad_blend.c 150 logicop_quad(struct quad_stage *qs,
154 struct softpipe_context *softpipe = qs->softpipe;
262 blend_quad(struct quad_stage *qs,
271 struct softpipe_context *softpipe = qs->softpipe;
918 blend_fallback(struct quad_stage *qs,
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);
    [all...]
  /external/chromium_org/tools/git/
post-merge 9 if git diff-tree ORIG_HEAD HEAD | grep -qs $'\tDEPS$'; then
post-checkout 18 if git diff-tree $old_ref $new_ref | grep -qs $'\tDEPS$'; then
  /external/clang/test/SemaCXX/
blocks-1.cpp 8 int qs[30]; member in struct:__anon18817
19 inny.qs[i] = -i * i * i;
30 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
  /external/compiler-rt/BlocksRuntime/tests/
large-struct.c 16 int qs[30]; member in struct:__anon19094
30 inny.qs[i] = -i * i * i;
42 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
byrefstruct.c 16 int qs[30]; member in struct:__anon19093
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/qemu/
qstring.c 135 QString *qs; local
138 qs = qobject_to_qstring(obj);
139 qemu_free(qs->string);
140 qemu_free(qs);
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 39 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/chromium_org/build/android/
envsetup.sh 112 java -version 2>&1 | grep -qs "Java HotSpot"
122 "$JAVA_HOME/bin/java" -version 2>&1 | grep -qs "Java HotSpot"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 156 qs = fp.read(clength)
158 qs = '' # Unknown content-type
160 if qs: qs = qs + '&'
161 qs = qs + environ['QUERY_STRING']
163 if qs: qs = qs + '&
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 156 qs = fp.read(clength)
158 qs = '' # Unknown content-type
160 if qs: qs = qs + '&'
161 qs = qs + environ['QUERY_STRING']
163 if qs: qs = qs + '&
    [all...]

Completed in 552 milliseconds

1 2 3