Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRecordConstantPrecision.cpp50 bool RecordConstantPrecisionTraverser::operandAffectsParentOperationPrecision(TIntermTyped *operand) in operandAffectsParentOperationPrecision()
DRewriteDfdy.cpp125 TIntermTyped *operand = node->getOperand(); in visitUnary() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DValidateLimitations.cpp420 TIntermTyped *operand = node->getLeft(); in validateIndexing() local
DIntermNode.cpp1302 TIntermSwizzle::TIntermSwizzle(TIntermTyped *operand, const TVector<int> &swizzleOffsets) in TIntermSwizzle()
1313 TIntermUnary::TIntermUnary(TOperator op, TIntermTyped *operand, const TFunction *function) in TIntermUnary()
DOutputHLSL.cpp2067 TIntermTyped *operand = node->getOperand(); in visitUnary() local
DParseContext.cpp390 void TParseContext::unaryOpError(const TSourceLoc &line, const char *op, const TType &operand) in unaryOpError()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES1.cpp485 TextureOp operand = FromGLenum<TextureOp>(ConvertToGLenum(params[0])); in ValidateTexEnvCommon() local