Home
last modified time | relevance | path

Searched refs:VkRefreshCycleDurationGOOGLE (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GOOGLE_display_timing/
Dqueries.adoc55 sname:VkRefreshCycleDurationGOOGLE structure.
60 [open,refpage='VkRefreshCycleDurationGOOGLE',desc='Structure containing the RC duration of a displa…
62 The sname:VkRefreshCycleDurationGOOGLE structure is defined as:
64 include::{generated}/api/structs/VkRefreshCycleDurationGOOGLE.adoc[]
69 include::{generated}/validity/structs/VkRefreshCycleDurationGOOGLE.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11618 typedef struct VkRefreshCycleDurationGOOGLE { struct
11620 } VkRefreshCycleDurationGOOGLE; argument
11642 …cleDurationGOOGLE)(VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE* pDispl…
11649 VkRefreshCycleDurationGOOGLE* pDisplayTimingProperties);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp1973 …VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE ) == sizeof( VkRefreshCycleDurationGOOGLE ), "str…
Dvulkan.hpp3087 …cleDurationGOOGLE( VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE * pDisp… in vkGetRefreshCycleDurationGOOGLE()
Dvulkan_raii.hpp14872 … static_cast<VkSwapchainKHR>( m_swapchain ), reinterpret_cast<VkRefreshCycleDurationGOOGLE *>( &di… in getRefreshCycleDurationGOOGLE()