Home
last modified time | relevance | path

Searched refs:timestampPeriod (Results 1 – 25 of 29) sorted by relevance

12

/external/angle/src/libANGLE/renderer/vulkan/
DQueryVk.cpp575 double timestampPeriod = renderer->getPhysicalDeviceProperties().limits.timestampPeriod; in getResult() local
587 result.getResult(vk::QueryResult::kDefaultResultIndex) * timestampPeriod); in getResult()
599 mCachedResult = static_cast<uint64_t>(delta * timestampPeriod); in getResult()
DContextVk.cpp2385 static_cast<double>(getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod) / in synchronizeCpuGpuTime()
2493 getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod) * in flushGpuEvents()
5450 static_cast<double>(getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod)); in getTimestamp()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.h199 float timestampPeriod{0.f};
DVulkanRuntime.cpp213 float microsec = (timestamps[1] - timestamps[0]) * timestampPeriod / 1000; in run()
771 timestampPeriod = deviceProperties.limits.timestampPeriod; in createQueryPool()
/external/mesa3d/docs/relnotes/
D17.0.5.rst80 - radv: report timestampPeriod correctly
/external/mesa3d/src/gallium/drivers/zink/
Dzink_query.c57 *timestamp *= screen->info.props.limits.timestampPeriod; in timestamp_to_nanoseconds()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c1123 float const timestamp_period = phy_device_props.limits.timestampPeriod; in main()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1073 props->limits.timestampPeriod = 1.0f; in getPhysicalDeviceProperties()
DvkStructTypes.inl330 float timestampPeriod; member
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c500 .timestampPeriod = 1, in lvp_GetPhysicalDeviceProperties()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c732 .timestampPeriod = 1000000000.0 / 19200000.0, /* CP_ALWAYS_ON_COUNTER is fixed 19.2MHz */ in tu_GetPhysicalDeviceProperties2()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c932 .timestampPeriod = timestamp_period, in v3dv_GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp243 { LIMIT(timestampPeriod), 0, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_NONE, -1 }, in validateFeatureLimits()
821 { PN(checkAlways), PN(limits.timestampPeriod), LIM_NONE_UINT32 }, in validateLimits12()
2453 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.timestampPeriod),
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1930 device_data->properties.limits.timestampPeriod; in overlay_QueuePresentKHR()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp1100 m_timestampPeriod = getPhysicalDeviceProperties(vki, physDevice).limits.timestampPeriod;
/external/mesa3d/src/intel/vulkan/
Danv_device.c1619 .timestampPeriod = 1000000000.0 / devinfo->timestamp_frequency, in anv_GetPhysicalDeviceProperties()
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1848 float timestampPeriod; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1848 float timestampPeriod; member
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1624 .timestampPeriod = 1000000.0 / pdevice->rad_info.clock_crystal_freq, in radv_GetPhysicalDeviceProperties()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2326 float timestampPeriod; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2330 float timestampPeriod; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h2326 float timestampPeriod; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h2636 float timestampPeriod; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h2670 float timestampPeriod; member
Dvulkan_structs.hpp40943 , timestampPeriod( timestampPeriod_ )
41079 … ( timestampPeriod == rhs.timestampPeriod ) && ( maxClipDistances == rhs.maxClipDistances ) && in operator ==()
41190 …float timestampPeriod member

12