Home
last modified time | relevance | path

Searched refs:MakeInt (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLLiteral.h42 static std::unique_ptr<Literal> MakeInt(const Context& context, int line, SKSL_INT value) { in MakeInt() function
47 static std::unique_ptr<Literal> MakeInt(int line, SKSL_INT value, const Type* type) { in MakeInt() function
74 return MakeInt(line, value, type); in Make()
DSkSLSetting.cpp54 return Literal::MakeInt(context, /*line=*/-1, (context.fCaps.*fGetCap)()); in value()
DSkSLSwizzle.cpp404 Literal::MakeInt(context, line, /*value=*/0))); in Convert()
414 Literal::MakeInt(context, line, /*value=*/1))); in Convert()
DSkSLBinaryExpression.cpp46 context, left.clone(), Literal::MakeInt(context, left.fLine, n)); in rewrite_matrix_vector_multiply()
/third_party/skia/src/sksl/dsl/
DDSLExpression.cpp58 : fExpression(SkSL::Literal::MakeInt(ThreadContext::Context(), in DSLExpression()
63 : fExpression(SkSL::Literal::MakeInt(ThreadContext::Context(), in DSLExpression()
68 : fExpression(SkSL::Literal::MakeInt(ThreadContext::Context(), in DSLExpression()
/third_party/skia/src/sksl/
DSkSLRehydrator.cpp496 return Literal::MakeInt(/*line=*/-1, value, type); in expression()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1009 args.push_back(Literal::MakeInt(fContext, /*line=*/-1, /*value=*/0)); in writeSpecialIntrinsic()
1010 args.push_back(Literal::MakeInt(fContext, /*line=*/-1, /*value=*/0)); in writeSpecialIntrinsic()