Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_log.c69 struct fd_bo *timestamps_bo; member
96 chunk->timestamps_bo = fd_bo_new(batch->ctx->screen->dev, bo_size, in get_chunk()
110 fd_bo_del(chunk->timestamps_bo); in free_chunk()
130 uint64_t *timestamps = fd_bo_map(chunk->timestamps_bo); in process_chunk()
182 int ret = fd_bo_cpu_prep(chunk->timestamps_bo, ctx->pipe, flags); in fd_log_process()
232 uint64_t *ts = fd_bo_map(chunk->timestamps_bo); in _fd_log()
238 ctx->record_timestamp(ring, chunk->timestamps_bo, in _fd_log()