Home
last modified time | relevance | path

Searched defs:Byte4 (Results 1 – 4 of 4) sorted by relevance

/external/angle/samples/sample_util/
Dtga_utils.h16 typedef std::array<unsigned char, 4> Byte4; typedef
/external/pytorch/torch/csrc/utils/
Dbyte_order.cpp61 uint64_t Byte4 = output & 0x000000FF00000000; in swapBytes64() local
/external/swiftshader/src/Reactor/
DReactor.cpp1256 Byte4::Byte4(RValue<Byte8> cast) in Byte4() function in rr::Byte4
1261 Byte4::Byte4(RValue<UShort4> cast) in Byte4() function in rr::Byte4
1267 Byte4::Byte4(RValue<Short4> cast) in Byte4() function in rr::Byte4
1273 Byte4::Byte4(RValue<UInt4> cast) in Byte4() function in rr::Byte4
1279 Byte4::Byte4(RValue<Int4> cast) in Byte4() function in rr::Byte4
1285 Byte4::Byte4(RValue<Byte4> rhs) in Byte4() function in rr::Byte4
1290 Byte4::Byte4(const Byte4 &rhs) in Byte4() function in rr::Byte4
1295 Byte4::Byte4(const Reference<Byte4> &rhs) in Byte4() function in rr::Byte4
DReactor.hpp653 class Byte4 : public LValue<Byte4> class