Searched refs:gen_device_info_timebase_scale (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/perf/ |
D | gen_perf_mdapi.c | 59 gen_device_info_timebase_scale(devinfo, result->accumulator[0]); in gen_perf_query_result_write_mdapi() 81 gen_device_info_timebase_scale(devinfo, result->accumulator[0]); in gen_perf_query_result_write_mdapi() 83 gen_device_info_timebase_scale(devinfo, result->begin_timestamp); in gen_perf_query_result_write_mdapi() 112 gen_device_info_timebase_scale(devinfo, result->accumulator[0]); in gen_perf_query_result_write_mdapi() 114 gen_device_info_timebase_scale(devinfo, result->begin_timestamp); in gen_perf_query_result_write_mdapi()
|
D | gen_perf_query.c | 1255 if (gen_device_info_timebase_scale(devinfo, in accumulate_oa_reports() 1263 if (gen_device_info_timebase_scale(devinfo, in accumulate_oa_reports()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_queryobj.c | 159 query->Base.Result = gen_device_info_timebase_scale(devinfo, query->Base.Result); in brw_queryobj_get_results() 164 query->Base.Result = gen_device_info_timebase_scale(devinfo, results[0]); in brw_queryobj_get_results() 559 result = gen_device_info_timebase_scale(devinfo, result); in brw_get_timestamp()
|
D | gen6_queryobj.c | 238 query->Base.Result = gen_device_info_timebase_scale(devinfo, query->Base.Result); in gen6_queryobj_get_results() 243 query->Base.Result = gen_device_info_timebase_scale(devinfo, results[0]); in gen6_queryobj_get_results()
|
/external/mesa3d/src/intel/dev/ |
D | gen_device_info.h | 300 gen_device_info_timebase_scale(const struct gen_device_info *devinfo, in gen_device_info_timebase_scale() function
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_query.c | 298 q->result = gen_device_info_timebase_scale(devinfo, q->map->start); in calculate_result_on_cpu() 303 q->result = gen_device_info_timebase_scale(devinfo, q->result); in calculate_result_on_cpu()
|
D | iris_screen.c | 601 result = gen_device_info_timebase_scale(&screen->devinfo, result); in iris_get_timestamp()
|