Home | History | Annotate | Download | only in compiler

Lines Matching refs:typed

561     TIntermTyped* typed = node->getAsTyped();
562 if (typed == 0) {
566 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) {
570 if (typed->getBasicType() == EbtVoid) {
1082 // Returns 0 for an error or the constructed node (aggregate or typed) for no error.