Home
last modified time | relevance | path

Searched refs:pExternalBufferInfo (Results 1 – 25 of 41) sorted by relevance

12

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_formats.c264 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/
Dv3dv_formats.c675 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/
DVkPromotedExtensions.cpp106 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternal… in vkGetPhysicalDeviceExternalBufferPropertiesKHR() argument
108 …vkGetPhysicalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBufferPr… in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
DVkPhysicalDevice.hpp62 …void getProperties(const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBuffer…
DVkPhysicalDevice.cpp835 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, V… in getProperties() argument
840 const VkExternalMemoryHandleTypeFlagBits *handleType = &pExternalBufferInfo->handleType; in getProperties()
DlibVulkan.cpp3770 …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/
Dlvp_formats.c426 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in lvp_GetPhysicalDeviceExternalBufferProperties() argument
432 switch (pExternalBufferInfo->handleType) { in lvp_GetPhysicalDeviceExternalBufferProperties()
/third_party/vulkan-loader/loader/
Dterminator.c489 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()
Dtrampoline.c2627 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/
Danv_formats.c1619 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/
Dvn_physical_device.c2457 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/
Dtu_formats.c695 const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in tu_GetPhysicalDeviceExternalBufferProperties() argument
701 switch (pExternalBufferInfo->handleType) { in tu_GetPhysicalDeviceExternalBufferProperties()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl292 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal… argument
297 …m_vk.getPhysicalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBuffe…
299 …m_vk.getPhysicalDeviceExternalBufferPropertiesKHR(physicalDevice, pExternalBufferInfo, pExternalBu…
DvkVirtualInstanceInterface.inl56 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal…
DvkConcreteInstanceInterface.inl56 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal…
DvkFunctionPointerTypes.inl221 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal…
222 …alDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternal…
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c486 … const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in panvk_GetPhysicalDeviceExternalBufferProperties() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1368 …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/
Dvk_loader_extensions.h193 const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c2019 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in radv_GetPhysicalDeviceExternalBufferProperties() argument
2025 switch (pExternalBufferInfo->handleType) { in radv_GetPhysicalDeviceExternalBufferProperties()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h20098 …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/
Ddzn_device.c997 … const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, in dzn_GetPhysicalDeviceExternalBufferProperties() argument
1002 .compatibleHandleTypes = (VkExternalMemoryHandleTypeFlags)pExternalBufferInfo->handleType, in dzn_GetPhysicalDeviceExternalBufferProperties()
/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp927 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, in test_vkGetPhysicalDeviceExternalBufferProperties() argument
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5067 …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/
Dvulkan.hpp2697 … 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()

12