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

/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_fence.h87 uint64_t swr_get_timestamp(struct pipe_screen *screen);
H A Dswr_fence.cpp136 swr_get_timestamp(struct pipe_screen *screen) function
147 p_screen->get_timestamp = swr_get_timestamp;
H A Dswr_query.cpp174 pq->result.timestamp_start = swr_get_timestamp(pipe->screen);
206 pq->result.timestamp_end = swr_get_timestamp(pipe->screen);

Completed in 113 milliseconds