Home
last modified time | relevance | path

Searched defs:UInt4 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DNucleus.cpp5626 UInt4::UInt4(RValue<Float4> cast) in UInt4() function in sw::UInt4
5635 UInt4::UInt4() in UInt4() function in sw::UInt4
5640 UInt4::UInt4(int xyzw) in UInt4() function in sw::UInt4
5645 UInt4::UInt4(int x, int yzw) in UInt4() function in sw::UInt4
5650 UInt4::UInt4(int x, int y, int zw) in UInt4() function in sw::UInt4
5655 UInt4::UInt4(int x, int y, int z, int w) in UInt4() function in sw::UInt4
5673 UInt4::UInt4(RValue<UInt4> rhs) in UInt4() function in sw::UInt4
5680 UInt4::UInt4(const UInt4 &rhs) in UInt4() function in sw::UInt4
5688 UInt4::UInt4(const Reference<UInt4> &rhs) in UInt4() function in sw::UInt4
5696 UInt4::UInt4(RValue<Int4> rhs) in UInt4() function in sw::UInt4
[all …]
DNucleus.hpp1719 class UInt4 : public Variable<UInt4> class