/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/ |
D | fence_events.adoc | 25 * pname:pFence is a pointer to a handle in which the resulting fence 77 * pname:pFence is a pointer to a handle in which the resulting fence
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_fence.c | 152 VkFence *pFence) in vk_common_CreateFence() argument 161 *pFence = vk_fence_to_handle(fence); in vk_common_CreateFence()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 2541 const VkAllocationCallbacks* pAllocator, VkFence* pFence) { in on_vkCreateFence() argument 2553 *pFence = VK_NULL_HANDLE; in on_vkCreateFence() 2566 *pFence = externalFencePool->pop(pCreateInfo); in on_vkCreateFence() 2567 if (*pFence != VK_NULL_HANDLE) { in on_vkCreateFence() 2572 if (*pFence == VK_NULL_HANDLE) { in on_vkCreateFence() 2573 VkResult res = vk->vkCreateFence(device, &createInfo, pAllocator, pFence); in on_vkCreateFence() 2582 DCHECK(fenceReused || mFenceInfo.find(*pFence) == mFenceInfo.end()); in on_vkCreateFence() 2584 auto& fenceInfo = mFenceInfo[*pFence]; in on_vkCreateFence() 2588 *pFence = new_boxed_non_dispatchable_VkFence(*pFence); in on_vkCreateFence() 2589 fenceInfo.boxed = *pFence; in on_vkCreateFence() [all …]
|
D | VkDecoderGlobalState.h | 515 const VkAllocationCallbacks* pAllocator, VkFence* pFence);
|
D | VkDecoderSnapshot.cpp | 320 const VkAllocationCallbacks* pAllocator, VkFence* pFence) { in vkCreateFence() argument 321 if (!pFence) return; in vkCreateFence() 324 mReconstruction.addHandles((const uint64_t*)pFence, 1); in vkCreateFence() 325 mReconstruction.addHandleDependency((const uint64_t*)pFence, 1, in vkCreateFence() 331 mReconstruction.forEachHandleAddApi((const uint64_t*)pFence, 1, apiHandle, in vkCreateFence() 333 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pFence, 1); in vkCreateFence() 4114 const VkAllocationCallbacks* pAllocator, VkFence* pFence) { in vkCreateFence() argument 4116 pCreateInfo, pAllocator, pFence); in vkCreateFence()
|
D | VkDecoder.cpp | 2602 VkFence* pFence; in decode() local 2624 vkReadStream->alloc((void**)&pFence, sizeof(VkFence)); in decode() 2628 *(VkFence*)pFence = (VkFence)(VkFence)((VkFence)(*&cgen_var_2)); in decode() 2639 (unsigned long long)pAllocator, (unsigned long long)pFence); in decode() 2643 m_state->on_vkCreateFence(&m_pool, device, pCreateInfo, pAllocator, pFence); in decode() 2653 vkStream->handleMapping()->mapHandles_VkFence((VkFence*)pFence, 1); in decode() 2654 vkStream->write((VkFence*)pFence, 8 * 1); in decode() 2665 device, pCreateInfo, pAllocator, pFence); in decode()
|
D | VkDecoderSnapshot.h | 196 const VkAllocationCallbacks* pAllocator, VkFence* pFence);
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1198 …eInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkFence * pFence ) const VULKAN_HPP… in vkCreateFence() 1200 return ::vkCreateFence( device, pCreateInfo, pAllocator, pFence ); in vkCreateFence() 2406 … * pDeviceEventInfo, const VkAllocationCallbacks * pAllocator, VkFence * pFence ) const VULKAN_HPP… in vkRegisterDeviceEventEXT() 2408 return ::vkRegisterDeviceEventEXT( device, pDeviceEventInfo, pAllocator, pFence ); in vkRegisterDeviceEventEXT() 2412 …* pDisplayEventInfo, const VkAllocationCallbacks * pAllocator, VkFence * pFence ) const VULKAN_HPP… in vkRegisterDisplayEventEXT() 2414 return ::vkRegisterDisplayEventEXT( device, display, pDisplayEventInfo, pAllocator, pFence ); in vkRegisterDisplayEventEXT()
|
D | vulkansc_funcs.hpp | 986 …MESPACE::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::Fence * pFence, Dispatch const & … in createFence() argument 989 …rpret_cast<const VkAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkFence *>( pFence ) ) ); in createFence() 6723 …MESPACE::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::Fence * pFence, Dispatch const & … in registerEventEXT() argument 6726 …rpret_cast<const VkAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkFence *>( pFence ) ) ); in registerEventEXT() 6761 …MESPACE::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::Fence * pFence, Dispatch const & … in registerDisplayEventEXT() argument 6764 …rpret_cast<const VkAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkFence *>( pFence ) ) ); in registerDisplayEventEXT()
|
D | vulkan.hpp | 1223 …eInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkFence * pFence ) const VULKAN_HPP… in vkCreateFence() 1225 return ::vkCreateFence( device, pCreateInfo, pAllocator, pFence ); in vkCreateFence() 3067 … * pDeviceEventInfo, const VkAllocationCallbacks * pAllocator, VkFence * pFence ) const VULKAN_HPP… in vkRegisterDeviceEventEXT() 3069 return ::vkRegisterDeviceEventEXT( device, pDeviceEventInfo, pAllocator, pFence ); in vkRegisterDeviceEventEXT() 3073 …* pDisplayEventInfo, const VkAllocationCallbacks * pAllocator, VkFence * pFence ) const VULKAN_HPP… in vkRegisterDisplayEventEXT() 3075 return ::vkRegisterDisplayEventEXT( device, display, pDisplayEventInfo, pAllocator, pFence ); in vkRegisterDisplayEventEXT()
|
D | vulkansc_handles.hpp | 4465 …MESPACE::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::Fence * pFence, Dispatch const & … 5468 …MESPACE::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::Fence * pFence, Dispatch const & … 5480 …MESPACE::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::Fence * pFence, Dispatch const & …
|
D | vulkansc_hash.hpp | 6566 VULKAN_HPP_HASH_COMBINE( seed, semaphoreSciSyncCreateInfoNV.pFence ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 366 const VkAllocationCallbacks* pAllocator, VkFence* pFence);
|
D | ResourceTracker.cpp | 4515 VkFence* pFence) { in on_vkCreateFence() argument 4528 enc->vkCreateFence(device, &finalCreateInfo, pAllocator, pFence, true /* do lock */); in on_vkCreateFence() 4541 auto it = info_VkFence.find(*pFence); in on_vkCreateFence() 4549 mesa_logi("%s: info set (fence still -1). fence: %p\n", __func__, (void*)(*pFence)); in on_vkCreateFence()
|
D | VkEncoder.h | 143 const VkAllocationCallbacks* pAllocator, VkFence* pFence,
|
D | func_table.cpp | 416 const VkAllocationCallbacks* pAllocator, VkFence* pFence) { in gfxstream_vk_CreateFence() argument 430 *pFence = gfxstream_vk_fence_to_handle(gfxstream_pFence); in gfxstream_vk_CreateFence()
|
D | VkEncoder.cpp | 4255 const VkAllocationCallbacks* pAllocator, VkFence* pFence, in vkCreateFence() argument 4285 pCreateInfo, pAllocator, pFence); in vkCreateFence() 4368 *&cgen_var_2 = (uint64_t)((*pFence)); in vkCreateFence() 4381 stream->handleMapping()->mapHandles_u64_VkFence(&cgen_var_3, (VkFence*)pFence, 1); in vkCreateFence()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3983 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); 4274 VkFence* pFence); 11583 … VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); 11584 …kDisplayEventInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); 11597 VkFence* pFence); 11604 VkFence* pFence);
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 189 pFence = printer.write_int("pFence", 8, indent, optional=False, count=None, big_endian=False)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 1975 * pname:pFence is a pointer to a handle in which the resulting fence 3993 * pname:pFence is a pointer to a stext:NvSciSyncFence. 3999 The slink:VkSemaphoreSciSyncCreateInfoNV::pname:pFence parameter provides 4004 slink:VkSemaphoreSciSyncCreateInfoNV::pname:pFence must: be in the cleared
|