Searched refs:getVectorLValue (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLJIT.h | 239 bool getVectorLValue(LLVMBuilderRef builder, const Expression& e, LLVMValueRef out[CHANNELS]);
|
D | SkSLJIT.cpp | 1395 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()
|
/external/skqp/src/sksl/ |
D | SkSLJIT.h | 239 bool getVectorLValue(LLVMBuilderRef builder, const Expression& e, LLVMValueRef out[CHANNELS]);
|
D | SkSLJIT.cpp | 1395 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()
|