Searched refs:fInt32Type (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 109 fInt32Type = LLVMInt32TypeInContext(fContext); in JIT() 112 fInt32VectorType = LLVMVectorType(fInt32Type, fVectorCount); in JIT() 113 fInt32Vector2Type = LLVMVectorType(fInt32Type, 2); in JIT() 114 fInt32Vector3Type = LLVMVectorType(fInt32Type, 3); in JIT() 115 fInt32Vector4Type = LLVMVectorType(fInt32Type, 4); in JIT() 240 return fInt32Type; in getType() 243 return fInt32Type; in getType() 410 LLVMConstInt(fJIT.fInt32Type, in getLValue() 415 LLVMConstInt(fJIT.fInt32Type, i, false), in getLValue() 422 LLVMConstInt(fJIT.fInt32Type, in getLValue() [all …]
|
D | SkSLJIT.h | 315 LLVMTypeRef fInt32Type; variable
|
/external/skia/src/sksl/ |
D | SkSLJIT.cpp | 109 fInt32Type = LLVMInt32TypeInContext(fContext); in JIT() 112 fInt32VectorType = LLVMVectorType(fInt32Type, fVectorCount); in JIT() 113 fInt32Vector2Type = LLVMVectorType(fInt32Type, 2); in JIT() 114 fInt32Vector3Type = LLVMVectorType(fInt32Type, 3); in JIT() 115 fInt32Vector4Type = LLVMVectorType(fInt32Type, 4); in JIT() 240 return fInt32Type; in getType() 243 return fInt32Type; in getType() 410 LLVMConstInt(fJIT.fInt32Type, in getLValue() 415 LLVMConstInt(fJIT.fInt32Type, i, false), in getLValue() 422 LLVMConstInt(fJIT.fInt32Type, in getLValue() [all …]
|
D | SkSLJIT.h | 315 LLVMTypeRef fInt32Type; variable
|