Searched refs:boxed_fence (Results 1 – 2 of 2) sorted by relevance
739 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout);741 VkResult getFenceStatus(VkFence boxed_fence);
3166 auto boxed_fence = unboxed_to_boxed_non_dispatchable_VkFence(fence); in on_vkResetFences() local3167 set_boxed_non_dispatchable_VkFence(boxed_fence, replacement); in on_vkResetFences()3172 fenceInfo.boxed = boxed_fence; in on_vkResetFences()7523 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() argument7524 VkFence fence = unbox_VkFence(boxed_fence); in waitForFence()7577 VkResult getFenceStatus(VkFence boxed_fence) { in getFenceStatus() argument7578 VkFence fence = unbox_VkFence(boxed_fence); in getFenceStatus()10189 VkResult VkDecoderGlobalState::waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() argument10190 return mImpl->waitForFence(boxed_fence, timeout); in waitForFence()10193 VkResult VkDecoderGlobalState::getFenceStatus(VkFence boxed_fence) { in getFenceStatus() argument[all …]