Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/amber/
H A DvktAmberDepthTests.cpp45 de::SharedPtr<Move<vk::VkDevice>> g_singletonDeviceDepthGroup; variable
61 if (!g_singletonDeviceDepthGroup && m_useCustomDevice) in createInstance()
110 g_singletonDeviceDepthGroup = de::SharedPtr<Move<VkDevice>>(new Move<VkDevice>(device)); in createInstance()
112 …return new AmberTestInstance(ctx, m_recipe, m_useCustomDevice ? g_singletonDeviceDepthGroup->get()… in createInstance()
178 g_singletonDeviceDepthGroup.clear(); in cleanupGroup()