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

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

Completed in 84 milliseconds