Home
last modified time | relevance | path

Searched refs:VkCalibratedTimestampInfoEXT (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_calibrated_timestamps.adoc94 const VkCalibratedTimestampInfoEXT* pTimestampInfos,
98 typedef struct VkCalibratedTimestampInfoEXT {
102 } VkCalibratedTimestampInfoEXT;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc7633 slink:VkCalibratedTimestampInfoEXT structures, describing the time
7664 The pname:timeDomain value of each slink:VkCalibratedTimestampInfoEXT in
7673 [open,refpage='VkCalibratedTimestampInfoEXT',desc='Structure specifying the input parameters of a c…
7675 The sname:VkCalibratedTimestampInfoEXT structure is defined as:
7677 include::{generated}/api/structs/VkCalibratedTimestampInfoEXT.adoc[]
7687 * [[VUID-VkCalibratedTimestampInfoEXT-timeDomain-02354]]
7691 include::{generated}/validity/structs/VkCalibratedTimestampInfoEXT.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp7920 …mestampsEXT( m_device, timestampCount, reinterpret_cast<const VkCalibratedTimestampInfoEXT *>( pTi… in getCalibratedTimestampsEXT()
7933 …sEXT( m_device, timestampInfos.size(), reinterpret_cast<const VkCalibratedTimestampInfoEXT *>( tim… in getCalibratedTimestampsEXT()
7948 …sEXT( m_device, timestampInfos.size(), reinterpret_cast<const VkCalibratedTimestampInfoEXT *>( tim… in getCalibratedTimestampsEXT()
7963 …tCalibratedTimestampsEXT( m_device, 1, reinterpret_cast<const VkCalibratedTimestampInfoEXT *>( &ti… in getCalibratedTimestampEXT()
Dvulkansc_static_assertions.hpp1654 …VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoEXT ) == sizeof( VkCalibratedTimestampInfoEXT ), "str…
Dvulkansc_raii.hpp9437 …e>( m_device ), timestampInfos.size(), reinterpret_cast<const VkCalibratedTimestampInfoEXT *>( tim… in getCalibratedTimestampsEXT()
9452 … static_cast<VkDevice>( m_device ), 1, reinterpret_cast<const VkCalibratedTimestampInfoEXT *>( &ti… in getCalibratedTimestampEXT()
Dvulkansc.hpp2646 …imestampsEXT( VkDevice device, uint32_t timestampCount, const VkCalibratedTimestampInfoEXT * pTime… in vkGetCalibratedTimestampsEXT()
Dvulkan_static_assertions.hpp2645 …VULKAN_HPP_NAMESPACE::CalibratedTimestampInfoEXT ) == sizeof( VkCalibratedTimestampInfoEXT ), "str…
Dvulkan_raii.hpp16534 …e>( m_device ), timestampInfos.size(), reinterpret_cast<const VkCalibratedTimestampInfoEXT *>( tim… in getCalibratedTimestampsEXT()
16549 … static_cast<VkDevice>( m_device ), 1, reinterpret_cast<const VkCalibratedTimestampInfoEXT *>( &ti… in getCalibratedTimestampEXT()
Dvulkan.hpp3793 …imestampsEXT( VkDevice device, uint32_t timestampCount, const VkCalibratedTimestampInfoEXT * pTime… in vkGetCalibratedTimestampsEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13021 typedef struct VkCalibratedTimestampInfoEXT { struct
13025 } VkCalibratedTimestampInfoEXT; argument
13028 …imestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalibratedTimestampInfoEXT* pTimes…
13039 const VkCalibratedTimestampInfoEXT* pTimestampInfos,