Searched refs:pMaxDeviation (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_calibrated_timestamps.adoc | 96 uint64_t* pMaxDeviation); 106 …he maximum positive deviation between the timestamps returned as a single value in `pMaxDeviation`.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 2646 …imestampInfoEXT * pTimestampInfos, uint64_t * pTimestamps, uint64_t * pMaxDeviation ) const VULKAN… in vkGetCalibratedTimestampsEXT() 2648 …kGetCalibratedTimestampsEXT( device, timestampCount, pTimestampInfos, pTimestamps, pMaxDeviation ); in vkGetCalibratedTimestampsEXT()
|
D | vulkansc_funcs.hpp | 7917 …imestampInfoEXT * pTimestampInfos, uint64_t * pTimestamps, uint64_t * pMaxDeviation, Dispatch cons… in getCalibratedTimestampsEXT() argument 7920 …pret_cast<const VkCalibratedTimestampInfoEXT *>( pTimestampInfos ), pTimestamps, pMaxDeviation ) ); in getCalibratedTimestampsEXT()
|
D | vulkan.hpp | 3793 …imestampInfoEXT * pTimestampInfos, uint64_t * pTimestamps, uint64_t * pMaxDeviation ) const VULKAN… in vkGetCalibratedTimestampsEXT() 3795 …kGetCalibratedTimestampsEXT( device, timestampCount, pTimestampInfos, pTimestamps, pMaxDeviation ); in vkGetCalibratedTimestampsEXT()
|
D | vulkansc_handles.hpp | 5593 …imestampInfoEXT * pTimestampInfos, uint64_t * pTimestamps, uint64_t * pMaxDeviation, Dispatch cons…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 13028 …nst VkCalibratedTimestampInfoEXT* pTimestampInfos, uint64_t* pTimestamps, uint64_t* pMaxDeviation); 13041 uint64_t* pMaxDeviation);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 7638 * pname:pMaxDeviation is a pointer to a 64-bit unsigned integer value in
|