Home | History | Annotate | Download | only in sksl

Lines Matching refs:KEY

121     TOKEN(KEY,                          "key");
709 Layout::Key Parser::layoutKey() {
712 Token key;
713 if (this->expect(Token::IDENTIFIER, "an identifer", &key)) {
714 if (this->text(key) == "identity") {
717 this->error(key, "unsupported layout key");
763 Layout::Key key = Layout::kNo_Key;
769 key, ctype);
888 case LayoutToken::KEY:
889 key = this->layoutKey();
912 format, primitive, maxVertices, invocations, when, key, ctype);