/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 264 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in pvr_GetPhysicalDeviceExternalBufferProperties() 273 assert(pExternalBufferInfo->handleType != 0); in pvr_GetPhysicalDeviceExternalBufferProperties() 276 if (pExternalBufferInfo->flags) in pvr_GetPhysicalDeviceExternalBufferProperties() 279 switch (pExternalBufferInfo->handleType) { in pvr_GetPhysicalDeviceExternalBufferProperties() 305 .compatibleHandleTypes = pExternalBufferInfo->handleType, in pvr_GetPhysicalDeviceExternalBufferProperties() 262 pvr_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) pvr_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_formats.c | 675 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in v3dv_GetPhysicalDeviceExternalBufferProperties() 678 switch (pExternalBufferInfo->handleType) { in v3dv_GetPhysicalDeviceExternalBufferProperties() 686 .compatibleHandleTypes = pExternalBufferInfo->handleType, in v3dv_GetPhysicalDeviceExternalBufferProperties() 673 v3dv_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) v3dv_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPromotedExtensions.cpp | 106 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalBufferPropertiesKHR(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) in vkGetPhysicalDeviceExternalBufferPropertiesKHR() argument 108 vkGetPhysicalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
|
H A D | VkPhysicalDevice.hpp | 62 void getProperties(const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const;
|
H A D | VkPhysicalDevice.cpp | 835 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const in getProperties() argument 840 const VkExternalMemoryHandleTypeFlagBits *handleType = &pExternalBufferInfo->handleType; in getProperties()
|
H A D | libVulkan.cpp | 3770 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) in vkGetPhysicalDeviceExternalBufferProperties() argument 3772 TRACE("(VkPhysicalDevice physicalDevice = %p, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo = %p, VkExternalBufferProperties* pExternalBufferProperties = %p)", in vkGetPhysicalDeviceExternalBufferProperties() 3773 physicalDevice, pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferProperties() 3775 vk::Cast(physicalDevice)->getProperties(pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferProperties()
|
/third_party/vulkan-loader/loader/ |
H A D | terminator.c | 493 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in terminator_GetPhysicalDeviceExternalBufferProperties() 512 fpGetPhysicalDeviceExternalBufferProperties(phys_dev_term->phys_dev, pExternalBufferInfo, pExternalBufferProperties); in terminator_GetPhysicalDeviceExternalBufferProperties() 518 if (pExternalBufferInfo->pNext != NULL) { in terminator_GetPhysicalDeviceExternalBufferProperties() 521 "pExternalBufferInfo->pNext - this struct will be ignored"); in terminator_GetPhysicalDeviceExternalBufferProperties() 492 terminator_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) terminator_GetPhysicalDeviceExternalBufferProperties() argument
|
H A D | trampoline.c | 2776 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in vkGetPhysicalDeviceExternalBufferProperties() 2789 disp->GetPhysicalDeviceExternalBufferPropertiesKHR(unwrapped_phys_dev, pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferProperties() 2791 disp->GetPhysicalDeviceExternalBufferProperties(unwrapped_phys_dev, pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferProperties() 2775 vkGetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) vkGetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 1619 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, in anv_GetPhysicalDeviceExternalBufferProperties() 1628 assert(pExternalBufferInfo->handleType != 0); in anv_GetPhysicalDeviceExternalBufferProperties() 1634 if (pExternalBufferInfo->flags) in anv_GetPhysicalDeviceExternalBufferProperties() 1639 switch (pExternalBufferInfo->handleType) { in anv_GetPhysicalDeviceExternalBufferProperties() 1664 .compatibleHandleTypes = pExternalBufferInfo->handleType, in anv_GetPhysicalDeviceExternalBufferProperties() 1617 anv_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) anv_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_formats.c | 695 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in tu_GetPhysicalDeviceExternalBufferProperties() 701 switch (pExternalBufferInfo->handleType) { in tu_GetPhysicalDeviceExternalBufferProperties() 693 tu_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) tu_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_formats.c | 426 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in lvp_GetPhysicalDeviceExternalBufferProperties() 432 switch (pExternalBufferInfo->handleType) { in lvp_GetPhysicalDeviceExternalBufferProperties() 424 lvp_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) lvp_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 2457 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in vn_GetPhysicalDeviceExternalBufferProperties() 2467 pExternalBufferInfo->handleType == in vn_GetPhysicalDeviceExternalBufferProperties() 2472 if (!(pExternalBufferInfo->handleType & supported_handle_types)) { in vn_GetPhysicalDeviceExternalBufferProperties() 2473 props->compatibleHandleTypes = pExternalBufferInfo->handleType; in vn_GetPhysicalDeviceExternalBufferProperties() 2480 if (pExternalBufferInfo->handleType != renderer_handle_type) { in vn_GetPhysicalDeviceExternalBufferProperties() 2481 local_info = *pExternalBufferInfo; in vn_GetPhysicalDeviceExternalBufferProperties() 2483 pExternalBufferInfo = &local_info; in vn_GetPhysicalDeviceExternalBufferProperties() 2488 physical_dev->instance, physicalDevice, pExternalBufferInfo, in vn_GetPhysicalDeviceExternalBufferProperties() 2455 vn_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) vn_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 486 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in panvk_GetPhysicalDeviceExternalBufferProperties() 485 panvk_GetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) panvk_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 195 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1407 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceExternalBufferPropertiesKHR (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) in getPhysicalDeviceExternalBufferPropertiesKHR() argument 1410 DE_UNREF(pExternalBufferInfo); in getPhysicalDeviceExternalBufferPropertiesKHR() 1417 if (pExternalBufferInfo->handleType == VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID) in getPhysicalDeviceExternalBufferPropertiesKHR()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 2019 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in radv_GetPhysicalDeviceExternalBufferProperties() 2025 switch (pExternalBufferInfo->handleType) { in radv_GetPhysicalDeviceExternalBufferProperties() 2018 radv_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) radv_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 20098 static inline size_t vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties() argument 20105 cmd_size += vn_sizeof_simple_pointer(pExternalBufferInfo); in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties() 20106 if (pExternalBufferInfo) in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties() 20107 cmd_size += vn_sizeof_VkPhysicalDeviceExternalBufferInfo(pExternalBufferInfo); in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties() 20115 static inline void vn_encode_vkGetPhysicalDeviceExternalBufferProperties(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) in vn_encode_vkGetPhysicalDeviceExternalBufferProperties() argument 20123 if (vn_encode_simple_pointer(enc, pExternalBufferInfo)) in vn_encode_vkGetPhysicalDeviceExternalBufferProperties() 20124 vn_encode_VkPhysicalDeviceExternalBufferInfo(enc, pExternalBufferInfo); in vn_encode_vkGetPhysicalDeviceExternalBufferProperties() 20129 static inline size_t vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties_reply(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties_reply() argument 20135 /* skip pExternalBufferInfo */ in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties_reply() 20143 static inline void vn_decode_vkGetPhysicalDeviceExternalBufferProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferPropertie argument 21182 vn_submit_vkGetPhysicalDeviceExternalBufferProperties(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties, struct vn_instance_submit_command *submit) vn_submit_vkGetPhysicalDeviceExternalBufferProperties() argument 21791 vn_call_vkGetPhysicalDeviceExternalBufferProperties(struct vn_instance *vn_instance, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) vn_call_vkGetPhysicalDeviceExternalBufferProperties() argument 21804 vn_async_vkGetPhysicalDeviceExternalBufferProperties(struct vn_instance *vn_instance, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) vn_async_vkGetPhysicalDeviceExternalBufferProperties() argument [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 997 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in dzn_GetPhysicalDeviceExternalBufferProperties() 1002 .compatibleHandleTypes = (VkExternalMemoryHandleTypeFlags)pExternalBufferInfo->handleType, in dzn_GetPhysicalDeviceExternalBufferProperties() 996 dzn_GetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) dzn_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.cpp | 1056 VkPhysicalDevice physicalDevice, [[maybe_unused]] const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2697 const VkPhysicalDeviceExternalBufferInfo * pExternalBufferInfo, 2702 physicalDevice, pExternalBufferInfo, pExternalBufferProperties ); 3575 const VkPhysicalDeviceExternalBufferInfo * pExternalBufferInfo, 3580 physicalDevice, pExternalBufferInfo, pExternalBufferProperties );
|
H A D | vulkan_core.h | 5161 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 5294 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, 6681 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 6686 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5067 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 5200 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, 6580 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 6585 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5425 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 5558 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, 8047 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 8052 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5210 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 5343 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, 6841 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 6846 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 2122 const VkPhysicalDeviceExternalBufferInfo * pExternalBufferInfo, 2125 return ::vkGetPhysicalDeviceExternalBufferProperties( physicalDevice, pExternalBufferInfo, pExternalBufferProperties ); 3150 const VkPhysicalDeviceExternalBufferInfo * pExternalBufferInfo, 3153 return ::vkGetPhysicalDeviceExternalBufferPropertiesKHR( physicalDevice, pExternalBufferInfo, pExternalBufferProperties );
|