Searched refs:swap_count (Results 1 – 2 of 2) sorted by relevance
698 int swap_count; member929 pipe->swap_count++; in page_flip_handler()930 if (pipe->swap_count == 60) { in page_flip_handler()934 fprintf(stderr, "freq: %.02fHz\n", pipe->swap_count / t); in page_flip_handler()935 pipe->swap_count = 0; in page_flip_handler()1222 pipe->swap_count = 0; in test_page_flip()
711 int64_t swap_count = -1; in dri2_swap_buffers_msc() local731 swap_count = (((int64_t)reply->swap_hi) << 32) | reply->swap_lo; in dri2_swap_buffers_msc()742 return swap_count; in dri2_swap_buffers_msc()