Searched refs:timestamp_frequency (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | gen_device_info.c | 43 .timestamp_frequency = 12500000, 61 .timestamp_frequency = 12500000, 78 .timestamp_frequency = 12500000, 105 .timestamp_frequency = 12500000, 132 .timestamp_frequency = 12500000, 142 .timestamp_frequency = 12500000 328 .timestamp_frequency = 12500000 434 .timestamp_frequency = 12000000, \ 461 .timestamp_frequency = 19200000, \ 678 .timestamp_frequency = 19200000, \
|
D | gen_device_info.h | 194 uint64_t timestamp_frequency; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 569 return tmp ? tmp / devinfo->timestamp_frequency : 0; in timebase_scale() 1161 prev_sample_period = 1000000000ull * pow(2, e + 1) / devinfo->timestamp_frequency; in brw_begin_perf_query() 1162 next_sample_period = 1000000000ull * pow(2, e + 2) / devinfo->timestamp_frequency; in brw_begin_perf_query() 1922 brw->perfquery.sys_vars.timestamp_frequency = devinfo->timestamp_frequency; in init_oa_sys_vars()
|
D | brw_queryobj.c | 50 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency; in brw_timebase_scale()
|
D | brw_context.h | 1170 uint64_t timestamp_frequency; /** $GpuTimestampFrequency */ member
|
D | intel_screen.c | 1741 screen->devinfo.timestamp_frequency = freq; in intel_cs_timestamp_frequency()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 375 int timestamp_frequency = in anv_physical_device_init() local 378 if (timestamp_frequency < 0) in anv_physical_device_init() 381 device->info.timestamp_frequency = timestamp_frequency; in anv_physical_device_init() 916 .timestampPeriod = 1000000000.0 / devinfo->timestamp_frequency, in anv_GetPhysicalDeviceProperties()
|