Lines Matching defs:device
57 // Default device utilities
594 // When the default device is created, we remove the core extensions from the extension list, but those core extensions are
596 // default device, we can use Context::getDeviceCreationExtensions().
632 vk::Allocator* createAllocator (DefaultDevice* device)
634 const auto& vki = device->getInstanceInterface();
635 const auto physicalDevice = device->getPhysicalDevice();
639 return new SimpleAllocator(device->getDeviceInterface(), device->getDevice(), memoryProperties);
1069 void Context::resetCommandPoolForVKSC (const VkDevice device,
1075 VK_CHECK(vk.resetCommandPool(device, commandPool, 0u));
1078 DE_UNREF(device);