• Home
  • Raw
  • Download

Lines Matching refs:vkCreateInstance

69     - vkCreateInstance
75 calls vkCreateInstance and vkCreateDevice. At that time the application and/or
83 vkCreateInstance. After initializing the chain, the loader will call into the
84 first layer's vkCreateInstance which will call the next finally terminating in
85 the loader again where this function calls every ICD's vkCreateInstance and
134 instance and global functions and extensions, such as vkCreateInstance,
170 vkEnumerateInstanceLayerProperties. Layers are enabled at vkCreateInstance
174 names to be enabled at vkCreateInstance. At vkCreateInstance and
182 similar manner to vkCreateInstance. This lead to the concept of "instance
185 Therefore, vkCreateDevice will use the layers specified at vkCreateInstance.
192 vkCreateInstance. VK\_INSTANCE\_LAYERS is a colon
251 be enabled (in vkCreateInstance or vkCreateDevice) before they can be used.
673 vkCreateInstance and vkEnumerateInstanceExtensionProperties. The ICD must
774 - vkCreateInstance exported in the ICD library;
781 - The loader will filter out extensions requested in vkCreateInstance and
833 vkCreateInstance function), or by an environment variable (as mentioned
976 vkCreateInstance function), or by an environment variable (as mentioned
1070 enables the layers at vkCreateInstance as any Vulkan
1090 constructed by the loader when layers are enabled at vkCreateInstance. Device
1114 vkCreateInstance.
1164 `vkCreateInstance` must not generate an error for unrecognized layer names and
1172 - vkCreateInstance
1337 vkCreateInstance. Additionally, a layer would also intercept vkGetDeviceProcAddr and vkCreateDevic…
1371 - A layer initializes its instance dispatch table within its vkCreateInstance
1377 for vkCreateInstance and VkCreateDevice respectively.
1399 - For CreateInstance get the next entity's vkCreateInstance by calling the
1401 pfnNextGetInstanceProcAddr(NULL, "vkCreateInstance").
1414 VkResult vkCreateInstance(
1426 (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance");