Home
last modified time | relevance | path

Searched refs:pExternalFenceInfo (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
Dvk_fence.c294 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in vk_common_GetPhysicalDeviceExternalFenceProperties() argument
299 assert(pExternalFenceInfo->sType == in vk_common_GetPhysicalDeviceExternalFenceProperties()
302 pExternalFenceInfo->handleType; in vk_common_GetPhysicalDeviceExternalFenceProperties()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp100 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalF… in vkGetPhysicalDeviceExternalFencePropertiesKHR() argument
102 …vkGetPhysicalDeviceExternalFenceProperties(physicalDevice, pExternalFenceInfo, pExternalFencePrope… in vkGetPhysicalDeviceExternalFencePropertiesKHR()
DVkPhysicalDevice.hpp63 …void getProperties(const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFencePro…
DVkPhysicalDevice.cpp866 void PhysicalDevice::getProperties(const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkE… in getProperties() argument
DlibVulkan.cpp3778 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalF… in vkGetPhysicalDeviceExternalFenceProperties() argument
3781 physicalDevice, pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFenceProperties()
3783 vk::Cast(physicalDevice)->getProperties(pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFenceProperties()
/third_party/vulkan-loader/loader/
Dterminator.c579 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in terminator_GetPhysicalDeviceExternalFenceProperties() argument
598 …fpGetPhysicalDeviceExternalFenceProperties(phys_dev_term->phys_dev, pExternalFenceInfo, pExternalF… in terminator_GetPhysicalDeviceExternalFenceProperties()
604 if (pExternalFenceInfo->pNext != NULL) { in terminator_GetPhysicalDeviceExternalFenceProperties()
Dtrampoline.c2669 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in vkGetPhysicalDeviceExternalFenceProperties() argument
2682 …disp->GetPhysicalDeviceExternalFencePropertiesKHR(unwrapped_phys_dev, pExternalFenceInfo, pExterna… in vkGetPhysicalDeviceExternalFenceProperties()
2684 …disp->GetPhysicalDeviceExternalFenceProperties(unwrapped_phys_dev, pExternalFenceInfo, pExternalFe… in vkGetPhysicalDeviceExternalFenceProperties()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl312 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF… argument
317 …m_vk.getPhysicalDeviceExternalFenceProperties(physicalDevice, pExternalFenceInfo, pExternalFencePr…
319 …m_vk.getPhysicalDeviceExternalFencePropertiesKHR(physicalDevice, pExternalFenceInfo, pExternalFenc…
DvkVirtualInstanceInterface.inl58 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
DvkConcreteInstanceInterface.inl58 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
DvkFunctionPointerTypes.inl238 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
239 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
DvkNullDriverImpl.inl1688 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF… argument
1691 DE_UNREF(pExternalFenceInfo);
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h197 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h20218 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF… in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties() argument
20225 cmd_size += vn_sizeof_simple_pointer(pExternalFenceInfo); in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties()
20226 if (pExternalFenceInfo) in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties()
20227 cmd_size += vn_sizeof_VkPhysicalDeviceExternalFenceInfo(pExternalFenceInfo); in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties()
20235 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF… in vn_encode_vkGetPhysicalDeviceExternalFenceProperties() argument
20243 if (vn_encode_simple_pointer(enc, pExternalFenceInfo)) in vn_encode_vkGetPhysicalDeviceExternalFenceProperties()
20244 vn_encode_VkPhysicalDeviceExternalFenceInfo(enc, pExternalFenceInfo); in vn_encode_vkGetPhysicalDeviceExternalFenceProperties()
20249 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF… in vn_sizeof_vkGetPhysicalDeviceExternalFenceProperties_reply() argument
20263 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF… in vn_decode_vkGetPhysicalDeviceExternalFenceProperties_reply() argument
21224 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF… in vn_submit_vkGetPhysicalDeviceExternalFenceProperties() argument
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c2522 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in vn_GetPhysicalDeviceExternalFenceProperties() argument
2528 if (pExternalFenceInfo->handleType & in vn_GetPhysicalDeviceExternalFenceProperties()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1696 … const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in panvk_GetPhysicalDeviceExternalFenceProperties() argument
/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp944 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in test_vkGetPhysicalDeviceExternalFenceProperties() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2312 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in lvp_GetPhysicalDeviceExternalFenceProperties() argument
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5068 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
5205 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
6909 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
6914 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp2706 … const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, in vkGetPhysicalDeviceExternalFenceProperties() argument
2711 physicalDevice, pExternalFenceInfo, pExternalFenceProperties ); in vkGetPhysicalDeviceExternalFenceProperties()
3886 … const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, in vkGetPhysicalDeviceExternalFencePropertiesKHR() argument
3891 physicalDevice, pExternalFenceInfo, pExternalFenceProperties ); in vkGetPhysicalDeviceExternalFencePropertiesKHR()
Dvulkan_core.h5162 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
5299 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
7010 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
7015 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c2947 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in tu_GetPhysicalDeviceExternalFenceProperties() argument
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp2427 … const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, in vkGetPhysicalDeviceExternalFenceProperties() argument
2430 …return ::vkGetPhysicalDeviceExternalFenceProperties( physicalDevice, pExternalFenceInfo, pExternal… in vkGetPhysicalDeviceExternalFenceProperties()
3740 … const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, in vkGetPhysicalDeviceExternalFencePropertiesKHR() argument
3743 …return ::vkGetPhysicalDeviceExternalFencePropertiesKHR( physicalDevice, pExternalFenceInfo, pExter… in vkGetPhysicalDeviceExternalFencePropertiesKHR()
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h5211 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
5348 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
7170 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
7175 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h5426 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
5563 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
8376 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF…
8381 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,

12