Home
last modified time | relevance | path

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

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.h107 vtype4() {} in vtype4() function
108 vtype4(T p, T q, T r, T s) : x(p), y(q), z(r), w(s) {} in vtype4() function
109 vtype4(const vtype4 & p) : x(p.x), y(p.y), z(p.z), w(p.w) {} in vtype4() function