/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_semaphore.c | 539 const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) in vk_common_ImportSemaphoreFdKHR() argument 542 VK_FROM_HANDLE(vk_semaphore, semaphore, pImportSemaphoreFdInfo->semaphore); in vk_common_ImportSemaphoreFdKHR() 544 assert(pImportSemaphoreFdInfo->sType == in vk_common_ImportSemaphoreFdKHR() 547 const int fd = pImportSemaphoreFdInfo->fd; in vk_common_ImportSemaphoreFdKHR() 549 pImportSemaphoreFdInfo->handleType; in vk_common_ImportSemaphoreFdKHR() 552 if (pImportSemaphoreFdInfo->flags & VK_SEMAPHORE_IMPORT_TEMPORARY_BIT) { in vk_common_ImportSemaphoreFdKHR() 584 switch (pImportSemaphoreFdInfo->handleType) { in vk_common_ImportSemaphoreFdKHR()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 5591 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in on_vkImportSemaphoreFdKHR() argument 5600 if (pImportSemaphoreFdInfo->handleType & VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT) { in on_vkImportSemaphoreFdKHR() 5601 VkImportSemaphoreFdInfoKHR tmpInfo = *pImportSemaphoreFdInfo; in on_vkImportSemaphoreFdKHR() 5605 auto semaphoreIt = info_VkSemaphore.find(pImportSemaphoreFdInfo->semaphore); in on_vkImportSemaphoreFdKHR() 5612 info.syncFd.emplace(pImportSemaphoreFdInfo->fd); in on_vkImportSemaphoreFdKHR() 5616 int fd = pImportSemaphoreFdInfo->fd; in on_vkImportSemaphoreFdKHR() 5623 VkImportSemaphoreFdInfoKHR tmpInfo = *pImportSemaphoreFdInfo; in on_vkImportSemaphoreFdKHR() 5633 (void)pImportSemaphoreFdInfo; in on_vkImportSemaphoreFdKHR()
|
D | ResourceTracker.h | 257 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | VkEncoder.h | 685 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo,
|
D | func_table.cpp | 3070 VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in gfxstream_vk_ImportSemaphoreFdKHR() argument 3078 internal_pImportSemaphoreFdInfo[i] = pImportSemaphoreFdInfo[i]; in gfxstream_vk_ImportSemaphoreFdKHR()
|
D | VkEncoder.cpp | 26125 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo, in vkImportSemaphoreFdKHR() argument 26155 pImportSemaphoreFdInfo); in vkImportSemaphoreFdKHR() 26166 if (pImportSemaphoreFdInfo) { in vkImportSemaphoreFdKHR() 26170 pool, VK_STRUCTURE_TYPE_MAX_ENUM, pImportSemaphoreFdInfo, in vkImportSemaphoreFdKHR()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 2659 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in on_vkImportSemaphoreFdKHR() argument 2667 mExternalSemaphoresById[pImportSemaphoreFdInfo->fd]); in on_vkImportSemaphoreFdKHR() 2678 pImportSemaphoreFdInfo->semaphore, in on_vkImportSemaphoreFdKHR() 2679 pImportSemaphoreFdInfo->flags, in on_vkImportSemaphoreFdKHR() 2694 VkImportSemaphoreFdInfoKHR importInfo = *pImportSemaphoreFdInfo; in on_vkImportSemaphoreFdKHR() 2695 importInfo.fd = dup(pImportSemaphoreFdInfo->fd); in on_vkImportSemaphoreFdKHR() 8059 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in on_vkImportSemaphoreFdKHR() argument 8060 return mImpl->on_vkImportSemaphoreFdKHR(pool, device, pImportSemaphoreFdInfo); in on_vkImportSemaphoreFdKHR()
|
D | VkDecoderGlobalState.h | 507 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | VkDecoder.cpp | 14603 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo; in decode() local 14609 vkReadStream->alloc((void**)&pImportSemaphoreFdInfo, in decode() 14613 (VkImportSemaphoreFdInfoKHR*)(pImportSemaphoreFdInfo), readStreamPtrPtr); in decode() 14614 if (pImportSemaphoreFdInfo) { in decode() 14616 m_state, (VkImportSemaphoreFdInfoKHR*)(pImportSemaphoreFdInfo)); in decode() 14621 (unsigned long long)pImportSemaphoreFdInfo); in decode() 14625 m_state->on_vkImportSemaphoreFdKHR(&m_pool, device, pImportSemaphoreFdInfo); in decode() 14639 vkImportSemaphoreFdKHR_VkResult_return, device, pImportSemaphoreFdInfo); in decode()
|
D | VkDecoderSnapshot.h | 1015 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | VkDecoderSnapshot.cpp | 2518 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) {} in vkImportSemaphoreFdKHR() argument 6055 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in vkImportSemaphoreFdKHR() argument 6057 device, pImportSemaphoreFdInfo); in vkImportSemaphoreFdKHR()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 2370 …aphoreFdKHR( VkDevice device, const VkImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo ) const VU… in vkImportSemaphoreFdKHR() 2372 return ::vkImportSemaphoreFdKHR( device, pImportSemaphoreFdInfo ); in vkImportSemaphoreFdKHR()
|
D | vulkansc_funcs.hpp | 6602 …oreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo, Dispatch … in importSemaphoreFdKHR() argument 6605 …dKHR( m_device, reinterpret_cast<const VkImportSemaphoreFdInfoKHR *>( pImportSemaphoreFdInfo ) ) ); in importSemaphoreFdKHR()
|
D | vulkan.hpp | 2959 …aphoreFdKHR( VkDevice device, const VkImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo ) const VU… in vkImportSemaphoreFdKHR() 2961 return ::vkImportSemaphoreFdKHR( device, pImportSemaphoreFdInfo ); in vkImportSemaphoreFdKHR()
|
D | vulkansc_handles.hpp | 5442 …oreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo, Dispatch …
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 8780 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 8786 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 4969 * pname:pImportSemaphoreFdInfo is a pointer to a
|