Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp147 llvm::Value *lowerRound(llvm::Value *x) in lowerRound() function
156 return jit->builder->CreateFPToSI(lowerRound(x), ty); in lowerRoundInt()
3052 return RValue<Float>(V(lowerRound(V(x.value())))); in Round()
3316 return RValue<Float4>(V(lowerRound(V(x.value())))); in Round()