/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_queue.c | 1135 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/ |
D | vn_queue.c | 974 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/ |
D | anv_queue.c | 2394 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/ |
D | tu_kgsl.c | 498 const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) in tu_ImportSemaphoreFdKHR() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 7591 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/ |
D | vkDeviceDriverImpl.inl | 820 …ortSemaphoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const 822 return m_vk.importSemaphoreFdKHR(device, pImportSemaphoreFdInfo);
|
D | vkVirtualDeviceInterface.inl | 167 …eFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const = 0;
|
D | vkConcreteDeviceInterface.inl | 167 …phoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const;
|
D | vkNullDriverImpl.inl | 1577 …LL importSemaphoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) argument 1580 DE_UNREF(pImportSemaphoreFdInfo);
|
D | vkFunctionPointerTypes.inl | 222 …eFdKHRFunc) (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | vkVulkan_c.inl | 7920 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 7926 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5310 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 5316 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 5491 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 5497 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 3652 … const VkImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo ) const VULKAN_HPP_NOEXCEPT in vkImportSemaphoreFdKHR() 3654 return ::vkImportSemaphoreFdKHR( device, pImportSemaphoreFdInfo ); in vkImportSemaphoreFdKHR()
|
D | vulkan_core.h | 6798 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 6804 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | vulkan_funcs.hpp | 11098 …mportSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo, in importSemaphoreFdKHR() argument 11103 m_device, reinterpret_cast<const VkImportSemaphoreFdInfoKHR *>( pImportSemaphoreFdInfo ) ) ); in importSemaphoreFdKHR()
|
D | vulkan_handles.hpp | 9944 …mportSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo,
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 3538 … const VkImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo ) const VULKAN_HPP_NOEXCEPT in vkImportSemaphoreFdKHR() 3540 return ::vkImportSemaphoreFdKHR( device, pImportSemaphoreFdInfo ); in vkImportSemaphoreFdKHR()
|
D | vulkan_core.h | 6969 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 6975 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | vulkan_funcs.hpp | 11300 …mportSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo, in importSemaphoreFdKHR() argument 11305 m_device, reinterpret_cast<const VkImportSemaphoreFdInfoKHR *>( pImportSemaphoreFdInfo ) ) ); in importSemaphoreFdKHR()
|
D | vulkan_handles.hpp | 9995 …mportSemaphoreFdKHR( const VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR * pImportSemaphoreFdInfo,
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 6697 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 6703 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 6958 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 6964 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 6766 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 6772 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|