Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c1135 const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) in v3dv_ImportSemaphoreFdKHR() argument
1138 V3DV_FROM_HANDLE(v3dv_semaphore, sem, pImportSemaphoreFdInfo->semaphore); in v3dv_ImportSemaphoreFdKHR()
1140 assert(pImportSemaphoreFdInfo->sType == in v3dv_ImportSemaphoreFdKHR()
1143 int fd = pImportSemaphoreFdInfo->fd; in v3dv_ImportSemaphoreFdKHR()
1147 pImportSemaphoreFdInfo->handleType == VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT || in v3dv_ImportSemaphoreFdKHR()
1148 (pImportSemaphoreFdInfo->flags & VK_SEMAPHORE_IMPORT_TEMPORARY_BIT); in v3dv_ImportSemaphoreFdKHR()
1151 switch (pImportSemaphoreFdInfo->handleType) { in v3dv_ImportSemaphoreFdKHR()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c974 VkDevice device, const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) in vn_ImportSemaphoreFdKHR() argument
978 vn_semaphore_from_handle(pImportSemaphoreFdInfo->semaphore); in vn_ImportSemaphoreFdKHR()
980 pImportSemaphoreFdInfo->handleType == in vn_ImportSemaphoreFdKHR()
982 const int fd = pImportSemaphoreFdInfo->fd; in vn_ImportSemaphoreFdKHR()
/third_party/mesa3d/src/intel/vulkan/
Danv_queue.c2394 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) in anv_ImportSemaphoreFdKHR() argument
2397 ANV_FROM_HANDLE(anv_semaphore, semaphore, pImportSemaphoreFdInfo->semaphore); in anv_ImportSemaphoreFdKHR()
2398 int fd = pImportSemaphoreFdInfo->fd; in anv_ImportSemaphoreFdKHR()
2404 switch (pImportSemaphoreFdInfo->handleType) { in anv_ImportSemaphoreFdKHR()
2411 if (pImportSemaphoreFdInfo->flags & VK_SEMAPHORE_IMPORT_TEMPORARY_BIT) in anv_ImportSemaphoreFdKHR()
2465 if (pImportSemaphoreFdInfo->flags & VK_SEMAPHORE_IMPORT_TEMPORARY_BIT) { in anv_ImportSemaphoreFdKHR()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c498 const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) in tu_ImportSemaphoreFdKHR() argument
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c7591 const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) in radv_ImportSemaphoreFdKHR() argument
7594 RADV_FROM_HANDLE(radv_semaphore, sem, pImportSemaphoreFdInfo->semaphore); in radv_ImportSemaphoreFdKHR()
7599 if (pImportSemaphoreFdInfo->flags & VK_SEMAPHORE_IMPORT_TEMPORARY_BIT) { in radv_ImportSemaphoreFdKHR()
7611 switch (pImportSemaphoreFdInfo->handleType) { in radv_ImportSemaphoreFdKHR()
7613 result = radv_import_opaque_fd(device, pImportSemaphoreFdInfo->fd, &syncobj); in radv_ImportSemaphoreFdKHR()
7617 result = radv_import_sync_fd(device, pImportSemaphoreFdInfo->fd, &syncobj); in radv_ImportSemaphoreFdKHR()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl820 …ortSemaphoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const
822 return m_vk.importSemaphoreFdKHR(device, pImportSemaphoreFdInfo);
DvkVirtualDeviceInterface.inl167 …eFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const = 0;
DvkConcreteDeviceInterface.inl167 …phoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const;
DvkNullDriverImpl.inl1577 …LL importSemaphoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) argument
1580 DE_UNREF(pImportSemaphoreFdInfo);
DvkFunctionPointerTypes.inl222 …eFdKHRFunc) (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
DvkVulkan_c.inl7920 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
7926 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5310 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
5316 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h5491 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
5497 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp3652 … const VkImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo ) const VULKAN_HPP_NOEXCEPT in vkImportSemaphoreFdKHR()
3654 return ::vkImportSemaphoreFdKHR( device, pImportSemaphoreFdInfo ); in vkImportSemaphoreFdKHR()
Dvulkan_core.h6798 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
6804 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
Dvulkan_funcs.hpp11098 …mportSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo, in importSemaphoreFdKHR() argument
11103 m_device, reinterpret_cast<const VkImportSemaphoreFdInfoKHR *>( pImportSemaphoreFdInfo ) ) ); in importSemaphoreFdKHR()
Dvulkan_handles.hpp9944 …mportSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo,
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp3538 … const VkImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo ) const VULKAN_HPP_NOEXCEPT in vkImportSemaphoreFdKHR()
3540 return ::vkImportSemaphoreFdKHR( device, pImportSemaphoreFdInfo ); in vkImportSemaphoreFdKHR()
Dvulkan_core.h6969 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
6975 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
Dvulkan_funcs.hpp11300 …mportSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo, in importSemaphoreFdKHR() argument
11305 m_device, reinterpret_cast<const VkImportSemaphoreFdInfoKHR *>( pImportSemaphoreFdInfo ) ) ); in importSemaphoreFdKHR()
Dvulkan_handles.hpp9995 …mportSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo,
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6697 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
6703 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h6958 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
6964 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h6766 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
6772 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);