Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h233 bool compileVectorVariableReference(LLVMBuilderRef builder, const VariableReference& v,
DSkSLJIT.cpp1606 bool JIT::compileVectorVariableReference(LLVMBuilderRef builder, const VariableReference& v, in compileVectorVariableReference() function in SkSL::JIT
1629 return this->compileVectorVariableReference(builder, (const VariableReference&) expr, in compileVectorExpression()