Lines Matching defs:extensions
124 * Return list of Global extensions provided by the ICD / Loader
129 * Return list of Global extensions provided by the specified layer
130 * If pLayerName is NULL, will return extensions implemented by the loader /
154 * Return list of PhysicalDevice extensions provided by the ICD / Loader
156 std::vector<VkExtensionProperties> PhysicalDevice::extensions() const { return extensions(NULL); }
159 * Return list of PhysicalDevice extensions provided by the specified layer
160 * If pLayerName is NULL, will return extensions for ICD / loader.
162 std::vector<VkExtensionProperties> PhysicalDevice::extensions(const char *pLayerName) const {
246 void Device::init(std::vector<const char *> &extensions, VkPhysicalDeviceFeatures *features, void *create_device_pnext) {
265 enabled_extensions_ = extensions;
274 dev_info.enabledExtensionCount = extensions.size();
275 dev_info.ppEnabledExtensionNames = extensions.data();
279 // since it supports extensions