Home
last modified time | relevance | path

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

/frameworks/native/vulkan/include/vulkan/
Dvk_android_native_buffer.h100 …cquireImageANDROID)(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe…
101 …ReleaseImageANDROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore…
125 VkSemaphore semaphore,
131 const VkSemaphore* pWaitSemaphores,
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp448 VkSemaphore semaphore; in dequeueNextBuffer()
482 VkSemaphore mSemaphore;
485 VkSemaphore semaphore) in DestroySemaphoreInfo()
516 VkSemaphore semaphore; in swapBuffers()
587 VkSemaphore semaphore; in fenceWait()
633 VkSemaphore semaphore; in createReleaseFence()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h71 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore);
72 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback…
198 …AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe…
199 …lReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore…
211 …AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe…
212 …lReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore…
Dnull_driver.tmpl66 …AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe…
67 …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()
/frameworks/native/vulkan/libvulkan/
Dswapchain.h38 …HR(VkDevice device, VkSwapchainKHR swapchain_handle, uint64_t timeout, VkSemaphore semaphore, VkFe…
Dapi_gen.cpp96 …disabledAcquireNextImageKHR(VkDevice device, VkSwapchainKHR, uint64_t, VkSemaphore, VkFence, uint3… in disabledAcquireNextImageKHR() argument
385 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore);
386 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback…
517 …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()
1456 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in AcquireNextImageKHR()
1703 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in vkCreateSemaphore()
1708 VKAPI_ATTR void vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallba… in vkDestroySemaphore()
2368 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in vkAcquireNextImageKHR()
Ddriver_gen.cpp60 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in checkedAcquireNextImageKHR()
Dswapchain.cpp1429 VkSemaphore semaphore, in AcquireNextImageKHR()
/frameworks/native/vulkan/api/
Dvulkan.api681 @nonDispatchHandle type u64 VkSemaphore
3691 const VkSemaphore* pWaitSemaphores
3696 const VkSemaphore* pSignalSemaphores
4010 const VkSemaphore* pWaitSemaphores
4018 const VkSemaphore* pSignalSemaphores
5258 const VkSemaphore* pWaitSemaphores
5289 VkSemaphore semaphore
6026 VkSemaphore semaphore
6056 VkSemaphore semaphore
6064 VkSemaphore semaphore
[all …]
/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp545 VkSemaphore semaphore;
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c439 VkSemaphore image_acquired_semaphores[FRAME_LAG];
440 VkSemaphore draw_complete_semaphores[FRAME_LAG];
441 VkSemaphore image_ownership_semaphores[FRAME_LAG];