Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
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()
2140 tmpCol = As<Short4>(PackSigned(tmpCol, tmpCol)); in writeColor()
2239 packedCol = As<Int2>(PackSigned(Short4(As<Int4>(oC.x)), Short4(As<Int4>(oC.y)))); in writeColor()
2376 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(oC.x)), Short4(As<Int4>(oC.y)))); in writeColor()
2394 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(oC.z)), Short4(As<Int4>(oC.w)))); in writeColor()
DSamplerCore.cpp430 mask = As<Short4>(Int2(As<Int4>(PackSigned(border, border)))); in border()
2185 convert = As<Int4>(PackSigned(convert, convert)); in address()
/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()
2378 tmpCol = As<Short4>(PackSigned(tmpCol, tmpCol)); in writeColor()
2477 packedCol = As<Int2>(PackSigned(Short4(As<Int4>(oC.x)), Short4(As<Int4>(oC.y)))); in writeColor()
2616 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(oC.x)), Short4(As<Int4>(oC.y)))); in writeColor()
2634 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(oC.z)), Short4(As<Int4>(oC.w)))); in writeColor()
DSamplerCore.cpp521 mask = As<Short4>(Int2(As<Int4>(PackSigned(border, border)))); in border()
2327 convert = As<Int4>(PackSigned(convert, convert)); in address()
DPixelPipeline.cpp1669 Int kill = SignMask(PackSigned(test, test)) ^ 0x0000000F; in TEXKILL()
/external/swiftshader/src/Reactor/
DReactorUnitTests.cpp865 PackSigned(Short4(-1, -2, 1, 2), in TEST()
873 PackSigned(Int4(-1, -2, 1, 2), in TEST()
DReactor.hpp801 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y);
1845 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y);
DSubzeroReactor.cpp3513 return As<Short4>(PackSigned(int4, int4)); in RoundShort4()
3649 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y) in PackSigned() function
5961 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y) in PackSigned() function
6001 return As<UShort8>(PackSigned(bx, by) + Short8(0x8000u)); in PackUnsigned()
DLLVMReactor.cpp3497 return As<Short4>(PackSigned(int4, int4)); in RoundShort4()
3554 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y) in PackSigned() function
5697 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y) in PackSigned() function
/external/swiftshader/src/Device/
DQuadRasterizer.cpp287 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F; in rasterize()
/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp287 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F; in rasterize()