Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DConstants.hpp36 byte8 maskB4Q[16];
37 byte8 invMaskB4Q[16];
/external/swiftshader/src/Common/
DTypes.hpp41 typedef ALIGN(8, uint8_t) byte8[8];
/external/swiftshader/src/Reactor/
DNucleus.cpp2224 Value *byte8 = Nucleus::createBitCast(int2, Byte8::getType()); in Unpack() local
2226 return UnpackLow(RValue<Byte8>(byte8), RValue<Byte8>(byte8)); in Unpack()