HomeSort by: relevance | last modified time | path
    Searched defs:WAIT (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xf86-video-cirrus/dist/src/
alp_xaam.c 69 #define WAIT while(minl(0x40) & pCir->chip.alp->waitMsk){};
89 WAIT;
121 WAIT;
154 WAIT;
182 WAIT;
alp_xaa.c 20 #define WAIT outb(pCir->PIOReg, 0x31); \
74 WAIT;
104 WAIT;
149 WAIT;
202 WAIT;
240 WAIT;
297 WAIT;
342 WAIT;
392 WAIT;
437 WAIT;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_statistics.cpp 112 #define WAIT(res) BlockCycleEstimator::res, 0
179 #undef WAIT
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_dri2.c 229 WAIT
575 case WAIT:
607 "Wait for VBlank failed: No valid crtc for drawable.\n");
633 "Wait for VBlank failed: Called for CRTC %d > 1, but "
645 "Wait for VBlank failed: %s\n", strerror(errno));
698 /* Only emit a wait for vblank pushbuf here if this is a copy-swap, or
935 *s = (struct nouveau_dri2_vblank_state) { WAIT, client, draw->id };
943 /* Calculate a wait target if we don't have one */
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
assyntax.h 676 #define WAIT CHOICE(wait, wait, wait)
698 #define FCLEX CHOICE(fclex, wait; fnclex, wait; fclex)
730 #define FINIT CHOICE(finit, wait; fninit, wait; finit)
762 #define FSAVE(a) CHOICE(fsave a, wait; fnsave a, wait; fsave a
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
assyntax.h 676 #define WAIT CHOICE(wait, wait, wait)
698 #define FCLEX CHOICE(fclex, wait; fnclex, wait; fclex)
730 #define FINIT CHOICE(finit, wait; fninit, wait; finit)
762 #define FSAVE(a) CHOICE(fsave a, wait; fnsave a, wait; fsave a
    [all...]

Completed in 15 milliseconds