Searched defs:operand (Results 1 – 7 of 7) sorted by relevance
50 bool RecordConstantPrecisionTraverser::operandAffectsParentOperationPrecision(TIntermTyped *operand) in operandAffectsParentOperationPrecision()
125 TIntermTyped *operand = node->getOperand(); in visitUnary() local
420 TIntermTyped *operand = node->getLeft(); in validateIndexing() local
1302 TIntermSwizzle::TIntermSwizzle(TIntermTyped *operand, const TVector<int> &swizzleOffsets) in TIntermSwizzle()1313 TIntermUnary::TIntermUnary(TOperator op, TIntermTyped *operand, const TFunction *function) in TIntermUnary()
2067 TIntermTyped *operand = node->getOperand(); in visitUnary() local
390 void TParseContext::unaryOpError(const TSourceLoc &line, const char *op, const TType &operand) in unaryOpError()
485 TextureOp operand = FromGLenum<TextureOp>(ConvertToGLenum(params[0])); in ValidateTexEnvCommon() local