Home
last modified time | relevance | path

Searched refs:pExternalBufferProperties (Results 1 - 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_formats.c265 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 Dterminator.c494 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 Dtrampoline.c2777 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 Dv3dv_formats.c676 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 DVkPromotedExtensions.cpp106 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 DVkPhysicalDevice.hpp62 void getProperties(const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const;
H A DVkPhysicalDevice.cpp835 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const in getProperties()
837 VkExternalMemoryProperties *properties = &pExternalBufferProperties->externalMemoryProperties; in getProperties()
H A DlibVulkan.cpp3770 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 Danv_formats.c1620 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 DvkNullDriver.cpp1407 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 Dtu_formats.c696 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 Dlvp_formats.c427 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 Dpanvk_formats.c487 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 Dvk_loader_extensions.h196 VkExternalBufferProperties* pExternalBufferProperties);
/third_party/vulkan-loader/tests/framework/icd/
H A Dtest_icd.cpp1057 VkExternalBufferProperties* pExternalBufferProperties) {
1058 if (nullptr != pExternalBufferProperties) {
1060 memcpy(&pExternalBufferProperties->externalMemoryProperties, &phys_dev.external_memory_properties,
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h20098 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 Dvn_physical_device.c2458 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 Dradv_formats.c2020 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 Ddzn_device.c998 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 Dvulkan.hpp2698 VkExternalBufferProperties * pExternalBufferProperties ) const
2702 physicalDevice, pExternalBufferInfo, pExternalBufferProperties );
3576 VkExternalBufferProperties * pExternalBufferProperties ) const
3580 physicalDevice, pExternalBufferInfo, pExternalBufferProperties );
H A Dvulkan_core.h5161 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 Dvulkan_core.h5067 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 Dvulkan_core.h5425 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 Dvulkan_core.h5210 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 Dvulkan.hpp2123 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 );

Completed in 314 milliseconds

12