HomeSort by relevance Sort by last modified time
    Searched refs:swr_get_timestamp (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/
swr_fence.h 87 uint64_t swr_get_timestamp(struct pipe_screen *screen);
swr_fence.cpp 136 swr_get_timestamp(struct pipe_screen *screen) function
147 p_screen->get_timestamp = swr_get_timestamp;
swr_query.cpp 174 pq->result.timestamp_start = swr_get_timestamp(pipe->screen);
206 pq->result.timestamp_end = swr_get_timestamp(pipe->screen);

Completed in 65 milliseconds