HomeSort by: relevance | last modified time | path
    Searched refs:wsi_common_get_current_time (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common.h 267 wsi_common_get_current_time(void);
wsi_common_display.c 181 uint64_t current_time = wsi_common_get_current_time();
1494 (int64_t) (timeout - wsi_common_get_current_time()));
1495 wsi_display_debug_code(uint64_t start_ns = wsi_common_get_current_time());
1527 ((int64_t) (wsi_common_get_current_time() - start_ns)) /
wsi_common_x11.c 1032 uint64_t current_time = wsi_common_get_current_time();
1083 uint64_t current_time = wsi_common_get_current_time();
wsi_common.c 795 wsi_common_get_current_time(void) function
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
wsi_common.h 261 wsi_common_get_current_time(void);
wsi_common_display.c 176 uint64_t current_time = wsi_common_get_current_time();
1448 (int64_t) (timeout - wsi_common_get_current_time()));
1449 wsi_display_debug_code(uint64_t start_ns = wsi_common_get_current_time());
1481 ((int64_t) (wsi_common_get_current_time() - start_ns)) /
wsi_common_x11.c 863 uint64_t current_time = wsi_common_get_current_time();
914 uint64_t current_time = wsi_common_get_current_time();
wsi_common.c 1105 wsi_common_get_current_time(void) function

Completed in 11 milliseconds