Searched refs:deviceIface (Results 1 – 2 of 2) sorted by relevance
77 …Deleter (const DeviceInterface& deviceIface, VkDevice device, const VkAllocationCallbacks* alloca… in Deleter() argument78 : m_deviceIface (&deviceIface) in Deleter()186 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkDescriptorPool pool) in Deleter() argument187 : m_deviceIface (&deviceIface) in Deleter()209 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkCommandPool pool) in Deleter() argument210 : m_deviceIface (&deviceIface) in Deleter()
531 const DeviceDriver deviceIface (instanceDriver, device); in createDeviceWithUnsupportedExtensionsTest() local532 deviceIface.destroyDevice(device, DE_NULL/*pAllocator*/); in createDeviceWithUnsupportedExtensionsTest()