Home
last modified time | relevance | path

Searched defs:AppendRTAdjustFixupHelper (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.cpp49 struct AppendRTAdjustFixupHelper : public IRHelpers { in append_rtadjust_fixup_to_vertex_main() struct
50 AppendRTAdjustFixupHelper(const Context& ctx, const SkSL::Symbol* rtAdjust) in append_rtadjust_fixup_to_vertex_main() argument
57 std::unique_ptr<Expression> Pos() const { in append_rtadjust_fixup_to_vertex_main()
61 std::unique_ptr<Expression> Adjust() const { in append_rtadjust_fixup_to_vertex_main()
65 std::unique_ptr<Statement> makeFixupStmt() const { in append_rtadjust_fixup_to_vertex_main()
79 const FieldSymbol* fSkPositionField; in append_rtadjust_fixup_to_vertex_main()
80 const SkSL::Symbol* fRTAdjust; in append_rtadjust_fixup_to_vertex_main()