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

1 2 3

  /external/mesa3d/src/gallium/drivers/softpipe/
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_fs.c 63 shade_quad(struct quad_stage *qs, struct quad_header *quad)
65 struct softpipe_context *softpipe = qs->softpipe;
81 coverage_quad(struct quad_stage *qs, struct quad_header *quad)
83 struct softpipe_context *softpipe = qs->softpipe;
104 shade_quads(struct quad_stage *qs,
108 struct softpipe_context *softpipe = qs->softpipe;
128 if (!shade_quad(qs, quads[i]) && i > 0)
132 coverage_quad( qs, quads[i] );
138 qs->next->run(qs->next, quads, nr_quads)
    [all...]
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 537 depth_test_quad(struct quad_stage *qs,
541 struct softpipe_context *softpipe = qs->softpipe;
621 depth_stencil_test_quad(struct quad_stage *qs,
625 struct softpipe_context *softpipe = qs->softpipe;
665 depth_test_quad(qs, data, quad); /* quad->mask is updated */
688 alpha_test_quads_##FUNC( struct quad_stage *qs, \
692 const float ref = qs->softpipe->depth_stencil->alpha.ref_value; \
727 alpha_test_quads(struct quad_stage *qs,
731 switch (qs->softpipe->depth_stencil->alpha.func) {
733 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, quads[0]->input.layer);
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;
    [all...]
  /external/strace/tests/
quotactl-xfs.c 132 struct fs_quota_stat *qs = ptr; local
136 printf("%p", qs);
140 PRINT_FIELD_D("{", *qs, qs_version);
144 printflags(xfs_quota_flags, qs->qs_flags, "XFS_QUOTA_???");
145 PRINT_FIELD_U(", qs_uquota={", qs->qs_uquota, qfs_ino);
146 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nblks);
147 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nextents);
148 PRINT_FIELD_U("}, qs_gquota={", qs->qs_gquota, qfs_ino);
149 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nblks);
150 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nextents)
166 struct fs_quota_statv *qs = ptr; local
    [all...]
  /external/strace/tests-m32/
quotactl-xfs.c 132 struct fs_quota_stat *qs = ptr; local
136 printf("%p", qs);
140 PRINT_FIELD_D("{", *qs, qs_version);
144 printflags(xfs_quota_flags, qs->qs_flags, "XFS_QUOTA_???");
145 PRINT_FIELD_U(", qs_uquota={", qs->qs_uquota, qfs_ino);
146 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nblks);
147 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nextents);
148 PRINT_FIELD_U("}, qs_gquota={", qs->qs_gquota, qfs_ino);
149 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nblks);
150 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nextents)
166 struct fs_quota_statv *qs = ptr; local
    [all...]
  /external/strace/tests-mx32/
quotactl-xfs.c 132 struct fs_quota_stat *qs = ptr; local
136 printf("%p", qs);
140 PRINT_FIELD_D("{", *qs, qs_version);
144 printflags(xfs_quota_flags, qs->qs_flags, "XFS_QUOTA_???");
145 PRINT_FIELD_U(", qs_uquota={", qs->qs_uquota, qfs_ino);
146 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nblks);
147 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nextents);
148 PRINT_FIELD_U("}, qs_gquota={", qs->qs_gquota, qfs_ino);
149 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nblks);
150 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nextents)
166 struct fs_quota_statv *qs = ptr; local
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
large-struct.c 16 int qs[30]; member in struct:__anon18427
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:__anon18426
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/aac/libSACdec/src/
sac_process.cpp 479 INT qs, pb; local
499 for (pb = 0, qs = 3; pb < 2; pb++) {
537 if (qs > 0) {
539 qs--;
597 int qs, row, col; local
681 for (qs = 0; qs < complexHybBands; qs++) {
682 pHybOutRealDry[qs] = fMult(pWReal[qs], pKernel[qs])
986 int pb, qs; local
    [all...]
sac_reshapeBBEnv.cpp 161 INT qs; local
164 /* qs = 12, 13, 14 */
174 /* qs = 15 */
178 /* qs = 16, 17 */
185 /* qs = 18, 19, 20 */
195 /* qs = 21, 22 */
202 /* qs = 23, 24 */
210 /* qs = 25, 26, 29, 28, 29 */
226 /* qs = 30 ... min(41,hybBands-1) */
230 for (qs = 31; qs < hybBands; qs++)
245 INT qs, clz; local
268 INT qs, clz; local
294 INT qs; local
318 INT qs; local
    [all...]
  /external/pdfium/testing/tools/
make_expected.sh 12 echo $INFILE | grep -qs ' ' && echo space in filename detected && exit 1
  /external/libxaac/decoder/
ixheaacd_mps_pre_mix.c 354 WORD32 ts, qs, row, col = 0; local
375 for (qs = 0; qs < 2; qs++) {
377 WORD32 indx = self->hyb_band_to_processing_band_table[qs];
384 FLOAT32 real = self->hyb_in[0][ts][qs].re *
386 self->hyb_in[0][ts][qs].im *
388 FLOAT32 imag = self->hyb_in[0][ts][qs].re *
390 self->hyb_in[0][ts][qs].im *
395 self->v[row][ts][qs].re = sum_real
428 WORD32 ts, qs, row, col; local
    [all...]
ixheaacd_mps_dec.c 234 WORD32 ts, qs, row, indx; local
237 for (qs = 0; qs < self->hyb_band_count; qs++) {
238 indx = self->hyb_band_to_processing_band_table[qs];
241 self->w_dir[row][ts][qs].re = self->v[row][ts][qs].re;
242 self->w_dir[row][ts][qs].im = self->v[row][ts][qs].im;
248 self->w_dir[row][ts][qs].re = self->hyb_res[ts][qs].re
279 WORD32 ch, ts, qs; local
    [all...]
  /external/clang/test/SemaCXX/
blocks-1.cpp 7 int qs[30]; member in struct:__anon17922
18 inny.qs[i] = -i * i * i;
29 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
  /external/aac/libFDK/src/
FDK_decorrelate.cpp     [all...]
  /external/python/cpython3/Lib/
cgi.py 164 qs = fp.read(clength).decode(encoding)
166 qs = '' # Unknown content-type
168 if qs: qs = qs + '&'
169 qs = qs + environ['QUERY_STRING']
171 if qs: qs = qs + '&
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cgi.py 157 qs = fp.read(clength)
159 qs = '' # Unknown content-type
161 if qs: qs = qs + '&'
162 qs = qs + environ['QUERY_STRING']
164 if qs: qs = qs + '&'
    [all...]
  /external/python/cpython2/Lib/
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...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DecimalQuantityTest.java 126 List<DecimalQuantity> qs = new ArrayList<DecimalQuantity>(); local
128 qs.add(new DecimalQuantity_SimpleStorage(d));
130 qs.add(new DecimalQuantity_64BitBCD(d));
131 qs.add(new DecimalQuantity_ByteArrayBCD(d));
132 qs.add(new DecimalQuantity_DualStorageBCD(d));
136 qs.add(new DecimalQuantity_SimpleStorage(dv));
138 qs.add(new DecimalQuantity_64BitBCD(dv));
139 qs.add(new DecimalQuantity_ByteArrayBCD(dv));
140 qs.add(new DecimalQuantity_DualStorageBCD(dv));
145 qs.add(new DecimalQuantity_SimpleStorage(lv))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DecimalQuantityTest.java 123 List<DecimalQuantity> qs = new ArrayList<DecimalQuantity>(); local
125 qs.add(new DecimalQuantity_SimpleStorage(d));
127 qs.add(new DecimalQuantity_64BitBCD(d));
128 qs.add(new DecimalQuantity_ByteArrayBCD(d));
129 qs.add(new DecimalQuantity_DualStorageBCD(d));
133 qs.add(new DecimalQuantity_SimpleStorage(dv));
135 qs.add(new DecimalQuantity_64BitBCD(dv));
136 qs.add(new DecimalQuantity_ByteArrayBCD(dv));
137 qs.add(new DecimalQuantity_DualStorageBCD(dv));
142 qs.add(new DecimalQuantity_SimpleStorage(lv))
    [all...]
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpbnu32_arith_div.c 122 cpSize qs = sizeX-sizeY+1; local
148 for(i=(int)qs-1; i>=0; i--) {
193 FIX_BNU(pQ,qs);
194 *sizeQ = qs;
  /external/ImageMagick/coders/
flif.c 413 *magick_restrict qs;
489 qs=(unsigned short *) pixels;
492 *qs++=ScaleQuantumToShort(GetPixelRed(image,p));
493 *qs++=ScaleQuantumToShort(GetPixelGreen(image,p));
494 *qs++=ScaleQuantumToShort(GetPixelBlue(image,p));
496 *qs++=ScaleQuantumToShort(GetPixelAlpha(image,p));
498 *qs++=0xFFFF;
408 *magick_restrict qs; local

Completed in 1173 milliseconds

1 2 3