Home | History | Annotate | Download | only in gallivm

Lines Matching refs:tmp_type

364       struct lp_type tmp_type;
367 memset(&tmp_type, 0, sizeof tmp_type);
368 tmp_type.width = 8;
369 tmp_type.length = type.length * 4;
370 tmp_type.norm = TRUE;
372 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type,
394 struct lp_type tmp_type;
401 tmp_type = type;
402 tmp_type.length = 4;
422 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type,