Home
last modified time | relevance | path

Searched refs:VkExternalSemaphoreProperties (Results 1 - 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.hpp64 void getProperties(const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) const;
H A DVkPromotedExtensions.cpp112 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
H A DVkPhysicalDevice.cpp873 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties) const in getProperties()
/third_party/vulkan-loader/tests/framework/icd/
H A Dphysical_device.h45 BUILDER_VALUE(PhysicalDevice, VkExternalSemaphoreProperties, external_semaphore_properties, {})
H A Dtest_icd.cpp1066 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 DVulkanHelper.cpp701 VkExternalSemaphoreProperties externalSemaphoreProperties = {
761 VkExternalSemaphoreProperties externalSemaphoreProperties = {
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_semaphore.c224 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in vk_common_GetPhysicalDeviceExternalSemaphoreProperties()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h204 VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.h576 VkExternalSemaphoreProperties mExternalSemaphoreProperties;
/third_party/vulkan-loader/loader/
H A Dterminator.c537 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) { in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp2771 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 Dvn_protocol_driver_device.h17998 /* 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 Dpanvk_device.c1674 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in panvk_GetPhysicalDeviceExternalSemaphoreProperties()
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp860 VkExternalSemaphoreProperties exSemProps; in setupSemaphoreForSignaling()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5014 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 Dvulkan_sc_core.h4027 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 Dvulkan_core.h5372 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 Dvulkan_core.h5108 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 Dvulkan_core.h5157 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 Dlvp_device.c2323 VkExternalSemaphoreProperties *pExternalSemaphoreProperties) in lvp_GetPhysicalDeviceExternalSemaphoreProperties()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c111 VkExternalSemaphoreProperties esp = { in wsi_device_init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp265 vk::VkExternalSemaphoreProperties properties = in NotSupportedChecker()
H A DvktSynchronizationSignalOrderTests.cpp532 VkExternalSemaphoreProperties properties = in QueueSubmitSignalOrderSharedTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp268 vk::VkExternalSemaphoreProperties properties = in NotSupportedChecker()
H A DvktSynchronizationSignalOrderTests.cpp514 VkExternalSemaphoreProperties properties = in QueueSubmitSignalOrderSharedTestInstance()

Completed in 269 milliseconds

12