Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLInliner.cpp536 static bool argument_needs_scratch_variable(const Expression* arg, in argument_needs_scratch_variable() function
605 if (!argument_needs_scratch_variable(arg, param, usage)) { in inlineCall()
1015 if (argument_needs_scratch_variable(arg, param, usage)) { in candidateCanBeInlined()