Home | History | Annotate | Download | only in detail

Lines Matching refs:tvec4

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