Lines Matching defs:UInt4
232 class UInt4 {236 UInt4(uint32_t initX, uint32_t initY, uint32_t initZ, uint32_t initW)238 UInt4() : x(0), y(0), z(0), w(0) {}1281 * Utility function for returning an Element containing a uint4.