Home
last modified time | relevance | path

Searched refs:byte16 (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DSkVxTest.cpp22 using byte16 = skvx::Vec<16,uint8_t>; typedef
154 REPORTER_ASSERT(r, all(mull(byte16(x), byte16(y)) == xy)); in DEF_TEST()
/external/swiftshader/src/Common/
DTypes.hpp55 typedef ALIGN(16, uint8_t) byte16[16];
/external/swiftshader/src/System/
DTypes.hpp213 using byte16 = vec16<byte>; typedef