Searched refs:VkSemaphore (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/vulkan/include/vulkan/ |
D | vk_android_native_buffer.h | 150 VkSemaphore semaphore, 156 const VkSemaphore* pWaitSemaphores, 184 VkSemaphore semaphore, 191 const VkSemaphore* pWaitSemaphores,
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 426 VkSemaphore semaphore; in dequeueNextBuffer() 471 VkSemaphore mSemaphore; 481 VkSemaphore semaphore) in DestroySemaphoreInfo() 508 VkSemaphore semaphore; in finishFrame() 634 VkSemaphore semaphore; in fenceWait() 684 VkSemaphore semaphore; in createReleaseFence()
|
D | VulkanManager.h | 45 typedef void(VKAPI_PTR* PFN_vkFrameBoundaryANDROID)(VkDevice device, VkSemaphore semaphore, 221 VkSemaphore mSwapSemaphore = VK_NULL_HANDLE;
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.h | 38 …HR(VkDevice device, VkSwapchainKHR swapchain_handle, uint64_t timeout, VkSemaphore semaphore, VkFe…
|
D | api_gen.cpp | 100 …disabledAcquireNextImageKHR(VkDevice device, VkSwapchainKHR, uint64_t, VkSemaphore, VkFence, uint3… in disabledAcquireNextImageKHR() argument 397 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 398 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… 504 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… 541 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal… 970 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in CreateSemaphore() 974 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… in DestroySemaphore() 1398 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in AcquireNextImageKHR() 1546 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal… in GetSemaphoreCounterValue() 1802 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in vkCreateSemaphore() [all …]
|
D | driver_gen.cpp | 59 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in checkedAcquireNextImageKHR()
|
D | swapchain.cpp | 1441 VkSemaphore semaphore, in AcquireNextImageKHR()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 72 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 73 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… 209 …AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe… 210 …lReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore… 215 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal…
|
D | null_driver.cpp | 954 VkSemaphore, in AcquireImageANDROID() argument 962 const VkSemaphore*, in QueueSignalReleaseImageANDROID() argument 1104 VkSemaphore* semaphore) { in CreateSemaphore() 1105 *semaphore = AllocHandle<VkSemaphore>(device, HandleType::kSemaphore); in CreateSemaphore() 1242 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore() 1592 VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) { in GetSemaphoreCounterValue()
|