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 328 class DefaultDevice
331 DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine);
332 ~DefaultDevice (void);
379 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine)
401 DefaultDevice::~DefaultDevice (void)
405 VkQueue DefaultDevice::getUniversalQueue (void) const
412 vk::Allocator* createAllocator (DefaultDevice* device)
428 , m_device (new DefaultDevice(m_platformInterface, testCtx.getCommandLine())
    [all...]

Completed in 484 milliseconds