/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 265 VkExternalBufferProperties *pExternalBufferProperties) in pvr_GetPhysicalDeviceExternalBufferProperties() 283 pExternalBufferProperties->externalMemoryProperties.externalMemoryFeatures = in pvr_GetPhysicalDeviceExternalBufferProperties() 286 pExternalBufferProperties->externalMemoryProperties.exportFromImportedHandleTypes = in pvr_GetPhysicalDeviceExternalBufferProperties() 289 pExternalBufferProperties->externalMemoryProperties.compatibleHandleTypes = in pvr_GetPhysicalDeviceExternalBufferProperties() 303 pExternalBufferProperties->externalMemoryProperties = in pvr_GetPhysicalDeviceExternalBufferProperties() 262 pvr_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) pvr_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/vulkan-loader/loader/ |
H A D | terminator.c | 494 VkExternalBufferProperties *pExternalBufferProperties) { in terminator_GetPhysicalDeviceExternalBufferProperties() 512 fpGetPhysicalDeviceExternalBufferProperties(phys_dev_term->phys_dev, pExternalBufferInfo, pExternalBufferProperties); in terminator_GetPhysicalDeviceExternalBufferProperties() 525 memset(&pExternalBufferProperties->externalMemoryProperties, 0, sizeof(VkExternalMemoryPropertiesKHR)); in terminator_GetPhysicalDeviceExternalBufferProperties() 527 if (pExternalBufferProperties->pNext != NULL) { in terminator_GetPhysicalDeviceExternalBufferProperties() 530 "pExternalBufferProperties->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 | 2777 VkExternalBufferProperties *pExternalBufferProperties) { 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/broadcom/vulkan/ |
H A D | v3dv_formats.c | 676 VkExternalBufferProperties *pExternalBufferProperties) in v3dv_GetPhysicalDeviceExternalBufferProperties() 681 pExternalBufferProperties->externalMemoryProperties = prime_fd_props; in v3dv_GetPhysicalDeviceExternalBufferProperties() 684 pExternalBufferProperties->externalMemoryProperties = 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() 837 VkExternalMemoryProperties *properties = &pExternalBufferProperties->externalMemoryProperties; 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/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 1620 VkExternalBufferProperties* pExternalBufferProperties) in anv_GetPhysicalDeviceExternalBufferProperties() 1642 pExternalBufferProperties->externalMemoryProperties = opaque_fd_dma_buf_props; in anv_GetPhysicalDeviceExternalBufferProperties() 1645 pExternalBufferProperties->externalMemoryProperties = userptr_props; in anv_GetPhysicalDeviceExternalBufferProperties() 1649 pExternalBufferProperties->externalMemoryProperties = android_buffer_props; in anv_GetPhysicalDeviceExternalBufferProperties() 1662 pExternalBufferProperties->externalMemoryProperties = in anv_GetPhysicalDeviceExternalBufferProperties() 1617 anv_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) anv_GetPhysicalDeviceExternalBufferProperties() argument
|
/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 1412 pExternalBufferProperties->externalMemoryProperties.externalMemoryFeatures = 0; in getPhysicalDeviceExternalBufferPropertiesKHR() 1413 pExternalBufferProperties->externalMemoryProperties.exportFromImportedHandleTypes = 0; in getPhysicalDeviceExternalBufferPropertiesKHR() 1414 pExternalBufferProperties->externalMemoryProperties.compatibleHandleTypes = 0; in getPhysicalDeviceExternalBufferPropertiesKHR() 1419 pExternalBufferProperties->externalMemoryProperties.externalMemoryFeatures = VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT | VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT; in getPhysicalDeviceExternalBufferPropertiesKHR() 1420 pExternalBufferProperties->externalMemoryProperties.exportFromImportedHandleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID; in getPhysicalDeviceExternalBufferPropertiesKHR() 1421 pExternalBufferProperties->externalMemoryProperties.compatibleHandleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID; in getPhysicalDeviceExternalBufferPropertiesKHR()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_formats.c | 696 VkExternalBufferProperties *pExternalBufferProperties) in tu_GetPhysicalDeviceExternalBufferProperties() 717 pExternalBufferProperties->externalMemoryProperties = 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 | 427 VkExternalBufferProperties *pExternalBufferProperties) in lvp_GetPhysicalDeviceExternalBufferProperties() 448 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties) { in lvp_GetPhysicalDeviceExternalBufferProperties() 424 lvp_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) lvp_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 487 VkExternalBufferProperties *pExternalBufferProperties) 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 | 196 VkExternalBufferProperties* pExternalBufferProperties);
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.cpp | 1057 VkExternalBufferProperties* pExternalBufferProperties) { 1058 if (nullptr != pExternalBufferProperties) { 1060 memcpy(&pExternalBufferProperties->externalMemoryProperties, &phys_dev.external_memory_properties,
|
/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 20108 cmd_size += vn_sizeof_simple_pointer(pExternalBufferProperties); in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties() 20109 if (pExternalBufferProperties) in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties() 20110 cmd_size += vn_sizeof_VkExternalBufferProperties_partial(pExternalBufferProperties); 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 20125 if (vn_encode_simple_pointer(enc, pExternalBufferProperties)) in vn_encode_vkGetPhysicalDeviceExternalBufferProperties() 20126 vn_encode_VkExternalBufferProperties_partial(enc, pExternalBufferProperties); 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 20136 cmd_size += vn_sizeof_simple_pointer(pExternalBufferProperties); in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties_reply() 20137 if (pExternalBufferProperties) in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties_reply() 20143 vn_decode_vkGetPhysicalDeviceExternalBufferProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) vn_decode_vkGetPhysicalDeviceExternalBufferProperties_reply() 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/virtio/vulkan/ |
H A D | vn_physical_device.c | 2458 VkExternalBufferProperties *pExternalBufferProperties) in vn_GetPhysicalDeviceExternalBufferProperties() 2471 &pExternalBufferProperties->externalMemoryProperties; in vn_GetPhysicalDeviceExternalBufferProperties() 2489 pExternalBufferProperties); in vn_GetPhysicalDeviceExternalBufferProperties() 2455 vn_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) vn_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 2020 VkExternalBufferProperties *pExternalBufferProperties) in radv_GetPhysicalDeviceExternalBufferProperties() 2039 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties){ in radv_GetPhysicalDeviceExternalBufferProperties() 2018 radv_GetPhysicalDeviceExternalBufferProperties( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) radv_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 998 VkExternalBufferProperties *pExternalBufferProperties) in dzn_GetPhysicalDeviceExternalBufferProperties() 1000 pExternalBufferProperties->externalMemoryProperties = in dzn_GetPhysicalDeviceExternalBufferProperties() 996 dzn_GetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) dzn_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2698 VkExternalBufferProperties * pExternalBufferProperties ) const 2702 physicalDevice, pExternalBufferInfo, pExternalBufferProperties ); 3576 VkExternalBufferProperties * pExternalBufferProperties ) const 3580 physicalDevice, pExternalBufferInfo, pExternalBufferProperties );
|
H A D | vulkan_core.h | 5161 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 5295 VkExternalBufferProperties* pExternalBufferProperties); 6681 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 6687 VkExternalBufferProperties* pExternalBufferProperties);
|
/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); 5201 VkExternalBufferProperties* pExternalBufferProperties); 6580 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 6586 VkExternalBufferProperties* pExternalBufferProperties);
|
/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); 5559 VkExternalBufferProperties* pExternalBufferProperties); 8047 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 8053 VkExternalBufferProperties* pExternalBufferProperties);
|
/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); 5344 VkExternalBufferProperties* pExternalBufferProperties); 6841 typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 6847 VkExternalBufferProperties* pExternalBufferProperties);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 2123 VkExternalBufferProperties * pExternalBufferProperties ) const VULKAN_HPP_NOEXCEPT 2125 return ::vkGetPhysicalDeviceExternalBufferProperties( physicalDevice, pExternalBufferInfo, pExternalBufferProperties ); 3151 VkExternalBufferProperties * pExternalBufferProperties ) const VULKAN_HPP_NOEXCEPT 3153 return ::vkGetPhysicalDeviceExternalBufferPropertiesKHR( physicalDevice, pExternalBufferInfo, pExternalBufferProperties );
|