Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DVertexRoutine.cpp552 …proj.x = As<Float4>(RoundIntClamped(*Pointer<Float4>(data + OFFSET(DrawData, X0xF)) + pos.x * rhw … in writeCache()
553 …proj.y = As<Float4>(RoundIntClamped(*Pointer<Float4>(data + OFFSET(DrawData, Y0xF)) + pos.y * rhw … in writeCache()
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1287 …*Pointer<Int4>(out + 16) = RoundIntClamped(Float4(2147483648.0f, -2147483648.0f, 2147483520, -2147… in TEST()
/external/swiftshader/src/Reactor/
DReactor.hpp2017 RValue<Int4> RoundIntClamped(RValue<Float4> cast);
DSubzeroReactor.cpp3606 RValue<Int4> RoundIntClamped(RValue<Float4> cast) in RoundIntClamped() function
DLLVMReactor.cpp2730 RValue<Int4> RoundIntClamped(RValue<Float4> cast) in RoundIntClamped() function