Searched refs:timestampPeriod (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_calibrated_timestamps.adoc | 118 `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/ |
D | overlay.cpp | 1946 device_data->properties.limits.timestampPeriod; in overlay_QueuePresentKHR()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 746 * [[limits-timestampPeriod]] pname:timestampPeriod is the number of 4540 | code:float | pname:timestampPeriod | - 4968 | pname:timestampPeriod | - | - |duration
|
D | queries.adoc | 1801 sname:VkPhysicalDeviceLimits::pname:timestampPeriod after a call to
|
D | synchronization.adoc | 7708 <<limits-timestampPeriod, pname:timestampPeriod>> of the device.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4505 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.timestampPeriod ); in operator ()()
|
D | vulkan_hash.hpp | 8512 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.timestampPeriod ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 864 vkStream->write((float*)&forMarshaling->timestampPeriod, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1003 vkStream->read((float*)&forUnmarshaling->timestampPeriod, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 849 memcpy(*ptr, (float*)&forMarshaling->timestampPeriod, sizeof(float)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 927 vkStream->write((float*)&forMarshaling->timestampPeriod, sizeof(float)); in marshal_VkPhysicalDeviceLimits() 1066 vkStream->read((float*)&forUnmarshaling->timestampPeriod, sizeof(float)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 841 memcpy((float*)&forUnmarshaling->timestampPeriod, *ptr, sizeof(float)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3166 float timestampPeriod; member
|