Home
last modified time | relevance | path

Searched refs:byte8 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DConstants.hpp36 byte8 maskB4Q[16];
37 byte8 invMaskB4Q[16];
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DConstants.hpp38 byte8 maskB4Q[16];
39 byte8 invMaskB4Q[16];
/third_party/skia/tests/
DSkVxTest.cpp22 using byte8 = skvx::Vec< 8,uint8_t>; typedef
44 static_assert(sizeof(byte8) == 8, ""); in DEF_TEST()
158 REPORTER_ASSERT(r, all(mull(byte8 (x), byte8 (y)) == xy)); in DEF_TEST()
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DLinuxCOM.h41 unsigned char byte8; member
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTypes.hpp54 typedef ALIGN(8, uint8_t) byte8[8];
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp219 using byte8 = vec8<byte>; typedef