Lines Matching defs:tvec3
109 template struct tvec3<uint8, lowp>; variable
110 template struct tvec3<uint16, lowp>; variable
111 template struct tvec3<uint32, lowp>; variable
112 template struct tvec3<uint64, lowp>; variable
113 template struct tvec3<int8, lowp>; variable
114 template struct tvec3<int16, lowp>; variable
115 template struct tvec3<int32, lowp>; variable
116 template struct tvec3<int64, lowp>; variable
117 template struct tvec3<float32, lowp>; variable
118 template struct tvec3<float64, lowp>; variable
120 template struct tvec3<uint8, mediump>; variable
121 template struct tvec3<uint16, mediump>; variable
122 template struct tvec3<uint32, mediump>; variable
123 template struct tvec3<uint64, mediump>; variable
124 template struct tvec3<int8, mediump>; variable
125 template struct tvec3<int16, mediump>; variable
126 template struct tvec3<int32, mediump>; variable
127 template struct tvec3<int64, mediump>; variable
128 template struct tvec3<float32, mediump>; variable
129 template struct tvec3<float64, mediump>; variable
131 template struct tvec3<uint8, highp>; variable
132 template struct tvec3<uint16, highp>; variable
133 template struct tvec3<uint32, highp>; variable
134 template struct tvec3<uint64, highp>; variable
135 template struct tvec3<int8, highp>; variable
136 template struct tvec3<int16, highp>; variable
137 template struct tvec3<int32, highp>; variable
138 template struct tvec3<int64, highp>; variable
139 template struct tvec3<float32, highp>; variable
140 template struct tvec3<float64, highp>; variable