/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_fence.c | 294 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 D | VkPromotedExtensions.cpp | 100 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 D | VkPhysicalDevice.hpp | 63 void getProperties(const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) const;
|
H A D | VkPhysicalDevice.cpp | 866 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) const in getProperties() argument
|
H A D | libVulkan.cpp | 3778 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 D | terminator.c | 583 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 D | trampoline.c | 2818 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 D | vk_loader_extensions.h | 199 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 20218 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 D | vn_physical_device.c | 2522 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 D | panvk_device.c | 1696 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 D | lvp_device.c | 2312 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 D | test_icd.cpp | 1073 VkPhysicalDevice physicalDevice, [[maybe_unused]] const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2706 const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, 2711 physicalDevice, pExternalFenceInfo, pExternalFenceProperties ); 3886 const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, 3891 physicalDevice, pExternalFenceInfo, pExternalFenceProperties );
|
H A D | vulkan_core.h | 5162 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 D | vulkan_handles.hpp | 12492 void getExternalFenceProperties( const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo, 13102 const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo,
|
H A D | vulkan_funcs.hpp | 6496 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 D | vulkan_core.h | 5068 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 D | tu_device.c | 2947 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 D | vulkan_core.h | 5426 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 D | vulkan_core.h | 5211 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 D | vulkan.hpp | 2129 const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, 2132 return ::vkGetPhysicalDeviceExternalFenceProperties( physicalDevice, pExternalFenceInfo, pExternalFenceProperties ); 3442 const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, 3445 return ::vkGetPhysicalDeviceExternalFencePropertiesKHR( physicalDevice, pExternalFenceInfo, pExternalFenceProperties );
|
H A D | vulkan_core.h | 5579 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 D | vulkan_funcs.hpp | 6209 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 D | vulkan_sc_core.h | 4075 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); 4178 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
|