/external/skia/src/sksl/ir/ |
D | SkSLTypeReference.h | 22 static constexpr Kind kExpressionKind = Kind::kTypeReference; 25 : INHERITED(offset, kExpressionKind, context.fTypes.fInvalid.get()) in TypeReference() 47 : INHERITED(offset, kExpressionKind, type) in TypeReference()
|
D | SkSLFunctionReference.h | 23 static constexpr Kind kExpressionKind = Kind::kFunctionReference; 27 : INHERITED(offset, kExpressionKind, context.fTypes.fInvalid.get()) in FunctionReference() 50 : INHERITED(offset, kExpressionKind, type) in FunctionReference()
|
D | SkSLSwizzle.h | 24 static constexpr Kind kExpressionKind = Kind::kSwizzle; member 28 : INHERITED(base->fOffset, kExpressionKind, in Swizzle() 79 : INHERITED(base->fOffset, kExpressionKind, type) in Swizzle()
|
D | SkSLCodeStringExpression.h | 23 static constexpr Kind kExpressionKind = Kind::kCodeString; 26 : INHERITED(/*offset=*/-1, kExpressionKind, type) in CodeStringExpression()
|
D | SkSLConstructorCompound.h | 29 static constexpr Kind kExpressionKind = Kind::kConstructorCompound; 32 : INHERITED(offset, kExpressionKind, &type, std::move(args)) {} in ConstructorCompound()
|
D | SkSLConstructorCompoundCast.h | 27 static constexpr Kind kExpressionKind = Kind::kConstructorCompoundCast; 30 : INHERITED(offset, kExpressionKind, &type, std::move(arg)) {} in ConstructorCompoundCast()
|
D | SkSLExternalFunctionReference.h | 23 static constexpr Kind kExpressionKind = Kind::kExternalFunctionReference; 26 : INHERITED(offset, kExpressionKind, &ef->type()) in ExternalFunctionReference()
|
D | SkSLConstructorArray.h | 20 static constexpr Kind kExpressionKind = Kind::kConstructorArray; 23 : INHERITED(offset, kExpressionKind, &type, std::move(arguments)) {} in ConstructorArray()
|
D | SkSLConstructorStruct.h | 20 static constexpr Kind kExpressionKind = Kind::kConstructorStruct; 23 : INHERITED(offset, kExpressionKind, &type, std::move(arguments)) {} in ConstructorStruct()
|
D | SkSLConstructorDiagonalMatrix.h | 27 static constexpr Kind kExpressionKind = Kind::kConstructorDiagonalMatrix; 30 : INHERITED(offset, kExpressionKind, &type, std::move(arg)) in ConstructorDiagonalMatrix()
|
D | SkSLSetting.h | 23 static constexpr Kind kExpressionKind = Kind::kSetting; 26 : INHERITED(offset, kExpressionKind, type) in Setting()
|
D | SkSLConstructorScalarCast.h | 27 static constexpr Kind kExpressionKind = Kind::kConstructorScalarCast; 30 : INHERITED(offset, kExpressionKind, &type, std::move(arg)) {} in ConstructorScalarCast()
|
D | SkSLConstructorSplat.h | 26 static constexpr Kind kExpressionKind = Kind::kConstructorSplat; 29 : INHERITED(offset, kExpressionKind, &type, std::move(arg)) {} in ConstructorSplat()
|
D | SkSLConstructorMatrixResize.h | 28 static constexpr Kind kExpressionKind = Kind::kConstructorMatrixResize; 31 : INHERITED(offset, kExpressionKind, &type, std::move(arg)) in ConstructorMatrixResize()
|
D | SkSLFunctionCall.h | 22 static constexpr Kind kExpressionKind = Kind::kFunctionCall; 26 : INHERITED(offset, kExpressionKind, type) in FunctionCall()
|
D | SkSLPostfixExpression.h | 22 static constexpr Kind kExpressionKind = Kind::kPostfix; 25 : INHERITED(operand->fOffset, kExpressionKind, &operand->type()) in PostfixExpression()
|
D | SkSLExternalFunctionCall.h | 23 static constexpr Kind kExpressionKind = Kind::kExternalFunctionCall; 26 : INHERITED(offset, kExpressionKind, &function->type()) in ExternalFunctionCall()
|
D | SkSLPrefixExpression.h | 25 static constexpr Kind kExpressionKind = Kind::kPrefix; 29 : INHERITED(operand->fOffset, kExpressionKind, &operand->type()) in PrefixExpression()
|
D | SkSLBoolLiteral.h | 26 static constexpr Kind kExpressionKind = Kind::kBoolLiteral; 29 : INHERITED(offset, kExpressionKind, type) in Literal()
|
D | SkSLFieldAccess.h | 30 static constexpr Kind kExpressionKind = Kind::kFieldAccess; variable 34 : INHERITED(base->fOffset, kExpressionKind, base->type().fields()[fieldIndex].fType)
|
D | SkSLFloatLiteral.h | 26 static constexpr Kind kExpressionKind = Kind::kFloatLiteral; 29 : INHERITED(offset, kExpressionKind, type) in Literal()
|
D | SkSLIntLiteral.h | 26 static constexpr Kind kExpressionKind = Kind::kIntLiteral; 31 : INHERITED(offset, kExpressionKind, type) in Literal()
|
D | SkSLBinaryExpression.h | 29 static constexpr Kind kExpressionKind = Kind::kBinary; 33 : INHERITED(offset, kExpressionKind, type) in BinaryExpression()
|
D | SkSLIndexExpression.h | 21 static constexpr Kind kExpressionKind = Kind::kIndex; member 25 : INHERITED(base->fOffset, kExpressionKind, &IndexType(context, base->type())) in IndexExpression()
|
D | SkSLTernaryExpression.h | 21 static constexpr Kind kExpressionKind = Kind::kTernary; 25 : INHERITED(offset, kExpressionKind, &ifTrue->type()) in TernaryExpression()
|