Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLLayout.h109 , fInvocations(invocations) {} in Layout()
126 , fInvocations(-1) {} in Layout()
215 if (fInvocations >= 0) { in description()
216 result += separator + "invocations = " + to_string(fInvocations); in description()
239 fInvocations == other.fInvocations;
264 int fInvocations; member