/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_semaphore.c | 224 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() argument 239 pExternalSemaphoreProperties->exportFromImportedHandleTypes = 0; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 240 pExternalSemaphoreProperties->compatibleHandleTypes = 0; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 241 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 272 pExternalSemaphoreProperties->exportFromImportedHandleTypes = export; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 273 pExternalSemaphoreProperties->compatibleHandleTypes = compatible; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 274 pExternalSemaphoreProperties->externalSemaphoreFeatures = features; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 873 …oreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) const in getProperties() 886 pExternalSemaphoreProperties->compatibleHandleTypes = 0; in getProperties() 887 pExternalSemaphoreProperties->exportFromImportedHandleTypes = 0; in getProperties() 888 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in getProperties() 902 …pExternalSemaphoreProperties->compatibleHandleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_… in getProperties() 903 …pExternalSemaphoreProperties->exportFromImportedHandleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OP… in getProperties() 904 …pExternalSemaphoreProperties->externalSemaphoreFeatures = VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE… in getProperties() 911 …pExternalSemaphoreProperties->compatibleHandleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_ZIRCON_EVE… in getProperties() 912 …pExternalSemaphoreProperties->exportFromImportedHandleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_ZI… in getProperties() 913 …pExternalSemaphoreProperties->externalSemaphoreFeatures = VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE… in getProperties() [all …]
|
D | VkPromotedExtensions.cpp | 112 …SemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() argument 114 …eExternalSemaphoreProperties(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties); in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
|
D | VkPhysicalDevice.hpp | 64 …reInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) const;
|
D | libVulkan.cpp | 3786 …SemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) 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 | 533 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) { in terminator_GetPhysicalDeviceExternalSemaphoreProperties() argument 553 pExternalSemaphoreProperties); in terminator_GetPhysicalDeviceExternalSemaphoreProperties() 566 pExternalSemaphoreProperties->exportFromImportedHandleTypes = 0; in terminator_GetPhysicalDeviceExternalSemaphoreProperties() 567 pExternalSemaphoreProperties->compatibleHandleTypes = 0; in terminator_GetPhysicalDeviceExternalSemaphoreProperties() 568 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in terminator_GetPhysicalDeviceExternalSemaphoreProperties() 570 if (pExternalSemaphoreProperties->pNext != NULL) { in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
|
D | trampoline.c | 2648 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) { in vkGetPhysicalDeviceExternalSemaphoreProperties() argument 2661 pExternalSemaphoreProperties); in vkGetPhysicalDeviceExternalSemaphoreProperties() 2664 pExternalSemaphoreProperties); in vkGetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 1674 … VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in panvk_GetPhysicalDeviceExternalSemaphoreProperties() argument 1678 pExternalSemaphoreProperties->exportFromImportedHandleTypes = in panvk_GetPhysicalDeviceExternalSemaphoreProperties() 1681 pExternalSemaphoreProperties->compatibleHandleTypes = in panvk_GetPhysicalDeviceExternalSemaphoreProperties() 1684 pExternalSemaphoreProperties->externalSemaphoreFeatures = in panvk_GetPhysicalDeviceExternalSemaphoreProperties() 1688 pExternalSemaphoreProperties->exportFromImportedHandleTypes = 0; in panvk_GetPhysicalDeviceExternalSemaphoreProperties() 1689 pExternalSemaphoreProperties->compatibleHandleTypes = 0; in panvk_GetPhysicalDeviceExternalSemaphoreProperties() 1690 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in panvk_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 2548 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in vn_GetPhysicalDeviceExternalSemaphoreProperties() argument 2562 pExternalSemaphoreProperties->compatibleHandleTypes = valid_handles; in vn_GetPhysicalDeviceExternalSemaphoreProperties() 2563 pExternalSemaphoreProperties->exportFromImportedHandleTypes = in vn_GetPhysicalDeviceExternalSemaphoreProperties() 2565 pExternalSemaphoreProperties->externalSemaphoreFeatures = in vn_GetPhysicalDeviceExternalSemaphoreProperties() 2569 pExternalSemaphoreProperties->compatibleHandleTypes = 0; in vn_GetPhysicalDeviceExternalSemaphoreProperties() 2570 pExternalSemaphoreProperties->exportFromImportedHandleTypes = 0; in vn_GetPhysicalDeviceExternalSemaphoreProperties() 2571 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in vn_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 302 …oreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) const 307 …eExternalSemaphoreProperties(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties); 309 …ternalSemaphorePropertiesKHR(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties);
|
D | vkConcreteInstanceInterface.inl | 57 …reInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) const;
|
D | vkVirtualInstanceInterface.inl | 57 …eInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) const …
|
D | vkFunctionPointerTypes.inl | 230 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 231 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 202 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 2323 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in lvp_GetPhysicalDeviceExternalSemaphoreProperties() argument 2325 pExternalSemaphoreProperties->exportFromImportedHandleTypes = 0; in lvp_GetPhysicalDeviceExternalSemaphoreProperties() 2326 pExternalSemaphoreProperties->compatibleHandleTypes = 0; in lvp_GetPhysicalDeviceExternalSemaphoreProperties() 2327 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in lvp_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | test_icd.cpp | 937 VkExternalSemaphoreProperties* pExternalSemaphoreProperties) { in test_vkGetPhysicalDeviceExternalSemaphoreProperties() argument 938 if (nullptr != pExternalSemaphoreProperties) { in test_vkGetPhysicalDeviceExternalSemaphoreProperties() 940 …memcpy(pExternalSemaphoreProperties, &phys_dev.external_semaphore_properties, sizeof(VkExternalSem… in test_vkGetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 20158 …SemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties() argument 20168 cmd_size += vn_sizeof_simple_pointer(pExternalSemaphoreProperties); in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties() 20169 if (pExternalSemaphoreProperties) in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties() 20170 cmd_size += vn_sizeof_VkExternalSemaphoreProperties_partial(pExternalSemaphoreProperties); in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties() 20175 …SemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) in vn_encode_vkGetPhysicalDeviceExternalSemaphoreProperties() argument 20185 if (vn_encode_simple_pointer(enc, pExternalSemaphoreProperties)) in vn_encode_vkGetPhysicalDeviceExternalSemaphoreProperties() 20186 vn_encode_VkExternalSemaphoreProperties_partial(enc, pExternalSemaphoreProperties); in vn_encode_vkGetPhysicalDeviceExternalSemaphoreProperties() 20189 …SemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties_reply() argument 20196 cmd_size += vn_sizeof_simple_pointer(pExternalSemaphoreProperties); in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties_reply() 20197 if (pExternalSemaphoreProperties) in vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties_reply() [all …]
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4397 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 4539 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5267 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5273 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 4601 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 4743 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5451 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5457 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5069 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5211 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6657 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6663 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 2717 …VkExternalSemaphoreProperties * pExternalSemaphoreProperties ) const VULKAN_HPP_NOEX… in vkGetPhysicalDeviceExternalSemaphoreProperties() 2720 physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties ); in vkGetPhysicalDeviceExternalSemaphoreProperties() 3624 …VkExternalSemaphoreProperties * pExternalSemaphoreProperties ) const VULKAN_HPP_NOEX… in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() 3627 physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties ); in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
|
D | vulkan_core.h | 5163 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5305 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6758 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6764 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 5220 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5362 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6926 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6932 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 5212 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5354 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6918 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6924 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 2428 …VkExternalSemaphoreProperties * pExternalSemaphoreProperties ) const VULKAN_HPP_NOEX… in vkGetPhysicalDeviceExternalSemaphoreProperties() 2430 …xternalSemaphoreProperties( physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties ); in vkGetPhysicalDeviceExternalSemaphoreProperties() 3487 … VkExternalSemaphoreProperties * pExternalSemaphoreProperties ) const VULKAN_HPP_NOEXCEPT in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() 3489 …rnalSemaphorePropertiesKHR( physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties ); in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
|