Home | History | Annotate | Download | only in gallivm

Lines Matching defs:type4

1426             struct lp_type type4 = type;
1431 type4.length = 4;
1445 bld4.vector_width = lp_type_width(type4);
1449 bld4.coord_type = type4;
1450 bld4.int_coord_type = lp_int_type(type4);
1454 bld4.texel_type = type4;
1455 bld4.perquadf_type = type4;
1461 lp_build_context_init(&bld4.float_vec_bld, gallivm, type4);
1508 texelout[j] = lp_build_concat(gallivm, texelouttmp[j], type4, num_quads);