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

  /external/vulkan-validation-layers/loader/
trampoline.c 274 VkInstance created_instance = VK_NULL_HANDLE; local
395 created_instance = (VkInstance)ptr_instance;
396 res = loader_create_instance_chain(&ici, pAllocator, ptr_instance, &created_instance);
405 *pInstance = created_instance;
    [all...]
loader.h 473 struct loader_instance *inst, VkInstance *created_instance);
loader.c     [all...]

Completed in 775 milliseconds