Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsCppStructs.h236 UInt4(uint32_t initX, uint32_t initY, uint32_t initZ, uint32_t initW) in UInt4() function
238 UInt4() : x(0), y(0), z(0), w(0) {} in UInt4() function