Lines Matching defs:in
4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
360 sw::Shader::Opcode OutputASM::getOpcode(sw::Shader::Opcode op, TIntermTyped *in) const
362 TBasicType baseType = in->getType().getBasicType();
481 // are considered active, even if they are not referenced in any shader in the program.
1202 TIntermTyped *in = arguments[i]->getAsTyped();
1204 if(in->getQualifier() == EvqIn ||
1205 in->getQualifier() == EvqInOut ||
1206 in->getQualifier() == EvqConstReadOnly)
1208 copy(in, arg[i]);
1698 // condition->traverse(this); // Condition could contain statements, but not in an unrollable loop
2297 return mContext.error(src->getLine(), "Result type should match the l-value type in compound assignment", src->isVector() ? "vector" : "matrix");
2629 return 0x2; // Point size stored in the y component
2639 return 0x55; // Point size stored in the y component