Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_calibrated_timestamps.adoc118 `VkPhysicalDeviceLimits::timestampPeriod` makes it possible to calculate future device timestamps a…
122 futureTimestamp = calibratedTimestamp + deltaNanoseconds / timestampPeriod
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1946 device_data->properties.limits.timestampPeriod; in overlay_QueuePresentKHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc746 * [[limits-timestampPeriod]] pname:timestampPeriod is the number of
4540 | code:float | pname:timestampPeriod | -
4968 | pname:timestampPeriod | - | - |duration
Dqueries.adoc1801 sname:VkPhysicalDeviceLimits::pname:timestampPeriod after a call to
Dsynchronization.adoc7708 <<limits-timestampPeriod, pname:timestampPeriod>> of the device.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4505 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.timestampPeriod ); in operator ()()
Dvulkan_hash.hpp8512 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.timestampPeriod ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp864 vkStream->write((float*)&forMarshaling->timestampPeriod, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1003 vkStream->read((float*)&forUnmarshaling->timestampPeriod, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp849 memcpy(*ptr, (float*)&forMarshaling->timestampPeriod, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp927 vkStream->write((float*)&forMarshaling->timestampPeriod, sizeof(float)); in marshal_VkPhysicalDeviceLimits()
1066 vkStream->read((float*)&forUnmarshaling->timestampPeriod, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp841 memcpy((float*)&forUnmarshaling->timestampPeriod, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3166 float timestampPeriod; member