Searched refs:gVec (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 1270 LLVMValueRef gVec = LLVMBuildAlloca(builder, fFloat32VectorType, "gVec"); in compileStageFunctionLoop() local 1271 LLVMBuildStore(builder, params.get()[5], gVec); in compileStageFunctionLoop() 1323 LLVMBuildInsertElement(builder, LLVMBuildLoad(builder, gVec, "gVec"), in compileStageFunctionLoop() 1329 gVec); in compileStageFunctionLoop() 1369 LLVMBuildLoad(builder, gVec, "gVec"), in compileStageFunctionLoop()
|