Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.cpp91 fVectorCount = 8; in JIT()
94 fVectorCount = 8; in JIT()
97 fVectorCount = 4; in JIT()
103 fInt1VectorType = LLVMVectorType(fInt1Type, fVectorCount); in JIT()
112 fInt32VectorType = LLVMVectorType(fInt32Type, fVectorCount); in JIT()
117 fFloat32VectorType = LLVMVectorType(fFloat32Type, fVectorCount); in JIT()
1292 LLVMValueRef vectorSize = LLVMConstInt(fInt32Type, fVectorCount, false); in compileStageFunctionLoop()
1516 out[0] = LLVMGetUndef(LLVMVectorType(this->getType(c.fType), fVectorCount)); \ in compileVectorConstructor()
1517 for (int i = 0; i < fVectorCount; ++i) { \ in compileVectorConstructor()
1586 for (int i = 0; i < fVectorCount; ++i) { in compileVectorFloatLiteral()
[all …]
DSkSLJIT.h297 int fVectorCount; variable