Searched refs:gpu_timestamp (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/ds/
H A Dintel_pps_driver.cc119 corr.gpu_timestamp = attempts[best].gpu_ts;
218 uint32_t corr_a_gpu_ts = corr_a.gpu_timestamp & mask;
219 uint32_t corr_b_gpu_ts = corr_b.gpu_timestamp & mask;
228 double(corr_b.gpu_timestamp - corr_a.gpu_timestamp);
370 auto gpu_timestamp = report_b->timestamp; local in function:pps::IntelDriver::gpu_next
375 return gpu_timestamp;
380 if (auto gpu_timestamp = gpu_next()) { local in function:pps::IntelDriver::cpu_next
381 auto cpu_timestamp = correlate_gpu_timestamp(gpu_timestamp);
H A Dintel_pps_driver.h22 uint64_t gpu_timestamp; member in struct:pps::TimestampCorrelation
/xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
H A Dgen_device_info.h280 uint64_t gpu_timestamp)
282 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency;
279 gen_device_info_timebase_scale(const struct gen_device_info * devinfo,uint64_t gpu_timestamp) argument
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_device_info.h410 uint64_t gpu_timestamp)
412 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency;
409 intel_device_info_timebase_scale(const struct intel_device_info * devinfo,uint64_t gpu_timestamp) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.h797 uint64_t gpu_timestamp);
H A Diris_query.c295 uint64_t gpu_timestamp)
297 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency;
294 iris_timebase_scale(const struct gen_device_info * devinfo,uint64_t gpu_timestamp) argument

Completed in 8 milliseconds