Home
last modified time | relevance | path

Searched refs:compileVectorStatement (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
DSkSLJIT.h249 bool compileVectorStatement(LLVMBuilderRef builder, const Statement& stmt);
DSkSLJIT.cpp1636 bool JIT::compileVectorStatement(LLVMBuilderRef builder, const Statement& stmt) { in compileVectorStatement() function in SkSL::JIT
1640 if (!this->compileVectorStatement(builder, *s)) { in compileVectorStatement()
1676 bool success = this->compileVectorStatement(builder, *f.fBody); in compileStageFunctionVector()
/external/skqp/src/sksl/
DSkSLJIT.h249 bool compileVectorStatement(LLVMBuilderRef builder, const Statement& stmt);
DSkSLJIT.cpp1636 bool JIT::compileVectorStatement(LLVMBuilderRef builder, const Statement& stmt) { in compileVectorStatement() function in SkSL::JIT
1640 if (!this->compileVectorStatement(builder, *s)) { in compileVectorStatement()
1676 bool success = this->compileVectorStatement(builder, *f.fBody); in compileStageFunctionVector()