Searched refs:remainder_lo (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Ddri2proto.h216 CARD32 remainder_lo; member in struct:__anonc056bdb20e08
252 CARD32 remainder_lo; member in struct:__anonc056bdb21108
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri2_glx.c475 uint32_t remainder_hi, remainder_lo; local in function:dri2WaitForMSC
479 split_counter(remainder, &remainder_hi, &remainder_lo);
484 remainder_hi, remainder_lo);
799 uint32_t remainder_hi, remainder_lo; local in function:dri2XcbSwapBuffers
805 split_counter(remainder, &remainder_hi, &remainder_lo);
811 remainder_hi, remainder_lo);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; local in function:dri2WaitForMSC
418 split_counter(remainder, &remainder_hi, &remainder_lo);
423 remainder_hi, remainder_lo);
739 uint32_t remainder_hi, remainder_lo; local in function:dri2XcbSwapBuffers
745 split_counter(remainder, &remainder_hi, &remainder_lo);
751 remainder_hi, remainder_lo);
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri2.c491 req->remainder_lo = remainder & 0xffffffff;
571 req->remainder_lo = remainder & 0xffffffff;
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri2.c491 req->remainder_lo = remainder & 0xffffffff;
571 req->remainder_lo = remainder & 0xffffffff;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2ext.c406 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi);
481 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2ext.c422 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi);
495 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c890 uint32_t remainder_lo = remainder & 0xffffffff; local in function:dri2_x11_swap_buffers_msc
903 remainder_hi, remainder_lo);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c976 uint32_t remainder_lo = remainder & 0xffffffff; local in function:dri2_x11_swap_buffers_msc
989 remainder_hi, remainder_lo);

Completed in 16 milliseconds