• Home
  • Raw
  • Download

Lines Matching refs:pGetFdInfo

2011 …VkResult vkGetFenceFdKHR( VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, int* pFd  ) const  in vkGetFenceFdKHR()  argument
2013 return ::vkGetFenceFdKHR( device, pGetFdInfo, pFd); in vkGetFenceFdKHR()
2067 …VkResult vkGetMemoryFdKHR( VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd ) co… in vkGetMemoryFdKHR() argument
2069 return ::vkGetMemoryFdKHR( device, pGetFdInfo, pFd); in vkGetMemoryFdKHR()
2327 …VkResult vkGetSemaphoreFdKHR( VkDevice device, const VkSemaphoreGetFdInfoKHR* pGetFdInfo, int* pFd… in vkGetSemaphoreFdKHR() argument
2329 return ::vkGetSemaphoreFdKHR( device, pGetFdInfo, pFd); in vkGetSemaphoreFdKHR()
40940 …Result getMemoryFdKHR( const MemoryGetFdInfoKHR* pGetFdInfo, int* pFd, Dispatch const &d = Dispatc…
40972 …Result getSemaphoreFdKHR( const SemaphoreGetFdInfoKHR* pGetFdInfo, int* pFd, Dispatch const &d = D…
41004 …Result getFenceFdKHR( const FenceGetFdInfoKHR* pGetFdInfo, int* pFd, Dispatch const &d = Dispatch(…
43710 …VULKAN_HPP_INLINE Result Device::getMemoryFdKHR( const MemoryGetFdInfoKHR* pGetFdInfo, int* pFd, D… in getMemoryFdKHR() argument
43712 …d.vkGetMemoryFdKHR( m_device, reinterpret_cast<const VkMemoryGetFdInfoKHR*>( pGetFdInfo ), pFd ) ); in getMemoryFdKHR()
43773 …VULKAN_HPP_INLINE Result Device::getSemaphoreFdKHR( const SemaphoreGetFdInfoKHR* pGetFdInfo, int* … in getSemaphoreFdKHR() argument
43775 …tSemaphoreFdKHR( m_device, reinterpret_cast<const VkSemaphoreGetFdInfoKHR*>( pGetFdInfo ), pFd ) ); in getSemaphoreFdKHR()
43835 …VULKAN_HPP_INLINE Result Device::getFenceFdKHR( const FenceGetFdInfoKHR* pGetFdInfo, int* pFd, Dis… in getFenceFdKHR() argument
43837 …( d.vkGetFenceFdKHR( m_device, reinterpret_cast<const VkFenceGetFdInfoKHR*>( pGetFdInfo ), pFd ) ); in getFenceFdKHR()