Home
last modified time | relevance | path

Searched refs:typecast (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.cpp60 std::unique_ptr<Expression> typecast = ConstructorScalarCast::Convert( in convert_compound_constructor() local
62 if (!typecast) { in convert_compound_constructor()
68 ? ConstructorDiagonalMatrix::Make(context, line, type, std::move(typecast)) in convert_compound_constructor()
69 : ConstructorSplat::Make(context, line, type, std::move(typecast)); in convert_compound_constructor()
77 // A matrix constructor containing a single matrix can be a resize, typecast, or both. in convert_compound_constructor()
106 // Then, add a typecast to the result expression to ensure the types match. in convert_compound_constructor()

Completed in 1 milliseconds