Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h325 LLVMTypeRef fFloat32Vector3Type; variable
DSkSLJIT.cpp119 fFloat32Vector3Type = LLVMVectorType(fFloat32Type, 3); in JIT()
186 this->addBuiltinFunction("clamp", "sksl_clamp3", fFloat32Vector3Type, { fFloat32Vector3Type, in loadBuiltinFunctions()
257 return fFloat32Vector3Type; in getType()