Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h280 struct FenceInfo { struct
DVkDecoderGlobalState.cpp2591 fenceInfo.state = FenceInfo::State::kNotWaitable; in on_vkCreateFence()
2616 mFenceInfo[pFences[i]].state = FenceInfo::State::kNotWaitable; in on_vkResetFences()
2649 fenceInfo.state = FenceInfo::State::kNotWaitable; in on_vkResetFences()
5278 fenceInfo->state = FenceInfo::State::kWaitable; in on_vkQueueSubmit()
6378 if (mFenceInfo[fence].state == FenceInfo::State::kWaitable) { in waitForFence()
6379 mFenceInfo[fence].state = FenceInfo::State::kWaiting; in waitForFence()
7665 std::unordered_map<VkFence, FenceInfo> mFenceInfo;