HomeSort by relevance Sort by last modified time
    Searched full:preinstance (Results 1 - 1 of 1) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 168 Move<VkInstance> preinstance = createDefaultInstance(vkp, apiVersion); local
169 InstanceDriver preinterface (vkp, preinstance.get());
171 const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(preinterface, preinstance.get());
180 const vk::VkPhysicalDevice choosenDevice = chooseDevice(preinterface, *preinstance, cmdLine);

Completed in 692 milliseconds