/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBuffer.cpp | 223 *Pointer<Int2>(d) = As<Int2>(PackUnsigned(c0, c1)); in copyRoutine() 269 *Pointer<Int>(d) = Int(As<Int2>(PackUnsigned(c, c))); in copyRoutine() 331 *Pointer<Int2>(d) = As<Int2>(PackUnsigned(c0, c1)); in copyRoutine() 377 *Pointer<Int>(d) = Int(As<Int2>(PackUnsigned(c, c))); in copyRoutine() 471 Int c = Int(As<Int2>(PackUnsigned(cc, cc))); in copyRoutine() 582 *Pointer<Byte4>(d) = Byte4(PackUnsigned(c1, c1)); in blend() 591 *Pointer<Byte4>(d) = Byte4(PackUnsigned(c1, c1)); in blend() 596 Int c = Int(As<Int2>(PackUnsigned(c1, c1))); in blend() 605 Int c = Int(As<Int2>(PackUnsigned(c1, c1))); in blend()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 1462 current.z = As<Short4>(PackUnsigned(current.z, current.x)); in writeColor() 1463 current.y = As<Short4>(PackUnsigned(current.y, current.y)); in writeColor() 1479 current.z = As<Short4>(PackUnsigned(current.z, current.x)); in writeColor() 1480 current.y = As<Short4>(PackUnsigned(current.y, current.w)); in writeColor() 1500 current.z = As<Short4>(PackUnsigned(current.x, current.z)); in writeColor() 1501 current.y = As<Short4>(PackUnsigned(current.y, current.y)); in writeColor() 1517 current.z = As<Short4>(PackUnsigned(current.x, current.z)); in writeColor() 1518 current.y = As<Short4>(PackUnsigned(current.y, current.w)); in writeColor() 1531 current.x = As<Short4>(PackUnsigned(current.x, current.x)); in writeColor() 1532 current.y = As<Short4>(PackUnsigned(current.y, current.y)); in writeColor() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 1396 current.z = As<Short4>(PackUnsigned(current.z, current.x)); in writeColor() 1397 current.y = As<Short4>(PackUnsigned(current.y, current.y)); in writeColor() 1413 current.z = As<Short4>(PackUnsigned(current.z, current.x)); in writeColor() 1414 current.y = As<Short4>(PackUnsigned(current.y, current.w)); in writeColor() 1434 current.z = As<Short4>(PackUnsigned(current.x, current.z)); in writeColor() 1435 current.y = As<Short4>(PackUnsigned(current.y, current.y)); in writeColor() 1451 current.z = As<Short4>(PackUnsigned(current.x, current.z)); in writeColor() 1452 current.y = As<Short4>(PackUnsigned(current.y, current.w)); in writeColor() 1465 current.x = As<Short4>(PackUnsigned(current.x, current.x)); in writeColor() 1466 current.y = As<Short4>(PackUnsigned(current.y, current.y)); in writeColor() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Blitter.cpp | 442 *Pointer<Byte4>(element) = Byte4(PackUnsigned(c0, c0)); in write() 457 *Pointer<Byte4>(element) = Byte4(PackUnsigned(c0, c0)); in write() 471 *Pointer<Byte4>(element) = Byte4(PackUnsigned(c0, c0)); in write() 486 *Pointer<Byte4>(element) = Byte4(PackUnsigned(c0, c0)); in write()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 2761 RValue<Byte8> PackUnsigned(RValue<Short4> x, RValue<Short4> y) in PackUnsigned() function 2817 *this = As<UShort4>(PackUnsigned(int4, int4)); in UShort4() 2823 *this = As<UShort4>(PackUnsigned(int4, int4)); in UShort4() 3661 RValue<UShort8> PackUnsigned(RValue<Int4> x, RValue<Int4> y) in PackUnsigned() function
|
D | LLVMReactor.cpp | 2145 RValue<Byte8> PackUnsigned(RValue<Short4> x, RValue<Short4> y) in PackUnsigned() function 2190 *this = As<Short4>(PackUnsigned(int4, int4)); in UShort4() 2789 RValue<UShort8> PackUnsigned(RValue<Int4> x, RValue<Int4> y) in PackUnsigned() function
|
D | Reactor.hpp | 947 RValue<Byte8> PackUnsigned(RValue<Short4> x, RValue<Short4> y); 2021 RValue<UShort8> PackUnsigned(RValue<Int4> x, RValue<Int4> y);
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 643 *Pointer<Byte4>(element) = Byte4(PackUnsigned(c0, c0)); in write() 675 *Pointer<Byte4>(element) = Byte4(PackUnsigned(c0, c0)); in write()
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 1614 PackUnsigned(Short4(-1, -2, 1, 2), in TEST() 1622 PackUnsigned(Int4(-1, -2, 1, 2), in TEST()
|