Lines Matching refs:instance
68 /** Allocator used when creating this instance
78 /** Table of all enabled instance extensions
97 * instance
118 * @param[out] instance The instance to initialize
119 * @param[in] supported_extensions Table of all instance extensions supported
120 * by this instance
125 * instance; must not be `NULL`
128 vk_instance_init(struct vk_instance *instance,
136 * @param[out] instance The instance to tear down
139 vk_instance_finish(struct vk_instance *instance);
150 vk_instance_get_proc_addr(const struct vk_instance *instance,
162 vk_instance_get_proc_addr_unchecked(const struct vk_instance *instance,
167 vk_instance_get_physical_device_proc_addr(const struct vk_instance *instance,