Searched defs:vkCreateInstance (Results 1 - 4 of 4) sorted by relevance

/external/vulkan-validation-layers/common/
H A Dvulkan_wrapper.cpp29 vkCreateInstance = reinterpret_cast<PFN_vkCreateInstance>(dlsym(libvulkan, "vkCreateInstance"));
253 PFN_vkCreateInstance vkCreateInstance; variable
/external/vulkan-validation-layers/layers/
H A Dparameter_validation_utils.cpp181 VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, function in namespace:parameter_validation
190 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance");
236 validate_string(my_instance_data->report_data, "vkCreateInstance",
242 validate_string(my_instance_data->report_data, "vkCreateInstance", "pCreateInfo->VkApplicationInfo->pEngineName",
/external/vulkan-validation-layers/loader/
H A Dtrampoline.c271 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo, function
289 "vkCreateInstance: Called with invalid API version %d.%d. Loader only supports %d.%d",
380 "vkCreateInstance: Failed to allocate Loader's full Instance dispatch table.");
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp41 VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) function in namespace:wrap_objects
45 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance) fpGetInstanceProcAddr(NULL, "vkCreateInstance");
1160 return (PFN_vkVoidFunction) vkCreateInstance;
1496 if (!strcmp(funcName, "vkCreateInstance"))
1497 return (PFN_vkVoidFunction) vkCreateInstance;

Completed in 170 milliseconds