Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp382 vk::VkInstance raw_instance = DE_NULL; in createUncheckedInstance() local
383 vk::VkResult result = vkp.createInstance(&createInfo, pAllocator, &raw_instance); in createUncheckedInstance()
385 *instance = UncheckedInstance(context, raw_instance, pAllocator, recorder); in createUncheckedInstance()