Home
last modified time | relevance | path

Searched refs:timestamp_period (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/compute/hs/vk/bench/
Dmain.c1123 float const timestamp_period = phy_device_props.limits.timestampPeriod; in main() local
1143 timestamp_period * elapsed_ns_sum / 1e6 / loops, // avg msecs in main()
1144 timestamp_period * elapsed_ns_min / 1e6, // min msecs in main()
1145 timestamp_period * elapsed_ns_max / 1e6, // max msecs in main()
1146 1000.0 * count * loops / (timestamp_period * elapsed_ns_sum), // mkeys / sec - avg in main()
1147 1000.0 * count / (timestamp_period * elapsed_ns_min)); // mkeys / sec - max in main()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c819 const float timestamp_period = in v3dv_GetPhysicalDeviceProperties() local
932 .timestampPeriod = timestamp_period, in v3dv_GetPhysicalDeviceProperties()