Lines Matching defs:feature
70 // available feature structures, that now in vk12+ must be removed from chain
98 // iterate over data for all feature that are defined in specification
103 // check if this feature is available on current device
118 // if feature struct is part of VkPhysicalDeviceVulkan1{1,2,3}Features
160 // Some non-standard promotions may need feature structs filled in anyway.
200 for (auto feature : featuresToFillFromBlob)
201 feature->initializeFeatureFromBlob(allBlobs);
272 bool DeviceFeatures::contains(const std::string &feature, bool throwIfNotExists) const
276 if (deStringEqual(f->getFeatureDesc().name, feature.c_str()))
281 TCU_THROW(NotSupportedError, "Feature " + feature + " is not supported");