Home
last modified time | relevance | path

Searched refs:RenderThreadInfoVk (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DRenderThreadInfoVk.cpp22 static thread_local RenderThreadInfoVk* tlThreadInfo = nullptr;
24 RenderThreadInfoVk::RenderThreadInfoVk() { in RenderThreadInfoVk() function in gfxstream::vk::RenderThreadInfoVk
32 RenderThreadInfoVk::~RenderThreadInfoVk() { tlThreadInfo = nullptr; } in ~RenderThreadInfoVk()
34 RenderThreadInfoVk* RenderThreadInfoVk::get() { return tlThreadInfo; } in get()
DRenderThreadInfoVk.h25 struct RenderThreadInfoVk { struct
29 RenderThreadInfoVk();
32 ~RenderThreadInfoVk();
35 static RenderThreadInfoVk* get();
Dmeson.build22 'RenderThreadInfoVk.cpp',
DCMakeLists.txt15 RenderThreadInfoVk.cpp
DAndroid.bp52 "RenderThreadInfoVk.cpp",
DBUILD.bazel13 "RenderThreadInfoVk.cpp",
DVkDecoderGlobalState.cpp4183 auto* tInfo = RenderThreadInfoVk::get(); in on_vkAllocateMemory()
4923 auto* tInfo = RenderThreadInfoVk::get(); in vkGetBlobInternal()
/hardware/google/gfxstream/host/
DRenderThreadInfo.h67 std::optional<vk::RenderThreadInfoVk> m_vkInfo;