Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h234 SpvId writeFunctionCallArgument(const Expression& arg,
DSkSLSPIRVCodeGenerator.cpp846 this->writeFunctionCallArgument(*arguments[i], in writeIntrinsicCall()
877 this->writeFunctionCallArgument(*arguments[i], in writeIntrinsicCall()
1199 SpvId SPIRVCodeGenerator::writeFunctionCallArgument(const Expression& arg, in writeFunctionCallArgument() function in SkSL::SPIRVCodeGenerator
1264 argumentIds.push_back(this->writeFunctionCallArgument(*arguments[i], in writeFunctionCall()