Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DQuadRasterizer.cpp202 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F; in If()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A 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(Short in writeColor()
[all...]
H A DSamplerCore.cpp522 mask = As<Short4>(Int2(As<Int4>(PackSigned(border, border)))); in border()
2328 convert = As<Int4>(PackSigned(convert, convert)); in address()
H A DPixelPipeline.cpp1669 Int kill = SignMask(PackSigned(test, test)) ^ 0x0000000F;
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp287 cMask[q] = SignMask(PackSigned(mask, mask)) & 0x0000000F;
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp2766 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 DSamplerCore.cpp2212 convert = As<Int4>(PackSigned(convert, convert)); in address()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp946 RValue<SByte8> PackSigned(RValue<Short4> x, RValue<Short4> y);
2020 RValue<Short8> PackSigned(RValue<Int4> x, RValue<Int4> y);
H A DSubzeroReactor.cpp2731 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 DLLVMReactor.cpp2134 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 DReactor.cpp1963 return As<Short4>(PackSigned(int4, int4));
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp1610 PackSigned(Short4(-1, -2, 1, 2),
1618 PackSigned(Int4(-1, -2, 1, 2),

Completed in 43 milliseconds