Searched refs:waitForFence (Results 1 – 3 of 3) sorted by relevance
441 auto result = decoder->waitForFence(vkFence, kDefaultTimeoutNsecs); in doSyncWaitVk()
709 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout);
6342 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() function in gfxstream::vk::VkDecoderGlobalState::Impl8830 VkResult VkDecoderGlobalState::waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() function in gfxstream::vk::VkDecoderGlobalState8831 return mImpl->waitForFence(boxed_fence, timeout); in waitForFence()