HomeSort by relevance Sort by last modified time
    Searched defs:DefaultDevice (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceDefault.h 17 struct DefaultDevice {
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 244 class DefaultDevice
247 DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine);
248 ~DefaultDevice (void);
283 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine)
302 DefaultDevice::~DefaultDevice (void)
306 VkQueue DefaultDevice::getUniversalQueue (void) const
316 vk::Allocator* createAllocator (DefaultDevice* device)
334 , m_device (new DefaultDevice(m_platformInterface, testCtx.getCommandLine())
    [all...]

Completed in 91 milliseconds