Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLByteCode.h41 int getReturnSlotCount() const { return fReturnSlotCount; } in getReturnSlotCount()
55 int fReturnSlotCount; variable
DSkSLInterpreter.h319 for (int j = 0; j < f->fReturnSlotCount; ++j) {
1446 sizeof(Vector) * f->fReturnSlotCount); in innerRun()
DSkSLByteCodeGenerator.cpp1397 result->fReturnSlotCount = SlotCount(f.fDeclaration.fReturnType); in writeFunction()