Searched refs:MakeInt (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/sksl/ir/ |
D | SkSLLiteral.h | 42 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()
|
D | SkSLSetting.cpp | 54 return Literal::MakeInt(context, /*line=*/-1, (context.fCaps.*fGetCap)()); in value()
|
D | SkSLSwizzle.cpp | 404 Literal::MakeInt(context, line, /*value=*/0))); in Convert() 414 Literal::MakeInt(context, line, /*value=*/1))); in Convert()
|
D | SkSLBinaryExpression.cpp | 46 context, left.clone(), Literal::MakeInt(context, left.fLine, n)); in rewrite_matrix_vector_multiply()
|
/third_party/skia/src/sksl/dsl/ |
D | DSLExpression.cpp | 58 : 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/ |
D | SkSLRehydrator.cpp | 496 return Literal::MakeInt(/*line=*/-1, value, type); in expression()
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 1009 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()
|