Lines Matching refs:fCurrentFunction
446 complexity = fReturnComplexityMap.set(fCurrentFunction, in returnComplexity()
488 const FunctionDefinition* fCurrentFunction = nullptr; member in SkSL::RP::Generator
2067 if (this->needsFunctionResultSlots(fCurrentFunction)) { in writeReturnStatement()
2071 if (fBuilder.executionMaskWritesAreEnabled() && this->needsReturnMask(fCurrentFunction)) { in writeReturnStatement()
3003 const FunctionDefinition* lastFunction = fCurrentFunction; in pushFunctionCall()
3004 fCurrentFunction = c.function().definition(); in pushFunctionCall()
3013 std::optional<SlotRange> r = this->writeFunction(c, *fCurrentFunction, c.arguments()); in pushFunctionCall()
3019 if (this->needsFunctionResultSlots(fCurrentFunction)) { in pushFunctionCall()
3024 fCurrentFunction = lastFunction; in pushFunctionCall()
3995 fCurrentFunction = &function; in writeProgram()
4064 if (this->needsFunctionResultSlots(fCurrentFunction)) { in writeProgram()