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.cpp454 vk::VkInstance raw_instance = DE_NULL; in createUncheckedInstance() local
455 vk::VkResult result = vkp.createInstance(&createInfo, pAllocator, &raw_instance); in createUncheckedInstance()
458 *instance = UncheckedInstance(context, raw_instance, pAllocator, recorder); in createUncheckedInstance()
460 *instance = UncheckedInstance(context, raw_instance, pAllocator); in createUncheckedInstance()