Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_device.h232 pan_gpu_time_to_ns(struct panfrost_device *dev, uint64_t gpu_time) in pan_gpu_time_to_ns() function
Dpan_screen.c666 caps->timer_resolution = pan_gpu_time_to_ns(dev, 1); in panfrost_init_screen_caps()
866 return pan_gpu_time_to_ns(dev, pan_kmod_query_timestamp(dev->kmod.dev)); in panfrost_get_timestamp()
Dpan_context.c799 vresult->u64 = pan_gpu_time_to_ns(dev, *timestamp); in panfrost_get_query_result()
815 vresult->u64 = pan_gpu_time_to_ns(dev, timestamp[1] - timestamp[0]); in panfrost_get_query_result()