/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | QueryVk.cpp | 582 double timestampPeriod = renderer->getPhysicalDeviceProperties().limits.timestampPeriod; in getResult() local 594 result.getResult(vk::QueryResult::kDefaultResultIndex) * timestampPeriod); in getResult() 606 mCachedResult = static_cast<uint64_t>(delta * timestampPeriod); in getResult()
|
H A D | ContextVk.cpp | 2506 // timestampPeriod gives nanoseconds/cycle. in synchronizeCpuGpuTime() 2509 static_cast<double>(getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod) / in synchronizeCpuGpuTime() 2617 getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod) * in synchronizeCpuGpuTime() 5760 static_cast<double>(getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod));
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DeviceVk.cpp | 1014 return mDeviceInfo.properties.limits.timestampPeriod; in GetTimestampPeriodInNS()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 757 .timestampPeriod = 1, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 986 .timestampPeriod = 0.0f, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 359 .timestampPeriod = 1, in lvp_physical_device_init()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 273 * can be obtained from VkPhysicalDeviceLimits::timestampPeriod in timestamp_to_nanoseconds() 276 *timestamp *= (double)screen->info.props.limits.timestampPeriod; in timestamp_to_nanoseconds()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1075 props->limits.timestampPeriod = 1.0f; in getPhysicalDeviceProperties()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1210 .timestampPeriod = 1000000000.0 / 19200000.0, /* CP_ALWAYS_ON_COUNTER is fixed 19.2MHz */ in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1513 .timestampPeriod = timestamp_period, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1501 .timestampPeriod = pdevice->timestamp_period, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 245 { LIMIT(timestampPeriod), 0, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_NONE, -1, false }, in validateFeatureLimits() 851 { PN(checkAlways), PN(limits.timestampPeriod), LIM_NONE_UINT32 }, in validateLimits12() 2847 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.timestampPeriod),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 245 { LIMIT(timestampPeriod), 0, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_NONE, -1, false }, in validateFeatureLimits() 842 { PN(checkAlways), PN(limits.timestampPeriod), LIM_NONE_UINT32 }, in validateLimits12() 2872 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.timestampPeriod),
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1939 device_data->properties.limits.timestampPeriod; in overlay_QueuePresentKHR()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 1032 m_timestampPeriod = getPhysicalDeviceProperties(vki, physDevice).limits.timestampPeriod;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 955 m_timestampPeriod = getPhysicalDeviceProperties(vki, physDevice).limits.timestampPeriod;
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1989 .timestampPeriod = 1000000000.0 / devinfo->timestamp_frequency, in anv_GetPhysicalDeviceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3496 float timestampPeriod; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2011 .timestampPeriod = 1000000.0 / pdevice->rad_info.clock_crystal_freq, in radv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1909 float timestampPeriod; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 122 size += vn_sizeof_float(&val->timestampPeriod); in vn_sizeof_VkPhysicalDeviceLimits() 248 vn_decode_float(dec, &val->timestampPeriod); in vn_decode_VkPhysicalDeviceLimits() 366 /* skip val->timestampPeriod */ in vn_sizeof_VkPhysicalDeviceLimits_partial() 478 /* skip val->timestampPeriod */ in vn_encode_VkPhysicalDeviceLimits_partial()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2636 float timestampPeriod; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 45989 float timestampPeriod = {}; global() member [all...] |
H A D | vulkan_core.h | 2729 float timestampPeriod; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2993 float timestampPeriod; member
|