Home | History | Annotate | Download | only in math

Lines Matching full:details

31 namespace details {
109 } // namespace details
113 typedef details::TVec4<double> double4;
114 typedef details::TVec4<float> float4;
115 typedef details::TVec4<float> vec4;
116 typedef details::TVec4<half> half4;
117 typedef details::TVec4<int32_t> int4;
118 typedef details::TVec4<uint32_t> uint4;
119 typedef details::TVec4<int16_t> short4;
120 typedef details::TVec4<uint16_t> ushort4;
121 typedef details::TVec4<int8_t> byte4;
122 typedef details::TVec4<uint8_t> ubyte4;
123 typedef details::TVec4<bool> bool4;