Home
last modified time | relevance | path

Searched refs:swr_get_timestamp (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_fence.cpp142 swr_get_timestamp(struct pipe_screen *screen) in swr_get_timestamp() function
153 p_screen->get_timestamp = swr_get_timestamp; in swr_fence_init()
Dswr_fence.h87 uint64_t swr_get_timestamp(struct pipe_screen *screen);
Dswr_query.cpp175 pq->result.timestamp_start = swr_get_timestamp(pipe->screen); in swr_begin_query()
207 pq->result.timestamp_end = swr_get_timestamp(pipe->screen); in swr_end_query()