Lines Matching defs:tvec4
143 template struct tvec4<uint8, lowp>; variable
144 template struct tvec4<uint16, lowp>; variable
145 template struct tvec4<uint32, lowp>; variable
146 template struct tvec4<uint64, lowp>; variable
147 template struct tvec4<int8, lowp>; variable
148 template struct tvec4<int16, lowp>; variable
149 template struct tvec4<int32, lowp>; variable
150 template struct tvec4<int64, lowp>; variable
151 template struct tvec4<float32, lowp>; variable
152 template struct tvec4<float64, lowp>; variable
154 template struct tvec4<uint8, mediump>; variable
155 template struct tvec4<uint16, mediump>; variable
156 template struct tvec4<uint32, mediump>; variable
157 template struct tvec4<uint64, mediump>; variable
158 template struct tvec4<int8, mediump>; variable
159 template struct tvec4<int16, mediump>; variable
160 template struct tvec4<int32, mediump>; variable
161 template struct tvec4<int64, mediump>; variable
162 template struct tvec4<float32, mediump>; variable
163 template struct tvec4<float64, mediump>; variable
165 template struct tvec4<uint8, highp>; variable
166 template struct tvec4<uint16, highp>; variable
167 template struct tvec4<uint32, highp>; variable
168 template struct tvec4<uint64, highp>; variable
169 template struct tvec4<int8, highp>; variable
170 template struct tvec4<int16, highp>; variable
171 template struct tvec4<int32, highp>; variable
172 template struct tvec4<int64, highp>; variable
173 template struct tvec4<float32, highp>; variable
174 template struct tvec4<float64, highp>; variable