Searched refs:boxed_fence (Results 1 – 2 of 2) sorted by relevance
709 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout);711 VkResult getFenceStatus(VkFence boxed_fence);
2641 auto boxed_fence = unboxed_to_boxed_non_dispatchable_VkFence(fence); in on_vkResetFences() local2642 set_boxed_non_dispatchable_VkFence(boxed_fence, replacement); in on_vkResetFences()2647 fenceInfo.boxed = boxed_fence; in on_vkResetFences()6342 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() argument6351 fence = unbox_VkFence(boxed_fence); in waitForFence()6398 VkResult getFenceStatus(VkFence boxed_fence) { in getFenceStatus() argument6405 fence = unbox_VkFence(boxed_fence); in getFenceStatus()8830 VkResult VkDecoderGlobalState::waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() argument8831 return mImpl->waitForFence(boxed_fence, timeout); in waitForFence()8834 VkResult VkDecoderGlobalState::getFenceStatus(VkFence boxed_fence) { in getFenceStatus() argument[all …]