Searched refs:VkSemaphore (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/vulkan/include/vulkan/ |
D | vk_android_native_buffer.h | 102 …cquireImageANDROID)(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe… 103 …ReleaseImageANDROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore… 127 VkSemaphore semaphore, 133 const VkSemaphore* pWaitSemaphores,
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 440 VkSemaphore semaphore; in dequeueNextBuffer() 474 VkSemaphore mSemaphore; 484 VkSemaphore semaphore) in DestroySemaphoreInfo() 518 VkSemaphore semaphore; in swapBuffers() 589 VkSemaphore semaphore; in fenceWait() 636 VkSemaphore semaphore; in createReleaseFence()
|
/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 384 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 385 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… 490 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… 928 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in CreateSemaphore() 932 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… in DestroySemaphore() 1352 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in AcquireNextImageKHR() 1708 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in vkCreateSemaphore() 1713 VKAPI_ATTR void vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallba… in vkDestroySemaphore() 2238 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in vkAcquireNextImageKHR()
|
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… 208 …AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe… 209 …lReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore…
|
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() 1234 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore()
|