Searched refs:nonCoreExtensions (Results 1 – 4 of 4) sorted by relevance
90 …std::vector<std::string> nonCoreExtensions(removeExtensions(context.getDeviceExtensions(), coreExt… in createRobustBufferAccessDevice() local92 extensionPtrs.resize(nonCoreExtensions.size()); in createRobustBufferAccessDevice()94 for (size_t ndx = 0; ndx < nonCoreExtensions.size(); ++ndx) in createRobustBufferAccessDevice()95 extensionPtrs[ndx] = nonCoreExtensions[ndx].c_str(); in createRobustBufferAccessDevice()
196 const auto nonCoreExtensions = removeExtensions(enabledExtensions, coreExtensions); in createInstance() local208 …apiVersion, vector<string>(begin(enabledLayers), end(enabledLayers)), nonCoreExtensions, recorder); in createInstance()256 vector<string> nonCoreExtensions(removeExtensions(enabledExtensions, coreExtensions)); in createDefaultDevice() local258 extensionPtrs.resize(nonCoreExtensions.size()); in createDefaultDevice()260 for (size_t ndx = 0; ndx < nonCoreExtensions.size(); ++ndx) in createDefaultDevice()261 extensionPtrs[ndx] = nonCoreExtensions[ndx].c_str(); in createDefaultDevice()
147 …std::vector<std::string> nonCoreExtensions(removeExtensions(context.getDeviceExtensions(), coreExt… in getDevice() local149 extensionPtrs.resize(nonCoreExtensions.size()); in getDevice()151 for (size_t ndx = 0; ndx < nonCoreExtensions.size(); ++ndx) in getDevice()152 extensionPtrs[ndx] = nonCoreExtensions[ndx].c_str(); in getDevice()
1517 vector<string> nonCoreExtensions(removeExtensions(context.getDeviceExtensions(), coreExtensions)); in createDeviceWithUnsupportedFeaturesTest() local1520 extensionNames.reserve(nonCoreExtensions.size()); in createDeviceWithUnsupportedFeaturesTest()1521 for (const string& extension : nonCoreExtensions) in createDeviceWithUnsupportedFeaturesTest()