Searched refs:VkSemaphore (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/vulkan/include/vulkan/ |
D | vk_android_native_buffer.h | 90 …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/ |
D | VulkanManager.h | 41 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/ |
D | null_driver_gen.h | 71 …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…
|
D | null_driver.tmpl | 66 …AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe… 67 …lReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore…
|
D | null_driver.cpp | 942 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/ |
D | swapchain.h | 35 …HR(VkDevice device, VkSwapchainKHR swapchain_handle, uint64_t timeout, VkSemaphore semaphore, VkFe…
|
D | api_gen.cpp | 96 …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()
|
D | driver_gen.cpp | 60 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in checkedAcquireNextImageKHR()
|
D | swapchain.cpp | 1194 VkSemaphore semaphore, in AcquireNextImageKHR()
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 136 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/ |
D | vulkan.api | 366 @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 …]
|