Home
last modified time | relevance | path

Searched refs:pExternalSemaphoreProperties (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
Dvk_semaphore.c224 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/
DVkPhysicalDevice.cpp873 …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()
902pExternalSemaphoreProperties->compatibleHandleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_… in getProperties()
903pExternalSemaphoreProperties->exportFromImportedHandleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OP… in getProperties()
904pExternalSemaphoreProperties->externalSemaphoreFeatures = VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE… in getProperties()
911pExternalSemaphoreProperties->compatibleHandleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_ZIRCON_EVE… in getProperties()
912pExternalSemaphoreProperties->exportFromImportedHandleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_ZI… in getProperties()
913pExternalSemaphoreProperties->externalSemaphoreFeatures = VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE… in getProperties()
[all …]
DVkPromotedExtensions.cpp112 …SemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() argument
114 …eExternalSemaphoreProperties(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties); in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
DVkPhysicalDevice.hpp64 …reInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) const;
DlibVulkan.cpp3786 …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/
Dterminator.c533 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()
Dtrampoline.c2648 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) { in vkGetPhysicalDeviceExternalSemaphoreProperties() argument
2661 pExternalSemaphoreProperties); in vkGetPhysicalDeviceExternalSemaphoreProperties()
2664 pExternalSemaphoreProperties); in vkGetPhysicalDeviceExternalSemaphoreProperties()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1674 … 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/
Dvn_physical_device.c2548 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/
DvkInstanceDriverImpl.inl302 …oreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) const
307 …eExternalSemaphoreProperties(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties);
309 …ternalSemaphorePropertiesKHR(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties);
DvkConcreteInstanceInterface.inl57 …reInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) const;
DvkVirtualInstanceInterface.inl57 …eInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) const …
DvkFunctionPointerTypes.inl230 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
231 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h202 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2323 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/
Dtest_icd.cpp937 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/
Dvn_protocol_driver_device.h20158 …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/
Dvulkan_core.h4397 …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/
Dvulkan_core.h4601 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
4743 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
5451 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
5457 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5069 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
5211 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
6657 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
6663 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp2717 …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()
Dvulkan_core.h5163 …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/
Dvulkan_core.h5220 …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/
Dvulkan_core.h5212 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
5354 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
6918 …emaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
6924 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp2428 …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()

12