Home
last modified time | relevance | path

Searched refs:ASTIntLiteral (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/sksl/ast/
DSkSLASTIntLiteral.h19 struct ASTIntLiteral : public ASTExpression { struct
20 ASTIntLiteral(int offset, uint64_t value) in ASTIntLiteral() function
/external/skia/src/sksl/ast/
DSkSLASTIntLiteral.h19 struct ASTIntLiteral : public ASTExpression { struct
20 ASTIntLiteral(int offset, uint64_t value) in ASTIntLiteral() argument
/external/skqp/src/sksl/
DSkSLParser.cpp503 uint64_t columns = ((ASTIntLiteral&) *var.fSizes[i]).fValue; in structDeclaration()
1931 result.reset(new ASTIntLiteral(t.fOffset, i)); in term()
DSkSLIRGenerator.cpp995 ((ASTIntLiteral&) expr).fValue)); in convertExpression()
1882 int64_t size = ((const ASTIntLiteral&) index).fValue; in convertIndex()
/external/skia/src/sksl/
DSkSLParser.cpp504 uint64_t columns = ((ASTIntLiteral&) *var.fSizes[i]).fValue; in structDeclaration()
1922 result.reset(new ASTIntLiteral(t.fOffset, i)); in term()
DSkSLIRGenerator.cpp1030 ((ASTIntLiteral&) expr).fValue)); in convertExpression()
1932 int64_t size = ((const ASTIntLiteral&) index).fValue; in convertIndex()