Searched refs:DefaultDevice (Results 1 – 3 of 3) sorted by relevance
296 class DefaultDevice class299 … DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine);300 ~DefaultDevice (void);389 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice() function in vkt::DefaultDevice420 DefaultDevice::~DefaultDevice (void) in ~DefaultDevice()424 VkQueue DefaultDevice::getUniversalQueue (void) const in getUniversalQueue()429 VkQueue DefaultDevice::getSparseQueue (void) const in getSparseQueue()441 vk::Allocator* createAllocator (DefaultDevice* device) in createAllocator()459 , m_device (new DefaultDevice(m_platformInterface, testCtx.getCommandLine())) in Context()
53 class DefaultDevice;128 const de::UniquePtr<DefaultDevice> m_device;
63 …const DefaultDevice device (context.getPlatformInterface(), context.getTestContext().getC…