HomeSort by: relevance | last modified time | path
    Searched refs:type4 (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 267 struct lp_type type4; local
285 type4 = type;
286 type4.floating = FALSE;
287 type4.width *= 4;
288 type4.length /= 4;
290 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type4), "");
302 tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), "");
304 tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), "");
471 struct lp_type type4; local
490 type4 = type
    [all...]
lp_bld_sample_soa.c 3721 struct lp_type type4 = type; local
3726 type4.length = 4;
3748 bld4.vector_width = lp_type_width(type4);
3752 bld4.coord_type = type4;
3753 bld4.int_coord_type = lp_int_type(type4);
3765 bld4.num_mips = type4.length;
3766 bld4.num_lods = type4.length;
3772 bld4.num_mips = type4.length;
3773 bld4.num_lods = type4.length;
3777 bld4.num_lods = type4.length
    [all...]
lp_bld_sample.c 1389 struct lp_type type4; local
1391 type4 = bld->int_coord_bld.type;
1392 type4.length = 4;
1394 lp_build_context_init(&bld4, bld->gallivm, type4);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 266 struct lp_type type4; local
284 type4 = type;
285 type4.floating = FALSE;
286 type4.width *= 4;
287 type4.length /= 4;
289 a = LLVMBuildBitCast(builder, a, lp_build_vec_type(bld->gallivm, type4), "");
301 tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), "");
303 tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), "");
468 struct lp_type type4; local
487 type4 = type
    [all...]
lp_bld_sample_soa.c 3201 struct lp_type type4 = type; local
3206 type4.length = 4;
3227 bld4.vector_width = lp_type_width(type4);
3231 bld4.coord_type = type4;
3232 bld4.int_coord_type = lp_int_type(type4);
3244 bld4.num_mips = type4.length;
3245 bld4.num_lods = type4.length;
3251 bld4.num_mips = type4.length;
3252 bld4.num_lods = type4.length;
3256 bld4.num_lods = type4.length
    [all...]
lp_bld_sample.c 1252 struct lp_type type4; local
1254 type4 = bld->int_coord_bld.type;
1255 type4.length = 4;
1257 lp_build_context_init(&bld4, bld->gallivm, type4);

Completed in 15 milliseconds