Home
last modified time | relevance | path

Searched refs:ticks_to_ns (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c219 ticks_to_ns(uint64_t ts) in ticks_to_ns() function
233 result->u64 = ticks_to_ns(sp->result); in time_elapsed_accumulate_result()
241 result->u64 = ticks_to_ns(sp->start); in timestamp_accumulate_result()
656 ctx->ts_to_ns = ticks_to_ns;
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c198 ticks_to_ns(uint32_t ts) in ticks_to_ns() function
212 result->u64 = ticks_to_ns(sp->result); in time_elapsed_accumulate_result()
220 result->u64 = ticks_to_ns(sp->result); in timestamp_accumulate_result()

Completed in 2 milliseconds