Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h739 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout);
741 VkResult getFenceStatus(VkFence boxed_fence);
DVkDecoderGlobalState.cpp3166 auto boxed_fence = unboxed_to_boxed_non_dispatchable_VkFence(fence); in on_vkResetFences() local
3167 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() argument
7524 VkFence fence = unbox_VkFence(boxed_fence); in waitForFence()
7577 VkResult getFenceStatus(VkFence boxed_fence) { in getFenceStatus() argument
7578 VkFence fence = unbox_VkFence(boxed_fence); in getFenceStatus()
10189 VkResult VkDecoderGlobalState::waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() argument
10190 return mImpl->waitForFence(boxed_fence, timeout); in waitForFence()
10193 VkResult VkDecoderGlobalState::getFenceStatus(VkFence boxed_fence) { in getFenceStatus() argument
[all …]