Searched refs:fFloat32Vector2Type (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLJIT.h | 324 LLVMTypeRef fFloat32Vector2Type; variable
|
D | SkSLJIT.cpp | 118 fFloat32Vector2Type = LLVMVectorType(fFloat32Type, 2); in JIT() 183 this->addBuiltinFunction("clamp", "sksl_clamp2", fFloat32Vector2Type, { fFloat32Vector2Type, in loadBuiltinFunctions() 254 return fFloat32Vector2Type; in getType()
|
/external/skqp/src/sksl/ |
D | SkSLJIT.h | 324 LLVMTypeRef fFloat32Vector2Type; variable
|
D | SkSLJIT.cpp | 118 fFloat32Vector2Type = LLVMVectorType(fFloat32Type, 2); in JIT() 183 this->addBuiltinFunction("clamp", "sksl_clamp2", fFloat32Vector2Type, { fFloat32Vector2Type, in loadBuiltinFunctions() 254 return fFloat32Vector2Type; in getType()
|