Home
last modified time | relevance | path

Searched refs:timestampPeriod (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DQueryVk.cpp582 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 DContextVk.cpp2506 // 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 DDeviceVk.cpp1014 return mDeviceInfo.properties.limits.timestampPeriod; in GetTimestampPeriodInNS()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c757 .timestampPeriod = 1, in panvk_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c986 .timestampPeriod = 0.0f, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c359 .timestampPeriod = 1, in lvp_physical_device_init()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c273 * 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 DvkNullDriver.cpp1075 props->limits.timestampPeriod = 1.0f; in getPhysicalDeviceProperties()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1210 .timestampPeriod = 1000000000.0 / 19200000.0, /* CP_ALWAYS_ON_COUNTER is fixed 19.2MHz */ in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1513 .timestampPeriod = timestamp_period, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1501 .timestampPeriod = pdevice->timestamp_period, in dzn_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp245 { 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 DvktApiFeatureInfo.cpp245 { 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 Doverlay.cpp1939 device_data->properties.limits.timestampPeriod; in overlay_QueuePresentKHR()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp1032 m_timestampPeriod = getPhysicalDeviceProperties(vki, physDevice).limits.timestampPeriod;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp955 m_timestampPeriod = getPhysicalDeviceProperties(vki, physDevice).limits.timestampPeriod;
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1989 .timestampPeriod = 1000000000.0 / devinfo->timestamp_frequency, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3496 float timestampPeriod; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2011 .timestampPeriod = 1000000.0 / pdevice->rad_info.clock_crystal_freq, in radv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1909 float timestampPeriod; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h122 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 Dvulkan_core.h2636 float timestampPeriod; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp45989 float timestampPeriod = {}; global() member
[all...]
H A Dvulkan_core.h2729 float timestampPeriod; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2993 float timestampPeriod; member

Completed in 333 milliseconds

12