Home
last modified time | relevance | path

Searched refs:deviceIface (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkRef.hpp77 …Deleter (const DeviceInterface& deviceIface, VkDevice device, const VkAllocationCallbacks* alloca… in Deleter() argument
78 : m_deviceIface (&deviceIface) in Deleter()
188 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkDescriptorPool pool) in Deleter() argument
189 : m_deviceIface (&deviceIface) in Deleter()
211 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkCommandPool pool) in Deleter() argument
212 : m_deviceIface (&deviceIface) in Deleter()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp564 const DeviceDriver deviceIface (platformInterface, instance.get(), device); in createDeviceWithUnsupportedExtensionsTest() local
565 deviceIface.destroyDevice(device, DE_NULL/*pAllocator*/); in createDeviceWithUnsupportedExtensionsTest()