Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dgen_device_info.c43 .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, \
Dgen_device_info.h194 uint64_t timestamp_frequency; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c569 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()
Dbrw_queryobj.c50 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency; in brw_timebase_scale()
Dbrw_context.h1170 uint64_t timestamp_frequency; /** $GpuTimestampFrequency */ member
Dintel_screen.c1741 screen->devinfo.timestamp_frequency = freq; in intel_cs_timestamp_frequency()
/external/mesa3d/src/intel/vulkan/
Danv_device.c375 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()