Home
last modified time | relevance | path

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

/frameworks/native/vulkan/include/vulkan/
Dvk_android_native_buffer.h90 …cquireImageANDROID)(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe…
91 …ReleaseImageANDROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore…
115 VkSemaphore semaphore,
121 const VkSemaphore* pWaitSemaphores,
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.h41 VkSemaphore mAcquireSemaphore; // we signal on this for acquisition of image
42 VkSemaphore mRenderSemaphore; // we wait on this for rendering to be done
/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…
170 …AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe…
171 …lReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore…
183 …AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe…
184 …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.cpp942 VkSemaphore, in AcquireImageANDROID() argument
950 const VkSemaphore*, in QueueSignalReleaseImageANDROID() argument
1092 VkSemaphore* semaphore) { in CreateSemaphore()
1093 *semaphore = AllocHandle<VkSemaphore>(device, HandleType::kSemaphore); in CreateSemaphore()
1222 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore()
/frameworks/native/vulkan/libvulkan/
Dswapchain.h35 …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
322 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore);
323 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback…
427 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe…
787 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in CreateSemaphore()
791 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… in DestroySemaphore()
1207 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in AcquireNextImageKHR()
1430 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in vkCreateSemaphore()
1435 VKAPI_ATTR void vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallba… in vkDestroySemaphore()
1955 …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.cpp1194 VkSemaphore semaphore, in AcquireNextImageKHR()
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc136 externally-signalled native fence into both an existing VkSemaphore object
145 VkSemaphore semaphore,
151 fence into the +VkSemaphore+ and +VkFence+ objects provided by the
155 here. This call puts the +VkSemaphore+ and +VkFence+ into the same "pending"
173 const VkSemaphore* pWaitSemaphores,
/frameworks/native/vulkan/api/
Dvulkan.api366 @nonDispatchHandle type u64 VkSemaphore
2154 const VkSemaphore* pWaitSemaphores
2159 const VkSemaphore* pSignalSemaphores
2473 const VkSemaphore* pWaitSemaphores
2481 const VkSemaphore* pSignalSemaphores
3224 const VkSemaphore* pWaitSemaphores
3702 VkSemaphore semaphore
3903 VkSemaphore semaphore
3931 VkSemaphore semaphore
4971 VkSemaphore* pSemaphore) {
[all …]