Home
last modified time | relevance | path

Searched refs:VkSemaphore (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
Dvk_android_native_buffer.h102 …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/
DVulkanManager.cpp440 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/
Dswapchain.h38 …HR(VkDevice device, VkSwapchainKHR swapchain_handle, uint64_t timeout, VkSemaphore semaphore, VkFe…
Dapi_gen.cpp100 …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()
Ddriver_gen.cpp59 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in checkedAcquireNextImageKHR()
Dswapchain.cpp1441 VkSemaphore semaphore, in AcquireNextImageKHR()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h72 …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…
Dnull_driver.cpp954 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()