Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.cpp108 fInt8PtrType = LLVMPointerType(fInt8Type, 0); in JIT()
237 return fInt8PtrType; in getType()
856 LLVMBuildBitCast(builder, fn, fInt8PtrType, "callback cast") in appendStage()
871 ctx = LLVMBuildBitCast(builder, ctx, fInt8PtrType, "context cast"); in appendStage()
874 ctx = LLVMConstNull(fInt8PtrType); in appendStage()
1362 LLVMPointerType(fInt8PtrType, 0), "cast 2"); in compileStageFunctionLoop()
1692 LLVMPointerType(fInt8PtrType, 0), "cast 2"); in compileStageFunctionVector()
1729 LLVMTypeRef parameterTypes[12] = { fSizeTType, LLVMPointerType(fInt8PtrType, 0), fSizeTType, in compileStageFunction()
1825 LLVMTypeRef appendParams[3] = { fInt8PtrType, fInt32Type, fInt8PtrType }; in createModule()
1830 LLVMTypeRef appendCallbackParams[2] = { fInt8PtrType, fInt8PtrType }; in createModule()
DSkSLJIT.h314 LLVMTypeRef fInt8PtrType; variable