Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DPixelRoutine.cpp539 aMask = SignMask(PackSigned(cmp, Short4(0x0000))); in alphaTest()
543 aMask = SignMask(PackSigned(cmp, Short4(0x0000))); in alphaTest()
547 aMask = SignMask(PackSigned(cmp, Short4(0x0000))); in alphaTest()
553 aMask = SignMask(PackSigned(cmp, Short4(0x0000))); in alphaTest()
557 aMask = SignMask(PackSigned(cmp, Short4(0x0000))); in alphaTest()
561 aMask = SignMask(PackSigned(cmp, Short4(0x0000))); in alphaTest()
2385 tmpCol = As<Short4>(PackSigned(tmpCol, tmpCol)); in writeColor()
2484 packedCol = As<Int2>(PackSigned(Short4(As<Int4>(oC.x)), Short4(As<Int4>(oC.y)))); in writeColor()
2623 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(oC.x)), Short4(As<Int4>(oC.y)))); in writeColor()
2641 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(oC.z)), Short4(As<Int4>(oC.w)))); in writeColor()
DSamplerCore.cpp522 mask = As<Short4>(Int2(As<Int4>(PackSigned(border, border)))); in border()
2328 convert = As<Int4>(PackSigned(convert, convert)); in address()
DPixelPipeline.cpp1669 Int kill = SignMask(PackSigned(test, test)) ^ 0x0000000F; in TEXKILL()
/external/swiftshader/src/Device/
DQuadRasterizer.cpp199 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F; in rasterize()
/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp287 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F; in rasterize()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp2349 tmpCol = As<Short4>(PackSigned(tmpCol, tmpCol)); in writeColor()
2481 packedCol = As<Int2>(PackSigned(Short4(As<Int4>(oC.x)), Short4(As<Int4>(oC.y)))); in writeColor()
2690 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(oC.x)), Short4(As<Int4>(oC.y)))); in writeColor()
2708 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(oC.z)), Short4(As<Int4>(oC.w)))); in writeColor()
DSamplerCore.cpp2225 convert = As<Int4>(PackSigned(convert, convert)); in address()
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1548 PackSigned(Short4(-1, -2, 1, 2), in TEST()
1556 PackSigned(Int4(-1, -2, 1, 2), in TEST()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp2732 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y) in PackSigned() function
3632 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y) in PackSigned() function
3673 return As<UShort8>(PackSigned(bx, by) + Short8(0x8000u)); in PackUnsigned()
DReactor.hpp944 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y);
2018 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y);
DLLVMReactor.cpp2114 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y) in PackSigned() function
2759 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y) in PackSigned() function
DReactor.cpp1967 return As<Short4>(PackSigned(int4, int4)); in RoundShort4()