/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_fence.c | 297 const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, in vk_common_GetPhysicalDeviceExternalFenceProperties() argument 302 assert(pExternalFenceInfo->sType == in vk_common_GetPhysicalDeviceExternalFenceProperties() 305 pExternalFenceInfo->handleType; in vk_common_GetPhysicalDeviceExternalFenceProperties()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 356 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, 361 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
|
D | VkEncoder.h | 485 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, 725 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
|
D | func_table.cpp | 2034 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in gfxstream_vk_GetPhysicalDeviceExternalFenceProperties() argument 2042 vkEnc, gfxstream_physicalDevice->internal_object, pExternalFenceInfo, in gfxstream_vk_GetPhysicalDeviceExternalFenceProperties() 3219 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in gfxstream_vk_GetPhysicalDeviceExternalFencePropertiesKHR() argument 3227 vkEnc, gfxstream_physicalDevice->internal_object, pExternalFenceInfo, in gfxstream_vk_GetPhysicalDeviceExternalFencePropertiesKHR()
|
D | ResourceTracker.cpp | 4480 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in on_vkGetPhysicalDeviceExternalFenceProperties() argument 4489 bool syncFd = pExternalFenceInfo->handleType & VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT; in on_vkGetPhysicalDeviceExternalFenceProperties() 4506 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in on_vkGetPhysicalDeviceExternalFencePropertiesKHR() argument 4508 on_vkGetPhysicalDeviceExternalFenceProperties(context, physicalDevice, pExternalFenceInfo, in on_vkGetPhysicalDeviceExternalFencePropertiesKHR()
|
D | VkEncoder.cpp | 19258 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in vkGetPhysicalDeviceExternalFenceProperties() argument 19290 physicalDevice, pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFenceProperties() 19301 if (pExternalFenceInfo) { in vkGetPhysicalDeviceExternalFenceProperties() 19305 pool, VK_STRUCTURE_TYPE_MAX_ENUM, pExternalFenceInfo, in vkGetPhysicalDeviceExternalFenceProperties() 27205 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in vkGetPhysicalDeviceExternalFencePropertiesKHR() argument 27238 physicalDevice, pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFencePropertiesKHR() 27249 if (pExternalFenceInfo) { in vkGetPhysicalDeviceExternalFencePropertiesKHR() 27253 pool, VK_STRUCTURE_TYPE_MAX_ENUM, pExternalFenceInfo, in vkGetPhysicalDeviceExternalFencePropertiesKHR()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.cpp | 10440 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo; in decode() local 10451 vkReadStream->alloc((void**)&pExternalFenceInfo, in decode() 10455 (VkPhysicalDeviceExternalFenceInfo*)(pExternalFenceInfo), readStreamPtrPtr); in decode() 10463 if (pExternalFenceInfo) { in decode() 10465 m_state, (VkPhysicalDeviceExternalFenceInfo*)(pExternalFenceInfo)); in decode() 10476 (unsigned long long)pExternalFenceInfo, in decode() 10480 unboxed_physicalDevice, pExternalFenceInfo, pExternalFenceProperties); in decode() 10496 pExternalFenceInfo, pExternalFenceProperties); in decode() 15151 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo; in decode() local 15162 vkReadStream->alloc((void**)&pExternalFenceInfo, in decode() [all …]
|
D | VkDecoderSnapshot.h | 703 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, 1066 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
|
D | VkDecoderSnapshot.cpp | 1790 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in vkGetPhysicalDeviceExternalFenceProperties() argument 2636 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in vkGetPhysicalDeviceExternalFencePropertiesKHR() argument 5348 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in vkGetPhysicalDeviceExternalFenceProperties() argument 5351 physicalDevice, pExternalFenceInfo, in vkGetPhysicalDeviceExternalFenceProperties() 6144 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, in vkGetPhysicalDeviceExternalFencePropertiesKHR() argument 6147 pool, physicalDevice, pExternalFenceInfo, in vkGetPhysicalDeviceExternalFencePropertiesKHR()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 1987 …alDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, VkExternalF… in vkGetPhysicalDeviceExternalFenceProperties() argument 1989 …return ::vkGetPhysicalDeviceExternalFenceProperties( physicalDevice, pExternalFenceInfo, pExternal… in vkGetPhysicalDeviceExternalFenceProperties() 3163 …alDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, VkExternalF… in vkGetPhysicalDeviceExternalFencePropertiesKHR() argument 3165 …return ::vkGetPhysicalDeviceExternalFencePropertiesKHR( physicalDevice, pExternalFenceInfo, pExter… in vkGetPhysicalDeviceExternalFencePropertiesKHR()
|
D | vulkansc.hpp | 1884 …alDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo * pExternalFenceInfo, VkExternalF… in vkGetPhysicalDeviceExternalFenceProperties() argument 1886 …return ::vkGetPhysicalDeviceExternalFenceProperties( physicalDevice, pExternalFenceInfo, pExternal… in vkGetPhysicalDeviceExternalFenceProperties()
|
D | vulkansc_funcs.hpp | 4361 …ies( const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo, VULKAN_HPP_… in getExternalFenceProperties() argument 4364 …vice, reinterpret_cast<const VkPhysicalDeviceExternalFenceInfo *>( pExternalFenceInfo ), reinterpr… in getExternalFenceProperties()
|
D | vulkansc_handles.hpp | 6033 …ies( const VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalFenceInfo * pExternalFenceInfo, VULKAN_HPP_…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5601 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF… 5738 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, 9001 …calDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalF… 9006 const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 1553 * pname:pExternalFenceInfo is a pointer to a
|