Home | History | Annotate | Download | only in loader

Lines Matching refs:instance

29  * What happens if a layer is enabled on both the instance chain
36 * the instance chain and once via the device chain.
40 * Since the instance chain requires us iterating over the available ICDs
47 * the MsgCallback object. That needs to be an instance thing. So, since
48 * we used an instance to create it, we need a custom Destroy that also
49 * takes an instance. That way we can iterate over the ICDs properly.
52 * Loader will create instance chain with enabled extensions.
54 * the instance chain.
55 * fn = GetProcAddr(INSTANCE, "vkCreateMsgCallback") -> point to loader's
58 * Have only established the instance chain so far. Loader will call the
59 * instance chain.
60 * Each layer in the instance chain will call down to the next layer,
77 * TODO: GetExtensionSupport must not report DEBUG_REPORT when using instance.
82 * Loader sends call down instance chain - this is a global extension - any
95 * sent down instance chain
113 VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
118 terminator_DestroyDebugReportCallback(VkInstance instance,
123 terminator_DebugReportMessage(VkInstance instance, VkDebugReportFlagsEXT flags,