Home
last modified time | relevance | path

Searched refs:hw_has_timestamp (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.h65 int hw_has_timestamp; member
Dbrw_queryobj.c59 if (brw->screen->hw_has_timestamp == 2) { in brw_raw_timestamp_delta()
544 switch (brw->screen->hw_has_timestamp) { in brw_get_timestamp()
Dbrw_extensions.c219 ctx->Extensions.ARB_timer_query = brw->screen->hw_has_timestamp; in brw_init_extensions()
Dbrw_screen.c2607 screen->hw_has_timestamp = brw_detect_timestamp(screen); in brw_init_screen()