Searched defs:sbc (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/glx/apple/
H A Dglx_empty.c90 int64_t * ust, int64_t * msc, int64_t * sbc)
96 (void) sbc;
117 int64_t * msc, int64_t * sbc)
126 (void) sbc;
134 int64_t * msc, int64_t * sbc)
141 (void) sbc;
89 glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, int64_t * ust, int64_t * msc, int64_t * sbc) argument
114 glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) argument
132 glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument
/external/mesa3d/src/glx/
H A Ddri2.c133 if (awire->sbc < glxDraw->lastEventSbc)
135 glxDraw->lastEventSbc = awire->sbc;
136 aevent->sbc = awire->sbc + glxDraw->eventSbcWrap;
588 CARD64 *sbc)
610 *sbc = vals_to_card64(rep.sbc_lo, rep.sbc_hi);
633 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc)
656 *sbc = ((CARD64)rep.sbc_hi << 32) | (CARD64)rep.sbc_lo;
674 CARD64 *msc, CARD64 *sbc)
697 *sbc
587 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc) argument
632 DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc) argument
673 DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, CARD64 *msc, CARD64 *sbc) argument
[all...]
H A Ddri2_glx.c425 int64_t *ust, int64_t *msc, int64_t *sbc)
434 *sbc = dri2_sbc;
446 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
455 *sbc = dri2_sbc;
462 int64_t *msc, int64_t *sbc)
471 *sbc = dri2_sbc;
424 dri2DrawableGetMSC(struct glx_screen *psc, __GLXDRIdrawable *pdraw, int64_t *ust, int64_t *msc, int64_t *sbc) argument
445 dri2WaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) argument
461 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc) argument
H A Ddri_glx.c729 int64_t *ust, int64_t *msc, int64_t *sbc)
734 if (pdp && psc->sbc && psc->msc)
736 (*psc->sbc->getSBC)(pdp->driDrawable, sbc) == 0 &&
742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
749 divisor, remainder, msc, sbc);
760 int64_t *msc, int64_t *sbc)
764 if (pdp != NULL && psc->sbc != NULL) {
766 (*psc->sbc->waitForSBC) (pdp->driDrawable, target_sbc, msc, sbc);
728 driDrawableGetMSC(struct glx_screen *base, __GLXDRIdrawable *pdraw, int64_t *ust, int64_t *msc, int64_t *sbc) argument
741 driWaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) argument
759 driWaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc) argument
[all...]
H A Dglxcmds.c1841 int64_t ust, msc, sbc; local
1868 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc);
1885 int64_t ust, msc, sbc; local
1907 &sbc);
2074 int64_t * ust, int64_t * msc, int64_t * sbc)
2090 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc);
2241 int64_t * msc, int64_t * sbc)
2261 ust, msc, sbc);
2273 int64_t * msc, int64_t * sbc)
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc);
2073 __glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, int64_t * ust, int64_t * msc, int64_t * sbc) argument
2238 __glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) argument
2271 __glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument
[all...]
/external/mesa3d/include/GL/
H A Dglx.h513 int64_t sbc; member in struct:__anon14372
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc466 void Assembler::sbc(const Register& rd, function in class:vixl::aarch64::Assembler
482 sbc(rd, zr, operand);
/external/v8/src/arm/
H A Dassembler-arm.cc1564 void Assembler::sbc(Register dst, Register src1, const Operand& src2, function in class:v8::internal::Assembler
/external/v8/src/arm64/
H A Dassembler-arm64.cc1155 void Assembler::sbc(const Register& rd, function in class:v8::internal::Assembler
1171 sbc(rd, zr, operand);
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc8630 void Assembler::sbc(Condition cond, function in class:vixl::aarch32::Assembler
8711 Delegate(kSbc, &Assembler::sbc, cond, size, rd, rn, operand);
H A Dassembler-aarch32.h2899 void sbc(Condition cond,
2904 void sbc(Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::Assembler
2905 sbc(al, Best, rd, rn, operand);
2907 void sbc(Condition cond, Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::Assembler
2908 sbc(cond, Best, rd, rn, operand);
2910 void sbc(EncodingSize size, function in class:vixl::aarch32::Assembler
2914 sbc(al, size, rd, rn, operand);
H A Ddisasm-aarch32.cc2413 void Disassembler::sbc(Condition cond, function in class:vixl::aarch32::Disassembler
7514 sbc(CurrentCond(),
8882 sbc(CurrentCond(), Best, Register(rd), Register(rn), imm);
19620 sbc(CurrentCond(),
19649 sbc(CurrentCond(),
19660 sbc(CurrentCond(),
[all...]

Completed in 1067 milliseconds