Home | History | Annotate | Download | only in translator

Lines Matching refs:EvqAttribute

320     case EvqAttribute:      message = "can't modify an attribute";   break;
633 case EvqAttribute:
754 if ((type.qualifier == EvqAttribute) || (type.qualifier == EvqVertexIn) || (type.qualifier == EvqConst)) {
1210 if (qualifier == EvqAttribute && (typeSpecifier.type == EbtBool || typeSpecifier.type == EbtInt))