Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.cpp1423 if (!this->compileVectorExpression(builder, left, outLeft)) { in getVectorBinaryOperands()
1433 if (!this->compileVectorExpression(builder, right, outRight)) { in getVectorBinaryOperands()
1475 if (!this->compileVectorExpression(builder, *b.fRight, right)) { in compileVectorBinary()
1512 if (!this->compileVectorExpression(builder, *c.fArguments[0], base)) { in compileVectorConstructor()
1557 if (!this->compileVectorExpression(builder, *c.fArguments[0], base)) { in compileVectorConstructor()
1567 if (!this->compileVectorExpression(builder, *c.fArguments[i], base)) { in compileVectorConstructor()
1597 if (!this->compileVectorExpression(builder, *s.fBase, all)) { in compileVectorSwizzle()
1617 bool JIT::compileVectorExpression(LLVMBuilderRef builder, const Expression& expr, in compileVectorExpression() function in SkSL::JIT
1647 return this->compileVectorExpression(builder, in compileVectorStatement()
DSkSLJIT.h236 bool compileVectorExpression(LLVMBuilderRef builder, const Expression& expr,
/external/skia/src/sksl/
DSkSLJIT.cpp1423 if (!this->compileVectorExpression(builder, left, outLeft)) { in getVectorBinaryOperands()
1433 if (!this->compileVectorExpression(builder, right, outRight)) { in getVectorBinaryOperands()
1475 if (!this->compileVectorExpression(builder, *b.fRight, right)) { in compileVectorBinary()
1512 if (!this->compileVectorExpression(builder, *c.fArguments[0], base)) { in compileVectorConstructor()
1557 if (!this->compileVectorExpression(builder, *c.fArguments[0], base)) { in compileVectorConstructor()
1567 if (!this->compileVectorExpression(builder, *c.fArguments[i], base)) { in compileVectorConstructor()
1597 if (!this->compileVectorExpression(builder, *s.fBase, all)) { in compileVectorSwizzle()
1617 bool JIT::compileVectorExpression(LLVMBuilderRef builder, const Expression& expr, in compileVectorExpression() function in SkSL::JIT
1647 return this->compileVectorExpression(builder, in compileVectorStatement()
DSkSLJIT.h236 bool compileVectorExpression(LLVMBuilderRef builder, const Expression& expr,