Lines Matching refs:vkCreateInstance
59 vkCreateInstance, etc. Instance functions take a VkInstance or VkPhysicalDevice as
67 calls vkCreateInstance and vkCreateDevice. At that time the application and/or
75 vkCreateInstance. After initializing the chain, the loader will call into the
76 first layer’s vkCreateInstance which will call the next finally terminating in
77 the loader again where this function calls every ICD’s vkCreateInstance and
125 instance and global functions and extensions, such as vkCreateInstance,
157 Instance layers are enabled at vkCreateInstance; device layers are enabled at
160 layer names to be enabled at vkCreateDevice. At vkCreateInstance and
171 vkCreateInstance/vkCreateDevice. VK\_INSTANCE\_LAYERS is a colon
225 be enabled (in vkCreateInstance or vkCreateDevice) before they can be used.
511 vkCreateInstance and vkEnumerateInstanceExtensionProperties. The ICD must
540 - vkCreateInstance exported in the ICD library;
611 - The loader will filter out extensions requested in vkCreateInstance and
656 vkCreateInstance function), or by an environment variable (as mentioned
829 vkCreateInstance function), or by an environment variable (as mentioned
978 enables the layers at vkCreateInstance and vkCreateDevice as any Vulkan
997 constructed by the loader when layers are enabled at vkCreateInstance. Device
1022 vkCreateInstance.
1051 a minimum, this includes vkGetInstanceProcAddr and vkCreateInstance.
1103 - A layer initializes its instance dispatch table within its vkCreateInstance
1109 for vkCreateInstance and VkCreateDevice respectively.
1131 - For CreateInstance get the next entity's vkCreateInstance by calling the
1133 pfnNextGetInstanceProcAddr(NULL, "vkCreateInstance").
1146 VkResult vkCreateInstance(
1158 (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance");