/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_semaphore.c | 223 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() argument 228 assert(pExternalSemaphoreInfo->sType == in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 231 pExternalSemaphoreInfo->handleType; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 234 get_semaphore_type(pExternalSemaphoreInfo->pNext, NULL); in vk_common_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 112 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExterna… in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() argument 114 …vkGetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, pExternalSemaphoreInfo, pExternalSe… in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
|
D | VkPhysicalDevice.hpp | 64 …void getProperties(const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternal…
|
D | VkPhysicalDevice.cpp | 873 …vice::getProperties(const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExterna… in getProperties() argument 875 …for(const auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pExternalSemaphoreInfo->pNe… in getProperties() 900 if(pExternalSemaphoreInfo->handleType == VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT) in getProperties() 909 …if(pExternalSemaphoreInfo->handleType == VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_ZIRCON_EVENT_BIT_FUCHSI… in getProperties()
|
D | libVulkan.cpp | 3786 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExterna… in vkGetPhysicalDeviceExternalSemaphoreProperties() argument 3789 physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties); in vkGetPhysicalDeviceExternalSemaphoreProperties() 3791 vk::Cast(physicalDevice)->getProperties(pExternalSemaphoreInfo, pExternalSemaphoreProperties); in vkGetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 532 …PhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, in terminator_GetPhysicalDeviceExternalSemaphoreProperties() argument 552 … fpGetPhysicalDeviceExternalSemaphoreProperties(phys_dev_term->phys_dev, pExternalSemaphoreInfo, in terminator_GetPhysicalDeviceExternalSemaphoreProperties() 559 if (pExternalSemaphoreInfo->pNext != NULL) { in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
|
D | trampoline.c | 2647 …sicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfoKHR *pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties() argument 2660 … disp->GetPhysicalDeviceExternalSemaphorePropertiesKHR(unwrapped_phys_dev, pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties() 2663 … disp->GetPhysicalDeviceExternalSemaphoreProperties(unwrapped_phys_dev, pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 302 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… argument 307 …m_vk.getPhysicalDeviceExternalSemaphoreProperties(physicalDevice, pExternalSemaphoreInfo, pExterna… 309 …m_vk.getPhysicalDeviceExternalSemaphorePropertiesKHR(physicalDevice, pExternalSemaphoreInfo, pExte…
|
D | vkConcreteInstanceInterface.inl | 57 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna…
|
D | vkVirtualInstanceInterface.inl | 57 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna…
|
D | vkFunctionPointerTypes.inl | 230 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 231 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna…
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 1673 … const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, in panvk_GetPhysicalDeviceExternalSemaphoreProperties() argument 1676 if ((pExternalSemaphoreInfo->handleType == VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT || in panvk_GetPhysicalDeviceExternalSemaphoreProperties() 1677 pExternalSemaphoreInfo->handleType == VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT)) { in panvk_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 201 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_timeline_semaphore.adoc | 110 pname:pExternalSemaphoreInfo structure.
|
D | VK_KHR_timeline_semaphore.txt | 110 pname:pExternalSemaphoreInfo structure.
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 2547 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, in vn_GetPhysicalDeviceExternalSemaphoreProperties() argument 2554 pExternalSemaphoreInfo->pNext, SEMAPHORE_TYPE_CREATE_INFO); in vn_GetPhysicalDeviceExternalSemaphoreProperties() 2561 if (pExternalSemaphoreInfo->handleType & valid_handles) { in vn_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 20158 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties() argument 20165 cmd_size += vn_sizeof_simple_pointer(pExternalSemaphoreInfo); in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties() 20166 if (pExternalSemaphoreInfo) in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties() 20167 cmd_size += vn_sizeof_VkPhysicalDeviceExternalSemaphoreInfo(pExternalSemaphoreInfo); in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties() 20175 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… in vn_encode_vkGetPhysicalDeviceExternalSemaphoreProperties() argument 20183 if (vn_encode_simple_pointer(enc, pExternalSemaphoreInfo)) in vn_encode_vkGetPhysicalDeviceExternalSemaphoreProperties() 20184 vn_encode_VkPhysicalDeviceExternalSemaphoreInfo(enc, pExternalSemaphoreInfo); in vn_encode_vkGetPhysicalDeviceExternalSemaphoreProperties() 20189 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties_reply() argument 20203 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… in vn_decode_vkGetPhysicalDeviceExternalSemaphoreProperties_reply() argument 21203 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… in vn_submit_vkGetPhysicalDeviceExternalSemaphoreProperties() argument [all …]
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4397 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 4538 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, 5267 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 5272 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | test_icd.cpp | 936 …PhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, in test_vkGetPhysicalDeviceExternalSemaphoreProperties() argument
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 4601 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 4742 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, 5451 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 5456 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 2322 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, in lvp_GetPhysicalDeviceExternalSemaphoreProperties() argument
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5069 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 5210 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, 6657 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 6662 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 2716 const VkPhysicalDeviceExternalSemaphoreInfo * pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties() argument 2720 physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties ); in vkGetPhysicalDeviceExternalSemaphoreProperties() 3623 const VkPhysicalDeviceExternalSemaphoreInfo * pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() argument 3627 physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties ); in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
|
D | vulkan_core.h | 5163 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 5304 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, 6758 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 6763 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 5220 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 5361 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, 6926 …ice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExterna… 6931 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
|