/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_formats.c | 265 VkExternalBufferProperties *pExternalBufferProperties) in pvr_GetPhysicalDeviceExternalBufferProperties() argument 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()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_formats.c | 676 VkExternalBufferProperties *pExternalBufferProperties) in v3dv_GetPhysicalDeviceExternalBufferProperties() argument 681 pExternalBufferProperties->externalMemoryProperties = prime_fd_props; in v3dv_GetPhysicalDeviceExternalBufferProperties() 684 pExternalBufferProperties->externalMemoryProperties = in v3dv_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 490 VkExternalBufferProperties *pExternalBufferProperties) { in terminator_GetPhysicalDeviceExternalBufferProperties() argument 508 …eExternalBufferProperties(phys_dev_term->phys_dev, pExternalBufferInfo, pExternalBufferProperties); in terminator_GetPhysicalDeviceExternalBufferProperties() 521 …memset(&pExternalBufferProperties->externalMemoryProperties, 0, sizeof(VkExternalMemoryPropertiesK… in terminator_GetPhysicalDeviceExternalBufferProperties() 523 if (pExternalBufferProperties->pNext != NULL) { in terminator_GetPhysicalDeviceExternalBufferProperties()
|
D | trampoline.c | 2628 VkExternalBufferProperties *pExternalBufferProperties) { in vkGetPhysicalDeviceExternalBufferProperties() argument 2640 …iceExternalBufferPropertiesKHR(unwrapped_phys_dev, pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferProperties() 2642 …DeviceExternalBufferProperties(unwrapped_phys_dev, pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferProperties()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1368 …viceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) in getPhysicalDeviceExternalBufferPropertiesKHR() argument 1373 pExternalBufferProperties->externalMemoryProperties.externalMemoryFeatures = 0; in getPhysicalDeviceExternalBufferPropertiesKHR() 1374 pExternalBufferProperties->externalMemoryProperties.exportFromImportedHandleTypes = 0; in getPhysicalDeviceExternalBufferPropertiesKHR() 1375 pExternalBufferProperties->externalMemoryProperties.compatibleHandleTypes = 0; in getPhysicalDeviceExternalBufferPropertiesKHR() 1380 …pExternalBufferProperties->externalMemoryProperties.externalMemoryFeatures = VK_EXTERNAL_MEMORY_FE… in getPhysicalDeviceExternalBufferPropertiesKHR() 1381 …pExternalBufferProperties->externalMemoryProperties.exportFromImportedHandleTypes = VK_EXTERNAL_ME… in getPhysicalDeviceExternalBufferPropertiesKHR() 1382 …pExternalBufferProperties->externalMemoryProperties.compatibleHandleTypes = VK_EXTERNAL_MEMORY_HAN… in getPhysicalDeviceExternalBufferPropertiesKHR()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 106 …viceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) in vkGetPhysicalDeviceExternalBufferPropertiesKHR() argument 108 …icalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
|
D | VkPhysicalDevice.hpp | 62 …ernalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const;
|
D | VkPhysicalDevice.cpp | 835 …ternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const in getProperties() 837 VkExternalMemoryProperties *properties = &pExternalBufferProperties->externalMemoryProperties; in getProperties()
|
D | libVulkan.cpp | 3770 …viceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) in vkGetPhysicalDeviceExternalBufferProperties() argument 3773 physicalDevice, pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferProperties() 3775 vk::Cast(physicalDevice)->getProperties(pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_formats.c | 427 VkExternalBufferProperties *pExternalBufferProperties) in lvp_GetPhysicalDeviceExternalBufferProperties() argument 448 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties) { in lvp_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 1620 VkExternalBufferProperties* pExternalBufferProperties) in anv_GetPhysicalDeviceExternalBufferProperties() argument 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()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 696 VkExternalBufferProperties *pExternalBufferProperties) in tu_GetPhysicalDeviceExternalBufferProperties() argument 717 pExternalBufferProperties->externalMemoryProperties = in tu_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 292 …ternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) const 297 …icalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBufferProperties); 299 …lDeviceExternalBufferPropertiesKHR(physicalDevice, pExternalBufferInfo, pExternalBufferProperties);
|
D | vkConcreteInstanceInterface.inl | 56 …ernalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) const;
|
D | vkVirtualInstanceInterface.inl | 56 …nalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) const =…
|
D | vkFunctionPointerTypes.inl | 221 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 222 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties);
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_formats.c | 487 … VkExternalBufferProperties *pExternalBufferProperties) in panvk_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 194 VkExternalBufferProperties* pExternalBufferProperties);
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | test_icd.cpp | 928 VkExternalBufferProperties* pExternalBufferProperties) { in test_vkGetPhysicalDeviceExternalBufferProperties() argument 929 if (nullptr != pExternalBufferProperties) { in test_vkGetPhysicalDeviceExternalBufferProperties() 931 … memcpy(&pExternalBufferProperties->externalMemoryProperties, &phys_dev.external_memory_properties, in test_vkGetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 2458 VkExternalBufferProperties *pExternalBufferProperties) in vn_GetPhysicalDeviceExternalBufferProperties() argument 2471 &pExternalBufferProperties->externalMemoryProperties; in vn_GetPhysicalDeviceExternalBufferProperties() 2489 pExternalBufferProperties); in vn_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 2020 VkExternalBufferProperties *pExternalBufferProperties) in radv_GetPhysicalDeviceExternalBufferProperties() argument 2039 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties){ in radv_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 20098 …viceExternalBufferInfo* 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 …viceExternalBufferInfo* 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 …viceExternalBufferInfo* 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() [all …]
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 998 VkExternalBufferProperties *pExternalBufferProperties) in dzn_GetPhysicalDeviceExternalBufferProperties() argument 1000 pExternalBufferProperties->externalMemoryProperties = in dzn_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4395 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 4529 VkExternalBufferProperties* pExternalBufferProperties); 5186 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 5192 VkExternalBufferProperties* pExternalBufferProperties);
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 4599 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 4733 VkExternalBufferProperties* pExternalBufferProperties); 5374 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); 5380 VkExternalBufferProperties* pExternalBufferProperties);
|