Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h324 LLVMTypeRef fFloat32Vector2Type; variable
DSkSLJIT.cpp118 fFloat32Vector2Type = LLVMVectorType(fFloat32Type, 2); in JIT()
183 this->addBuiltinFunction("clamp", "sksl_clamp2", fFloat32Vector2Type, { fFloat32Vector2Type, in loadBuiltinFunctions()
254 return fFloat32Vector2Type; in getType()