Home
last modified time | relevance | path

Searched refs:pExternalFenceInfo (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_fence.c294 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in vk_common_GetPhysicalDeviceExternalFenceProperties()
299 assert(pExternalFenceInfo->sType == in vk_common_GetPhysicalDeviceExternalFenceProperties()
302 pExternalFenceInfo->handleType; in vk_common_GetPhysicalDeviceExternalFenceProperties()
292 vk_common_GetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) vk_common_GetPhysicalDeviceExternalFenceProperties() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp100 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFencePropertiesKHR(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) in vkGetPhysicalDeviceExternalFencePropertiesKHR() argument
102 vkGetPhysicalDeviceExternalFenceProperties(physicalDevice, pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFencePropertiesKHR()
H A DVkPhysicalDevice.hpp63 void getProperties(const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) const;
H A DVkPhysicalDevice.cpp866 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) const in getProperties() argument
H A DlibVulkan.cpp3778 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) in vkGetPhysicalDeviceExternalFenceProperties() argument
3780 TRACE("(VkPhysicalDevice physicalDevice = %p, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo = %p, VkExternalFenceProperties* pExternalFenceProperties = %p)", in vkGetPhysicalDeviceExternalFenceProperties()
3781 physicalDevice, pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFenceProperties()
3783 vk::Cast(physicalDevice)->getProperties(pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFenceProperties()
/third_party/vulkan-loader/loader/
H A Dterminator.c583 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in terminator_GetPhysicalDeviceExternalFenceProperties()
602 fpGetPhysicalDeviceExternalFenceProperties(phys_dev_term->phys_dev, pExternalFenceInfo, pExternalFenceProperties); in terminator_GetPhysicalDeviceExternalFenceProperties()
608 if (pExternalFenceInfo->pNext != NULL) { in terminator_GetPhysicalDeviceExternalFenceProperties()
611 "pExternalFenceInfo->pNext - this struct will be ignored"); in terminator_GetPhysicalDeviceExternalFenceProperties()
582 terminator_GetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) terminator_GetPhysicalDeviceExternalFenceProperties() argument
H A Dtrampoline.c2818 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in vkGetPhysicalDeviceExternalFenceProperties()
2831 disp->GetPhysicalDeviceExternalFencePropertiesKHR(unwrapped_phys_dev, pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFenceProperties()
2833 disp->GetPhysicalDeviceExternalFenceProperties(unwrapped_phys_dev, pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFenceProperties()
2817 vkGetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) vkGetPhysicalDeviceExternalFenceProperties() argument
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h199 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h20218 static inline size_t vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties) in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties() argument
20225 cmd_size += vn_sizeof_simple_pointer(pExternalFenceInfo); in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties()
20226 if (pExternalFenceInfo) in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties()
20227 cmd_size += vn_sizeof_VkPhysicalDeviceExternalFenceInfo(pExternalFenceInfo); in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties()
20235 static inline void vn_encode_vkGetPhysicalDeviceExternalFenceProperties(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties) in vn_encode_vkGetPhysicalDeviceExternalFenceProperties() argument
20243 if (vn_encode_simple_pointer(enc, pExternalFenceInfo)) in vn_encode_vkGetPhysicalDeviceExternalFenceProperties()
20244 vn_encode_VkPhysicalDeviceExternalFenceInfo(enc, pExternalFenceInfo); in vn_encode_vkGetPhysicalDeviceExternalFenceProperties()
20249 static inline size_t vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties_reply(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties) in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties_reply() argument
20255 /* skip pExternalFenceInfo */ in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties_reply()
20263 static inline void vn_decode_vkGetPhysicalDeviceExternalFenceProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFencePropertie argument
21224 vn_submit_vkGetPhysicalDeviceExternalFenceProperties(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties, struct vn_instance_submit_command *submit) vn_submit_vkGetPhysicalDeviceExternalFenceProperties() argument
21829 vn_call_vkGetPhysicalDeviceExternalFenceProperties(struct vn_instance *vn_instance, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties) vn_call_vkGetPhysicalDeviceExternalFenceProperties() argument
21842 vn_async_vkGetPhysicalDeviceExternalFenceProperties(struct vn_instance *vn_instance, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties) vn_async_vkGetPhysicalDeviceExternalFenceProperties() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c2522 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in vn_GetPhysicalDeviceExternalFenceProperties()
2528 if (pExternalFenceInfo->handleType & in vn_GetPhysicalDeviceExternalFenceProperties()
2520 vn_GetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) vn_GetPhysicalDeviceExternalFenceProperties() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c1696 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in panvk_GetPhysicalDeviceExternalFenceProperties()
1695 panvk_GetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) panvk_GetPhysicalDeviceExternalFenceProperties() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c2312 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in lvp_GetPhysicalDeviceExternalFenceProperties()
2310 lvp_GetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) lvp_GetPhysicalDeviceExternalFenceProperties() argument
/third_party/vulkan-loader/tests/framework/icd/
H A Dtest_icd.cpp1073 VkPhysicalDevice physicalDevice, [[maybe_unused]] const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp2706 const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
2711 physicalDevice, pExternalFenceInfo, pExternalFenceProperties );
3886 const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
3891 physicalDevice, pExternalFenceInfo, pExternalFenceProperties );
H A Dvulkan_core.h5162 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
5299 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
7010 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
7015 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
H A Dvulkan_handles.hpp12492 void getExternalFenceProperties( const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
13102 const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
H A Dvulkan_funcs.hpp6496 const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
6503 reinterpret_cast<const VkPhysicalDeviceExternalFenceInfo *>( pExternalFenceInfo ),
12017 const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
12024 reinterpret_cast<const VkPhysicalDeviceExternalFenceInfo *>( pExternalFenceInfo ),
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5068 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
5205 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
6909 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
6914 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c2947 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in tu_GetPhysicalDeviceExternalFenceProperties()
2945 tu_GetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) tu_GetPhysicalDeviceExternalFenceProperties() argument
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5426 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
5563 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
8376 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
8381 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5211 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
5348 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
7170 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
7175 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp2129 const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
2132 return ::vkGetPhysicalDeviceExternalFenceProperties( physicalDevice, pExternalFenceInfo, pExternalFenceProperties );
3442 const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
3445 return ::vkGetPhysicalDeviceExternalFencePropertiesKHR( physicalDevice, pExternalFenceInfo, pExternalFenceProperties );
H A Dvulkan_core.h5579 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
5716 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
9388 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
9393 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
H A Dvulkan_funcs.hpp6209 VULKAN_HPP_INLINE void PhysicalDevice::getExternalFenceProperties( const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
6215 reinterpret_cast<const VkPhysicalDeviceExternalFenceInfo *>( pExternalFenceInfo ),
12464 VULKAN_HPP_INLINE void PhysicalDevice::getExternalFencePropertiesKHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
12470 reinterpret_cast<const VkPhysicalDeviceExternalFenceInfo *>( pExternalFenceInfo ),
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4075 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties);
4178 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,

Completed in 442 milliseconds

12