Searched refs:writeFunctionCallArgument (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 307 void writeFunctionCallArgument(TArray<SpvId>& argumentList, 2003 this->writeFunctionCallArgument(argumentIds, c, i, &tempVars, in writeIntrinsicCall() 2027 this->writeFunctionCallArgument(argumentIds, c, i, &tempVars, in writeIntrinsicCall() 2517 void SPIRVCodeGenerator::writeFunctionCallArgument(TArray<SpvId>& argumentList, in writeFunctionCallArgument() function in SkSL::SPIRVCodeGenerator 2647 this->writeFunctionCallArgument(argumentIds, c, i, &tempVars, &specializedParams, out); in writeFunctionCall()
|