Searched refs:PackSigned (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | QuadRasterizer.cpp | 202 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F; in If()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A 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(Short in writeColor() [all...] |
H A D | SamplerCore.cpp | 522 mask = As<Short4>(Int2(As<Int4>(PackSigned(border, border)))); in border() 2328 convert = As<Int4>(PackSigned(convert, convert)); in address()
|
H A D | PixelPipeline.cpp | 1669 Int kill = SignMask(PackSigned(test, test)) ^ 0x0000000F;
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | QuadRasterizer.cpp | 287 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F;
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 2766 tmpCol = As<Short4>(PackSigned(tmpCol, tmpCol)); in writeColor() 2899 packedCol = As<Int2>(PackSigned(Short4(As<Int4>(color.x)), Short4(As<Int4>(color.y)))); in writeColor() 3109 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(color.x)), Short4(As<Int4>(color.y)))); in writeColor() 3127 packedCol = As<UInt2>(PackSigned(Short4(As<Int4>(color.z)), Short4(As<Int4>(color.w)))); in writeColor()
|
H A D | SamplerCore.cpp | 2212 convert = As<Int4>(PackSigned(convert, convert)); in address()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Reactor.hpp | 946 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y); 2020 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y);
|
H A D | SubzeroReactor.cpp | 2731 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y) 3631 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y) 3672 return As<UShort8>(PackSigned(bx, by) + Short8(0x8000u));
|
H A D | LLVMReactor.cpp | 2134 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y) in PackSigned() function 2779 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y) in PackSigned() function
|
H A D | Reactor.cpp | 1963 return As<Short4>(PackSigned(int4, int4));
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 1610 PackSigned(Short4(-1, -2, 1, 2), 1618 PackSigned(Int4(-1, -2, 1, 2),
|
Completed in 43 milliseconds