Searched refs:g_singletonDeviceDepthGroup (Results 1 – 1 of 1) sorted by relevance
45 de::SharedPtr<Move<vk::VkDevice>> g_singletonDeviceDepthGroup; variable61 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()