/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_formats.c | 264 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in pvr_GetPhysicalDeviceExternalBufferProperties() argument 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()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_formats.c | 675 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in v3dv_GetPhysicalDeviceExternalBufferProperties() argument 678 switch (pExternalBufferInfo->handleType) { in v3dv_GetPhysicalDeviceExternalBufferProperties() 686 .compatibleHandleTypes = pExternalBufferInfo->handleType, in v3dv_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 106 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternal… in vkGetPhysicalDeviceExternalBufferPropertiesKHR() argument 108 …vkGetPhysicalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBufferPr… in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
|
D | VkPhysicalDevice.hpp | 62 …void getProperties(const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBuffer…
|
D | VkPhysicalDevice.cpp | 835 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, V… in getProperties() argument 840 const VkExternalMemoryHandleTypeFlagBits *handleType = &pExternalBufferInfo->handleType; in getProperties()
|
D | libVulkan.cpp | 3770 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternal… 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 | 426 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in lvp_GetPhysicalDeviceExternalBufferProperties() argument 432 switch (pExternalBufferInfo->handleType) { in lvp_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 489 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in terminator_GetPhysicalDeviceExternalBufferProperties() argument 508 …fpGetPhysicalDeviceExternalBufferProperties(phys_dev_term->phys_dev, pExternalBufferInfo, pExterna… in terminator_GetPhysicalDeviceExternalBufferProperties() 514 if (pExternalBufferInfo->pNext != NULL) { in terminator_GetPhysicalDeviceExternalBufferProperties()
|
D | trampoline.c | 2627 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in vkGetPhysicalDeviceExternalBufferProperties() argument 2640 …disp->GetPhysicalDeviceExternalBufferPropertiesKHR(unwrapped_phys_dev, pExternalBufferInfo, pExter… in vkGetPhysicalDeviceExternalBufferProperties() 2642 …disp->GetPhysicalDeviceExternalBufferProperties(unwrapped_phys_dev, pExternalBufferInfo, pExternal… in vkGetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 1619 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, in anv_GetPhysicalDeviceExternalBufferProperties() argument 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()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 2457 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in vn_GetPhysicalDeviceExternalBufferProperties() argument 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()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 695 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in tu_GetPhysicalDeviceExternalBufferProperties() argument 701 switch (pExternalBufferInfo->handleType) { in tu_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 292 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… argument 297 …m_vk.getPhysicalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBuffe… 299 …m_vk.getPhysicalDeviceExternalBufferPropertiesKHR(physicalDevice, pExternalBufferInfo, pExternalBu…
|
D | vkVirtualInstanceInterface.inl | 56 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal…
|
D | vkConcreteInstanceInterface.inl | 56 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal…
|
D | vkFunctionPointerTypes.inl | 221 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… 222 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal…
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_formats.c | 486 … const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in panvk_GetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1368 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… in getPhysicalDeviceExternalBufferPropertiesKHR() argument 1371 DE_UNREF(pExternalBufferInfo); in getPhysicalDeviceExternalBufferPropertiesKHR() 1378 …if (pExternalBufferInfo->handleType == VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_… in getPhysicalDeviceExternalBufferPropertiesKHR()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 193 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 2019 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in radv_GetPhysicalDeviceExternalBufferProperties() argument 2025 switch (pExternalBufferInfo->handleType) { in radv_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 20098 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… 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 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… 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 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… in vn_sizeof_vkGetPhysicalDeviceExternalBufferProperties_reply() argument 20143 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… in vn_decode_vkGetPhysicalDeviceExternalBufferProperties_reply() argument 21182 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… in vn_submit_vkGetPhysicalDeviceExternalBufferProperties() argument [all …]
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 997 … const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in dzn_GetPhysicalDeviceExternalBufferProperties() argument 1002 .compatibleHandleTypes = (VkExternalMemoryHandleTypeFlags)pExternalBufferInfo->handleType, in dzn_GetPhysicalDeviceExternalBufferProperties()
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | test_icd.cpp | 927 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, in test_vkGetPhysicalDeviceExternalBufferProperties() argument
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5067 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… 5200 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, 6580 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… 6585 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 2697 … const VkPhysicalDeviceExternalBufferInfo * pExternalBufferInfo, in vkGetPhysicalDeviceExternalBufferProperties() argument 2702 physicalDevice, pExternalBufferInfo, pExternalBufferProperties ); in vkGetPhysicalDeviceExternalBufferProperties() 3575 … const VkPhysicalDeviceExternalBufferInfo * pExternalBufferInfo, in vkGetPhysicalDeviceExternalBufferPropertiesKHR() argument 3580 physicalDevice, pExternalBufferInfo, pExternalBufferProperties ); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
|