Searched defs:res_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.c183 struct lp_type res_type; local
186 res_type = type;
187 res_type.length = 1;
189 return res_type;
199 struct lp_type res_type; local
202 memset(&res_type, 0, sizeof res_type);
203 res_type.width = type.width;
204 res_type.length = type.length;
206 return res_type;
216 struct lp_type res_type; local
234 struct lp_type res_type; local
[all...]
H A Dlp_bld_type.h179 struct lp_type res_type; local
181 memset(&res_type, 0, sizeof res_type);
182 res_type.floating = TRUE;
183 res_type.sign = TRUE;
184 res_type.width = width;
185 res_type.length = 1;
187 return res_type;
195 struct lp_type res_type; local
197 memset(&res_type,
211 struct lp_type res_type; local
226 struct lp_type res_type; local
241 struct lp_type res_type; local
255 struct lp_type res_type; local
268 struct lp_type res_type; local
282 struct lp_type res_type; local
297 struct lp_type res_type; local
[all...]
H A Dlp_bld_tgsi_soa.c2066 struct lp_type res_type; local
2069 memset(&res_type, 0, sizeof res_type);
2070 res_type.width = type.width;
2071 res_type.length = type.length;
2072 res_type.sign = 1;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.c183 struct lp_type res_type; local
186 res_type = type;
187 res_type.length = 1;
189 return res_type;
199 struct lp_type res_type; local
202 memset(&res_type, 0, sizeof res_type);
203 res_type.width = type.width;
204 res_type.length = type.length;
206 return res_type;
216 struct lp_type res_type; local
234 struct lp_type res_type; local
[all...]
H A Dlp_bld_type.h179 struct lp_type res_type; local
181 memset(&res_type, 0, sizeof res_type);
182 res_type.floating = TRUE;
183 res_type.sign = TRUE;
184 res_type.width = width;
185 res_type.length = 1;
187 return res_type;
195 struct lp_type res_type; local
197 memset(&res_type,
211 struct lp_type res_type; local
226 struct lp_type res_type; local
241 struct lp_type res_type; local
255 struct lp_type res_type; local
268 struct lp_type res_type; local
282 struct lp_type res_type; local
297 struct lp_type res_type; local
[all...]
H A Dlp_bld_tgsi_soa.c2066 struct lp_type res_type; local
2069 memset(&res_type, 0, sizeof res_type);
2070 res_type.width = type.width;
2071 res_type.length = type.length;
2072 res_type.sign = 1;
/external/libvorbis/lib/
H A Dvorbisenc.c39 int res_type; member in struct:__anon24755
470 ci->residue_type[number]=res->res_type;

Completed in 131 milliseconds