/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.hpp | 64 void getProperties(const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) const;
|
H A D | VkPromotedExtensions.cpp | 112 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
|
H A D | VkPhysicalDevice.cpp | 873 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) const in getProperties()
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | physical_device.h | 45 BUILDER_VALUE(PhysicalDevice, VkExternalSemaphoreProperties, external_semaphore_properties, {})
|
H A D | test_icd.cpp | 1066 VkExternalSemaphoreProperties* pExternalSemaphoreProperties) { 1069 memcpy(pExternalSemaphoreProperties, &phys_dev.external_semaphore_properties, sizeof(VkExternalSemaphoreProperties));
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | VulkanHelper.cpp | 701 VkExternalSemaphoreProperties externalSemaphoreProperties = { 761 VkExternalSemaphoreProperties externalSemaphoreProperties = {
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_semaphore.c | 224 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in vk_common_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 204 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.h | 576 VkExternalSemaphoreProperties mExternalSemaphoreProperties;
|
/third_party/vulkan-loader/loader/ |
H A D | terminator.c | 537 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) { in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 2771 void FillInRandomExtSemData(VkExternalSemaphoreProperties& props) { in FillInRandomExtSemData() 2780 bool CompareExtSemaphoreData(const VkExternalSemaphoreProperties& props1, const VkExternalSemaphoreProperties& props2, in CompareExtSemaphoreData() 2848 VkExternalSemaphoreProperties props{VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES}; in TEST() 2868 VkExternalSemaphoreProperties props{VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES}; in TEST() 2870 // Compare against 'zeroed' out VkExternalSemaphoreProperties in TEST() 2871 ASSERT_TRUE(CompareExtSemaphoreData(VkExternalSemaphoreProperties{}, props)); in TEST() 2896 VkExternalSemaphoreProperties props{VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES}; in TEST() 2982 VkExternalSemaphoreProperties props{VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES}; in TEST() 5885 VkExternalSemaphoreProperties ext_sem_prop in TEST() [all...] |
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 17998 /* struct VkExternalSemaphoreProperties chain */ 18008 vn_sizeof_VkExternalSemaphoreProperties_self(const VkExternalSemaphoreProperties *val) in vn_sizeof_VkExternalSemaphoreProperties_self() 18019 vn_sizeof_VkExternalSemaphoreProperties(const VkExternalSemaphoreProperties *val) in vn_sizeof_VkExternalSemaphoreProperties() 18039 vn_decode_VkExternalSemaphoreProperties_self(struct vn_cs_decoder *dec, VkExternalSemaphoreProperties *val) in vn_decode_VkExternalSemaphoreProperties_self() 18048 vn_decode_VkExternalSemaphoreProperties(struct vn_cs_decoder *dec, VkExternalSemaphoreProperties *val) in vn_decode_VkExternalSemaphoreProperties() 18067 vn_sizeof_VkExternalSemaphoreProperties_self_partial(const VkExternalSemaphoreProperties *val) in vn_sizeof_VkExternalSemaphoreProperties_self_partial() 18078 vn_sizeof_VkExternalSemaphoreProperties_partial(const VkExternalSemaphoreProperties *val) in vn_sizeof_VkExternalSemaphoreProperties_partial() 18097 vn_encode_VkExternalSemaphoreProperties_self_partial(struct vn_cs_encoder *enc, const VkExternalSemaphoreProperties *val) in vn_encode_VkExternalSemaphoreProperties_self_partial() 18106 vn_encode_VkExternalSemaphoreProperties_partial(struct vn_cs_encoder *enc, const VkExternalSemaphoreProperties *val) in vn_encode_VkExternalSemaphoreProperties_partial() 20158 static inline size_t vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphorePropertie [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 1674 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in panvk_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 860 VkExternalSemaphoreProperties exSemProps; in setupSemaphoreForSignaling()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5014 typedef struct VkExternalSemaphoreProperties { struct 5020 } VkExternalSemaphoreProperties; typedef 5069 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5211 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6655 typedef VkExternalSemaphoreProperties VkExternalSemaphorePropertiesKHR; 6657 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6663 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4027 typedef struct VkExternalSemaphoreProperties { struct 4033 } VkExternalSemaphoreProperties; typedef 4076 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 4184 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5372 typedef struct VkExternalSemaphoreProperties { struct 5378 } VkExternalSemaphoreProperties; typedef 5427 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5569 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 8122 typedef VkExternalSemaphoreProperties VkExternalSemaphorePropertiesKHR; 8124 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 8130 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 5108 typedef struct VkExternalSemaphoreProperties { struct 5114 } VkExternalSemaphoreProperties; typedef 5163 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5305 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6756 typedef VkExternalSemaphoreProperties VkExternalSemaphorePropertiesKHR; 6758 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6764 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5157 typedef struct VkExternalSemaphoreProperties { struct 5163 } VkExternalSemaphoreProperties; typedef 5212 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 5354 VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6916 typedef VkExternalSemaphoreProperties VkExternalSemaphorePropertiesKHR; 6918 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); 6924 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 2323 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in lvp_GetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 111 VkExternalSemaphoreProperties esp = { in wsi_device_init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 265 vk::VkExternalSemaphoreProperties properties = in NotSupportedChecker()
|
H A D | vktSynchronizationSignalOrderTests.cpp | 532 VkExternalSemaphoreProperties properties = in QueueSubmitSignalOrderSharedTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 268 vk::VkExternalSemaphoreProperties properties = in NotSupportedChecker()
|
H A D | vktSynchronizationSignalOrderTests.cpp | 514 VkExternalSemaphoreProperties properties = in QueueSubmitSignalOrderSharedTestInstance()
|