Searched refs:VkPhysicalDeviceExternalSemaphoreInfo (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_queue.c1043 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_queue.c1086 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_device.c1700 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h10182 /* struct VkPhysicalDeviceExternalSemaphoreInfo chain */
10209 vn_sizeof_VkPhysicalDeviceExternalSemaphoreInfo_self(const VkPhysicalDeviceExternalSemaphoreInfo *val)
10218 vn_sizeof_VkPhysicalDeviceExternalSemaphoreInfo(const VkPhysicalDeviceExternalSemaphoreInfo *val)
10253 vn_encode_VkPhysicalDeviceExternalSemaphoreInfo_self(struct vn_cs_encoder *enc, const VkPhysicalDeviceExternalSemaphoreInfo *val)
10260 vn_encode_VkPhysicalDeviceExternalSemaphoreInfo(struct vn_cs_encoder *enc, const VkPhysicalDeviceExternalSemaphoreInfo *val)
12235 static inline size_t vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties)
12252 static inline void vn_encode_vkGetPhysicalDeviceExternalSemaphoreProperties(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties)
12266 static inline size_t vn_sizeof_vkGetPhysicalDeviceExternalSemaphoreProperties_reply(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties)
12280 static inline void vn_decode_vkGetPhysicalDeviceExternalSemaphoreProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties)
13027 static inline void vn_submit_vkGetPhysicalDeviceExternalSemaphoreProperties(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInf
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h4510 typedef struct VkPhysicalDeviceExternalSemaphoreInfo { struct
4514 } VkPhysicalDeviceExternalSemaphoreInfo; typedef in typeref:struct:VkPhysicalDeviceExternalSemaphoreInfo
4571 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
4712 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
5428 typedef VkPhysicalDeviceExternalSemaphoreInfo VkPhysicalDeviceExternalSemaphoreInfoKHR;
5432 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
5437 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_device.c2000 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c766 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h5070 typedef struct VkPhysicalDeviceExternalSemaphoreInfo { struct
5074 } VkPhysicalDeviceExternalSemaphoreInfo; typedef in typeref:struct:VkPhysicalDeviceExternalSemaphoreInfo
5131 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
5272 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
6722 typedef VkPhysicalDeviceExternalSemaphoreInfo VkPhysicalDeviceExternalSemaphoreInfoKHR;
6726 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
6731 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c2615 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_queue.c2345 const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_physical_device.c2358 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c5097 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c7684 const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo,

Completed in 124 milliseconds