Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h239 bool getVectorLValue(LLVMBuilderRef builder, const Expression& e, LLVMValueRef out[CHANNELS]);
DSkSLJIT.cpp1395 bool JIT::getVectorLValue(LLVMBuilderRef builder, const Expression& e, in getVectorLValue() function in SkSL::JIT
1407 if (!this->getVectorLValue(builder, *s.fBase, base)) { in getVectorLValue()
1472 if (!this->getVectorLValue(builder, *b.fLeft, left)) { in compileVectorBinary()