Searched refs:swap_count (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2.c79 CARD64 swap_count; member in struct:_DRI2Drawable
169 pPriv->swap_count = 0;
680 frame, pPriv->swap_count);
712 pPriv->target_sbc <= pPriv->swap_count) {
714 frame, pPriv->swap_count);
746 pPriv->swap_count++;
758 swap_complete(client, swap_data, type, ust, frame, pPriv->swap_count);
884 *swap_target = pPriv->swap_count + pPriv->swapsPending;
925 *sbc = pPriv->swap_count;
938 *sbc = pPriv->swap_count;
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2.c92 CARD64 swap_count; member in struct:_DRI2Drawable
251 pPriv->swap_count = 0;
999 frame, pPriv->swap_count);
1026 if (pPriv->target_sbc != -1 && pPriv->target_sbc <= pPriv->swap_count) {
1029 frame, pPriv->swap_count);
1056 pPriv->swap_count++;
1068 swap_complete(client, swap_data, type, ust, frame, pPriv->swap_count);
1121 *swap_target = pPriv->swap_count + pPriv->swapsPending + 1;
1235 *sbc = pPriv->swap_count;
1248 *sbc = pPriv->swap_count;
[all...]
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dmodetest.c830 int swap_count; member in struct:pipe_arg
1101 pipe->swap_count++;
1102 if (pipe->swap_count == 60) {
1106 fprintf(stderr, "freq: %.02fHz\n", pipe->swap_count / t);
1107 pipe->swap_count = 0;
1377 pipe_args->swap_count = 0;
1390 pipe_args->swap_count++;
1391 if (pipe_args->swap_count == 60) {
1398 fprintf(stderr, "freq: %.02fHz\n", pipe_args->swap_count / t);
1399 pipe_args->swap_count
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c893 int64_t swap_count = -1; local in function:dri2_x11_swap_buffers_msc
896 swap_count = dri2_copy_region(disp, draw, dri2_surf->region) ? 0 : -1;
908 swap_count = combine_u32_into_u64(reply->swap_hi, reply->swap_lo);
926 return swap_count;
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c979 int64_t swap_count = -1; local in function:dri2_x11_swap_buffers_msc
982 swap_count = dri2_copy_region(drv, disp, draw, dri2_surf->region) ? 0 : -1;
994 swap_count = combine_u32_into_u64(reply->swap_hi, reply->swap_lo);
1012 return swap_count;

Completed in 11 milliseconds