Searched refs:PackSigned (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 539 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()
|
D | SamplerCore.cpp | 522 mask = As<Short4>(Int2(As<Int4>(PackSigned(border, border)))); in border() 2328 convert = As<Int4>(PackSigned(convert, convert)); in address()
|
D | PixelPipeline.cpp | 1669 Int kill = SignMask(PackSigned(test, test)) ^ 0x0000000F; in TEXKILL()
|
/external/swiftshader/src/Device/ |
D | QuadRasterizer.cpp | 199 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F; in rasterize()
|
/external/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 287 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F; in rasterize()
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 2349 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()
|
D | SamplerCore.cpp | 2225 convert = As<Int4>(PackSigned(convert, convert)); in address()
|
/external/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 1548 PackSigned(Short4(-1, -2, 1, 2), in TEST() 1556 PackSigned(Int4(-1, -2, 1, 2), in TEST()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 2732 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()
|
D | Reactor.hpp | 944 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y); 2018 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y);
|
D | LLVMReactor.cpp | 2114 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
|
D | Reactor.cpp | 1967 return As<Short4>(PackSigned(int4, int4)); in RoundShort4()
|