Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_log.c136 uint64_t ns = ctx->ts_to_ns(ts); in process_chunk()
Dfreedreno_context.h391 uint64_t (*ts_to_ns)(uint64_t ts); member
Dfreedreno_context.c475 !(ctx->record_timestamp && ctx->ts_to_ns)) { in fd_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c649 ctx->ts_to_ns = ticks_to_ns; in fd6_query_context_init()