Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h262 bool compileStageFunctionVector(const FunctionDefinition& f, LLVMValueRef newFunc);
DSkSLJIT.cpp1655 bool JIT::compileStageFunctionVector(const FunctionDefinition& f, LLVMValueRef newFunc) { in compileStageFunctionVector() function in SkSL::JIT
1738 if (!this->compileStageFunctionVector(f, result)) { in compileStageFunction()