Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/vulkan/
DQueryVk.cpp559 double timestampPeriod = renderer->getPhysicalDeviceProperties().limits.timestampPeriod; in getResult() local
571 result.getResult(vk::QueryResult::kDefaultResultIndex) * timestampPeriod); in getResult()
583 mCachedResult = static_cast<uint64_t>(delta * timestampPeriod); in getResult()
DContextVk.cpp3755 static_cast<double>(getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod) / in synchronizeCpuGpuTime()
3862 getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod) * in flushGpuEvents()
7348 static_cast<double>(getRenderer()->getPhysicalDeviceProperties().limits.timestampPeriod)); in getTimestamp()
/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/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1035 props->limits.timestampPeriod = 1.0f; in getPhysicalDeviceProperties()
/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/pipeline/
DvktPipelineTimestampTests.cpp955 m_timestampPeriod = getPhysicalDeviceProperties(vki, physDevice).limits.timestampPeriod;
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1930 device_data->properties.limits.timestampPeriod; in overlay_QueuePresentKHR()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp245 …{ LIMIT(timestampPeriod), 0, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_NONE, -1, f… in validateFeatureLimits()
842 { PN(checkAlways), PN(limits.timestampPeriod), LIM_NONE_UINT32 }, in validateLimits12()
2872 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.timestampPeriod),
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl341 float timestampPeriod; member
DvkVulkan_c.inl1894 float timestampPeriod; member
DvkStrUtilImpl.inl3088 s << "\ttimestampPeriod = " << value.timestampPeriod << '\n';
/external/mesa3d/src/intel/vulkan/
Danv_device.c1619 .timestampPeriod = 1000000000.0 / devinfo->timestamp_frequency, in anv_GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h1889 float timestampPeriod; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl1130 float timestampPeriod; member
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1624 .timestampPeriod = 1000000.0 / pdevice->rad_info.clock_crystal_freq, in radv_GetPhysicalDeviceProperties()
/external/mesa3d/include/vulkan/
Dvulkan_core.h2326 float timestampPeriod; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2636 float timestampPeriod; member
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h3023 float timestampPeriod; member
Dvn_protocol_renderer_device.h124 vn_encode_float(enc, &val->timestampPeriod); in vn_encode_VkPhysicalDeviceLimits()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h3133 float timestampPeriod; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h3135 float timestampPeriod; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h3027 float timestampPeriod; member

12