Home
last modified time | relevance | path

Searched refs:tbdFeatures (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
DLogger.cpp45 if (std::find(std::begin(tbdFeatures), std::end(tbdFeatures), f) == std::end(tbdFeatures)) in tbdFunctionality()
46 tbdFeatures.push_back(f); in tbdFunctionality()
57 for (auto it = tbdFeatures.cbegin(); it != tbdFeatures.cend(); ++it) in getAllMessages()
DLogger.h66 std::vector<std::string> tbdFeatures; variable