Home
last modified time | relevance | path

Searched refs:pExternalBufferProperties (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_formats.c265 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/
Dv3dv_formats.c676 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/
Dterminator.c490 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()
Dtrampoline.c2628 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/
DvkNullDriver.cpp1368 …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()
1380pExternalBufferProperties->externalMemoryProperties.externalMemoryFeatures = VK_EXTERNAL_MEMORY_FE… in getPhysicalDeviceExternalBufferPropertiesKHR()
1381pExternalBufferProperties->externalMemoryProperties.exportFromImportedHandleTypes = VK_EXTERNAL_ME… in getPhysicalDeviceExternalBufferPropertiesKHR()
1382pExternalBufferProperties->externalMemoryProperties.compatibleHandleTypes = VK_EXTERNAL_MEMORY_HAN… in getPhysicalDeviceExternalBufferPropertiesKHR()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp106 …viceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) in vkGetPhysicalDeviceExternalBufferPropertiesKHR() argument
108 …icalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBufferProperties); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
DVkPhysicalDevice.hpp62 …ernalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const;
DVkPhysicalDevice.cpp835 …ternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties) const in getProperties()
837 VkExternalMemoryProperties *properties = &pExternalBufferProperties->externalMemoryProperties; in getProperties()
DlibVulkan.cpp3770 …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/
Dlvp_formats.c427 VkExternalBufferProperties *pExternalBufferProperties) in lvp_GetPhysicalDeviceExternalBufferProperties() argument
448 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties) { in lvp_GetPhysicalDeviceExternalBufferProperties()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c1620 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/
Dtu_formats.c696 VkExternalBufferProperties *pExternalBufferProperties) in tu_GetPhysicalDeviceExternalBufferProperties() argument
717 pExternalBufferProperties->externalMemoryProperties = in tu_GetPhysicalDeviceExternalBufferProperties()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl292 …ternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) const
297 …icalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBufferProperties);
299 …lDeviceExternalBufferPropertiesKHR(physicalDevice, pExternalBufferInfo, pExternalBufferProperties);
DvkConcreteInstanceInterface.inl56 …ernalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) const;
DvkVirtualInstanceInterface.inl56 …nalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) const =…
DvkFunctionPointerTypes.inl221 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties);
222 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties);
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c487 … VkExternalBufferProperties *pExternalBufferProperties) in panvk_GetPhysicalDeviceExternalBufferProperties() argument
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h194 VkExternalBufferProperties* pExternalBufferProperties);
/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp928 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/
Dvn_physical_device.c2458 VkExternalBufferProperties *pExternalBufferProperties) in vn_GetPhysicalDeviceExternalBufferProperties() argument
2471 &pExternalBufferProperties->externalMemoryProperties; in vn_GetPhysicalDeviceExternalBufferProperties()
2489 pExternalBufferProperties); in vn_GetPhysicalDeviceExternalBufferProperties()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c2020 VkExternalBufferProperties *pExternalBufferProperties) in radv_GetPhysicalDeviceExternalBufferProperties() argument
2039 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties){ in radv_GetPhysicalDeviceExternalBufferProperties()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h20098 …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/
Ddzn_device.c998 VkExternalBufferProperties *pExternalBufferProperties) in dzn_GetPhysicalDeviceExternalBufferProperties() argument
1000 pExternalBufferProperties->externalMemoryProperties = in dzn_GetPhysicalDeviceExternalBufferProperties()
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4395 …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/
Dvulkan_core.h4599 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties);
4733 VkExternalBufferProperties* pExternalBufferProperties);
5374 …iceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties);
5380 VkExternalBufferProperties* pExternalBufferProperties);

12