Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkRef.hpp120 …Deleter (const InstanceInterface& instanceIface, VkDevice device, const VkAllocationCallbacks* al… in Deleter() argument
121 … : m_destroyDevice ((DestroyDeviceFunc)instanceIface.getDeviceProcAddr(device, "vkDestroyDevice")) in Deleter()
140 …Deleter (const InstanceInterface& instanceIface, VkInstance instance, const VkAllocationCallbacks… in Deleter() argument
141 : m_instanceIface (&instanceIface) in Deleter()
163 …Deleter (const InstanceInterface& instanceIface, VkInstance instance, const VkAllocationCallbacks… in Deleter() argument
164 : m_instanceIface (&instanceIface) in Deleter()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp252 const InstanceDriver instanceIface (platformInterface, instance); in createInstanceWithInvalidApiVersionTest() local
253 instanceIface.destroyInstance(instance, DE_NULL/*pAllocator*/); in createInstanceWithInvalidApiVersionTest()
341 const InstanceDriver instanceIface (platformInterface, instance); in createInstanceWithUnsupportedExtensionsTest() local
342 instanceIface.destroyInstance(instance, DE_NULL/*pAllocator*/); in createInstanceWithUnsupportedExtensionsTest()