Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h326 LLVMTypeRef fFloat32Vector4Type; variable
DSkSLJIT.cpp120 fFloat32Vector4Type = LLVMVectorType(fFloat32Type, 4); in JIT()
189 this->addBuiltinFunction("clamp", "sksl_clamp4", fFloat32Vector4Type, { fFloat32Vector4Type, in loadBuiltinFunctions()
260 return fFloat32Vector4Type; in getType()
1276 LLVMValueRef color = LLVMBuildAlloca(builder, fFloat32Vector4Type, "color"); in compileStageFunctionLoop()
1298 LLVMValueRef vec = LLVMGetUndef(fFloat32Vector4Type); in compileStageFunctionLoop()