Searched refs:coreExt (Results 1 – 2 of 2) sorted by relevance
97 for (const auto& coreExt : coreExtensions) in DeviceProperties() local98 if (!de::contains(allDeviceExtensions.begin(), allDeviceExtensions.end(), std::string(coreExt))) in DeviceProperties()99 allDeviceExtensions.push_back(coreExt); in DeviceProperties()
93 for (const auto &coreExt : coreExtensions) in DeviceFeatures() local94 if (!de::contains(allDeviceExtensions.begin(), allDeviceExtensions.end(), std::string(coreExt))) in DeviceFeatures()95 allDeviceExtensions.push_back(coreExt); in DeviceFeatures()