HomeSort by: relevance | last modified time | path
    Searched refs:skip (Results 1 - 25 of 131) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_flow.c 81 * Begin a "skip" block. Inside this block we can test a condition and
82 * skip to the end of the block if the condition is false.
85 lp_build_flow_skip_begin(struct lp_build_skip_context *skip,
88 skip->gallivm = gallivm;
90 skip->block = lp_build_insert_new_block(gallivm, "skip");
96 * skip block if the condition is true.
99 lp_build_flow_skip_cond_break(struct lp_build_skip_context *skip,
104 new_block = lp_build_insert_new_block(skip->gallivm, "");
106 /* if cond is true, goto skip->block, else goto new_block *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_opt_copy_prop.c 59 bool skip = false; local
78 skip = true;
84 if (skip)
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_flow.c 81 * Begin a "skip" block. Inside this block we can test a condition and
82 * skip to the end of the block if the condition is false.
85 lp_build_flow_skip_begin(struct lp_build_skip_context *skip,
88 skip->gallivm = gallivm;
90 skip->block = lp_build_insert_new_block(gallivm, "skip");
96 * skip block if the condition is true.
99 lp_build_flow_skip_cond_break(struct lp_build_skip_context *skip,
104 new_block = lp_build_insert_new_block(skip->gallivm, "");
106 /* if cond is true, goto skip->block, else goto new_block *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_lower_alpha_to_coverage.c 90 goto skip;
142 goto skip;
151 goto skip;
181 skip:
  /xsrc/external/mit/xorg-server/dist/Xi/
listdev.c 339 Bool *skip; local
352 /* allocate space for saving skip value */
353 skip = calloc(sizeof(Bool), inputInfo.numDevices);
354 if (!skip)
357 /* figure out which devices to skip */
360 skip[i] = ShouldSkipDevice(client, d);
361 if (skip[i])
369 skip[i] = ShouldSkipDevice(client, d);
370 if (skip[i])
381 free(skip);
    [all...]
xiquerydevice.c 76 Bool *skip = NULL; local
91 skip = calloc(sizeof(Bool), inputInfo.numDevices);
92 if (!skip)
96 skip[i] = ShouldSkipDevice(client, stuff->deviceid, dev);
97 if (!skip[i])
102 skip[i] = ShouldSkipDevice(client, stuff->deviceid, dev);
103 if (!skip[i])
110 free(skip);
133 if (!skip[i]) {
143 if (!skip[i])
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
cffdump.c 105 "\t it only for the first tile and skip the remainder,\n"
262 bool skip = false; local
326 skip = false;
328 skip |= (strstr(buf, exename) != buf);
330 skip |= (strstr(buf, "fdperf") == buf);
331 skip |= (strstr(buf, "chrome") == buf);
332 skip |= (strstr(buf, "surfaceflinger") == buf);
333 skip |= ((char *)buf)[0] == 'X';
360 if (!skip) {
  /xsrc/external/mit/bdftopcf/dist/
bufio.h 47 int (*skip)(BufFilePtr /* f */ , int /* count */ ); member in struct:_buffile
70 #define BufFileSkip(f,c) ((f)->eof = (*(f)->skip) (f, c))
bufio.c 46 int (*skip)(BufFilePtr, int),
59 f->skip = skip;
  /xsrc/external/mit/libXfont/dist/include/X11/fonts/
bufio.h 47 int (*skip)( BufFilePtr /* f */, int /* count */); member in struct:_buffile
73 #define BufFileSkip(f,c) ((f)->eof = (*(f)->skip) (f, c))
  /xsrc/external/mit/libXfont2/dist/include/X11/fonts/
bufio.h 47 int (*skip)( BufFilePtr /* f */, int /* count */); member in struct:_buffile
73 #define BufFileSkip(f,c) ((f)->eof = (*(f)->skip) (f, c))
  /xsrc/external/mit/xorg-server.old/dist/Xi/
listdev.c 348 Bool *skip; local
360 /* allocate space for saving skip value */
361 skip = calloc(sizeof(Bool), inputInfo.numDevices);
362 if (!skip)
365 /* figure out which devices to skip */
368 skip[i] = ShouldSkipDevice(client, d);
369 if (skip[i])
377 skip[i] = ShouldSkipDevice(client, d);
378 if (skip[i])
396 if (skip[i]
    [all...]
xiquerydevice.c 74 Bool *skip = NULL; local
91 skip = calloc(sizeof(Bool), inputInfo.numDevices);
92 if (!skip)
97 skip[i] = ShouldSkipDevice(client, stuff->deviceid, dev);
98 if (!skip[i])
104 skip[i] = ShouldSkipDevice(client, stuff->deviceid, dev);
105 if (!skip[i])
112 free(skip);
136 if (!skip[i])
148 if (!skip[i]
    [all...]
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_common.h 113 /* Skip flags (vertex format)
154 unsigned short skip; /* vertex format (skip flags) */ member in struct:drmSAVAGECmdHeader::__anon9296
161 unsigned short skip; member in struct:drmSAVAGECmdHeader::__anon9297
  /xsrc/external/mit/xf86-input-synaptics/dist/test/
eventcomm-test.c 281 int j, skip = 0; local
285 skip = 1;
290 if (skip)
297 int j, skip = 0; local
301 skip = 1;
306 if (skip)
  /xsrc/external/mit/brotli/dist/c/enc/
backward_references_hq.c 631 size_t skip = UpdateNodes(num_bytes, position, i, ringbuffer, local
634 if (skip < BROTLI_LONG_COPY_QUICK_STEP) skip = 0;
638 skip = BROTLI_MAX(size_t,
639 BackwardMatchLength(&matches[cur_match_pos - 1]), skip);
641 if (skip > 1) {
642 skip--;
643 while (skip) {
649 skip--;
685 size_t skip; local
793 const size_t skip = match_len - 1; local
    [all...]
  /xsrc/external/mit/libX11/dist/src/
XlibAsync.c 138 int skip, /* number of bytes already read in previous
141 int discardtotal) /* min. bytes to consume (after skip) */
143 buf += skip;
144 len -= skip;
  /xsrc/external/mit/libXfont/dist/src/fontfile/
bufio.c 46 int (*skip)(BufFilePtr, int),
59 f->skip = skip;
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
bufio.c 47 int (*skip)(BufFilePtr, int),
60 f->skip = skip;
  /xsrc/external/mit/libdrm/dist/include/drm/
savage_drm.h 152 /* Skip flags (vertex format)
193 unsigned short skip; /* vertex format (skip flags) */ member in struct:drm_savage_cmd_header::__anon6167
200 unsigned short skip; member in struct:drm_savage_cmd_header::__anon6168
  /xsrc/external/mit/xorg-server/dist/randr/
rrpointer.c 52 * Find the CRTC nearest the specified position, ignoring 'skip'
56 RRCrtcPtr skip)
73 if (crtc == skip)
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrpointer.c 52 * Find the CRTC nearest the specified position, ignoring 'skip'
55 RRPointerToNearestCrtc (DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y, RRCrtcPtr skip)
73 if (crtc == skip)
  /xsrc/external/mit/fontconfig/dist/src/
fccache.c 483 * Skip list element, make sure the 'next' pointer is the last thing
503 * The head of the skip list; pointers for every possible level
504 * in the skip list, plus the largest level in the list
776 FcCacheSkip *skip = FcCacheFindByAddr (object); local
778 if (skip)
779 FcRefInc (&skip->ref);
785 FcCacheSkip *skip; local
788 skip = FcCacheFindByAddrUnlocked (object);
789 if (skip)
791 if (FcRefDec (&skip->ref) == 1
800 FcCacheSkip *skip; local
1055 FcCacheSkip *skip = FcCacheFindByAddr (cache); local
1385 FcCacheSkip *skip; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
10-scale-bitmap-fonts.conf 22 For non-scalable bitmap fonts (ie. non-color), skip
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_shader_args.h 63 bool skip; member in struct:ac_shader_args::__anon414

Completed in 15 milliseconds

1 2 3 4 5 6