Searched defs:decor (Results 1 – 8 of 8) sorted by relevance
4 decor = [ variable
4 decor = [decorators.skipIf(compiler="clang", compiler_version=["<", "16.0"])] variable
163 static std::string getDecorationString(spirv::Decoration decor) { in getDecorationString() argument