Home
last modified time | relevance | path

Searched refs:boxed_fence (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h709 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout);
711 VkResult getFenceStatus(VkFence boxed_fence);
DVkDecoderGlobalState.cpp2641 auto boxed_fence = unboxed_to_boxed_non_dispatchable_VkFence(fence); in on_vkResetFences() local
2642 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() argument
6351 fence = unbox_VkFence(boxed_fence); in waitForFence()
6398 VkResult getFenceStatus(VkFence boxed_fence) { in getFenceStatus() argument
6405 fence = unbox_VkFence(boxed_fence); in getFenceStatus()
8830 VkResult VkDecoderGlobalState::waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() argument
8831 return mImpl->waitForFence(boxed_fence, timeout); in waitForFence()
8834 VkResult VkDecoderGlobalState::getFenceStatus(VkFence boxed_fence) { in getFenceStatus() argument
[all …]