Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp154 llvm::Value *lowerRoundInt(llvm::Value *x, llvm::Type *ty) in lowerRoundInt() function
2411 return RValue<Int>(V(lowerRoundInt(V(cast.value()), T(Int::type())))); in RoundInt()
2746 return As<Int4>(V(lowerRoundInt(V(cast.value()), T(Int4::type())))); in RoundInt()
2761 return As<Int4>(V(lowerRoundInt(V(cast.value()), T(Int4::type())))); in RoundIntClamped()