Searched refs:RenderThreadInfoVk (Results 1 – 8 of 8) sorted by relevance
22 static thread_local RenderThreadInfoVk* tlThreadInfo = nullptr;24 RenderThreadInfoVk::RenderThreadInfoVk() { in RenderThreadInfoVk() function in gfxstream::vk::RenderThreadInfoVk32 RenderThreadInfoVk::~RenderThreadInfoVk() { tlThreadInfo = nullptr; } in ~RenderThreadInfoVk()34 RenderThreadInfoVk* RenderThreadInfoVk::get() { return tlThreadInfo; } in get()
25 struct RenderThreadInfoVk { struct29 RenderThreadInfoVk();32 ~RenderThreadInfoVk();35 static RenderThreadInfoVk* get();
22 'RenderThreadInfoVk.cpp',
15 RenderThreadInfoVk.cpp
52 "RenderThreadInfoVk.cpp",
13 "RenderThreadInfoVk.cpp",
4183 auto* tInfo = RenderThreadInfoVk::get(); in on_vkAllocateMemory()4923 auto* tInfo = RenderThreadInfoVk::get(); in vkGetBlobInternal()
67 std::optional<vk::RenderThreadInfoVk> m_vkInfo;