Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp296 class DefaultDevice class
299DefaultDevice (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::DefaultDevice
420 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()
DvktTestCase.hpp53 class DefaultDevice;
128 const de::UniquePtr<DefaultDevice> m_device;
/third_party/vk-gl-cts/doc/testspecs/VK/
Dapitests.adoc63 …const DefaultDevice device (context.getPlatformInterface(), context.getTestContext().getC…