Home
last modified time | relevance | path

Searched refs:pImportSemaphoreFdInfo (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.c539 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/
DResourceTracker.cpp5591 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()
DResourceTracker.h257 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
DVkEncoder.h685 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo,
Dfunc_table.cpp3070 VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in gfxstream_vk_ImportSemaphoreFdKHR() argument
3078 internal_pImportSemaphoreFdInfo[i] = pImportSemaphoreFdInfo[i]; in gfxstream_vk_ImportSemaphoreFdKHR()
DVkEncoder.cpp26125 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/
DVkDecoderGlobalState.cpp2659 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()
DVkDecoderGlobalState.h507 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
DVkDecoder.cpp14603 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()
DVkDecoderSnapshot.h1015 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
DVkDecoderSnapshot.cpp2518 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/
Dvulkansc.hpp2370 …aphoreFdKHR( VkDevice device, const VkImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo ) const VU… in vkImportSemaphoreFdKHR()
2372 return ::vkImportSemaphoreFdKHR( device, pImportSemaphoreFdInfo ); in vkImportSemaphoreFdKHR()
Dvulkansc_funcs.hpp6602 …oreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo, Dispatch … in importSemaphoreFdKHR() argument
6605 …dKHR( m_device, reinterpret_cast<const VkImportSemaphoreFdInfoKHR *>( pImportSemaphoreFdInfo ) ) ); in importSemaphoreFdKHR()
Dvulkan.hpp2959 …aphoreFdKHR( VkDevice device, const VkImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo ) const VU… in vkImportSemaphoreFdKHR()
2961 return ::vkImportSemaphoreFdKHR( device, pImportSemaphoreFdInfo ); in vkImportSemaphoreFdKHR()
Dvulkansc_handles.hpp5442 …oreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo, Dispatch …
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8780 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
8786 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc4969 * pname:pImportSemaphoreFdInfo is a pointer to a