Searched refs:type4 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_swizzle.c | 266 struct lp_type type4; local in function:lp_build_swizzle_scalar_aos 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 in function:lp_build_swizzle_aos 487 type4 [all...] |
| H A D | lp_bld_sample_soa.c | 3201 struct lp_type type4 = type; local in function:lp_build_sample_soa_code 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 [all...] |
| H A D | lp_bld_sample.c | 1252 struct lp_type type4; local in function:lp_build_mipmap_level_sizes 1254 type4 = bld->int_coord_bld.type; 1255 type4.length = 4; 1257 lp_build_context_init(&bld4, bld->gallivm, type4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_swizzle.c | 267 struct lp_type type4; local in function:lp_build_swizzle_scalar_aos 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 in function:lp_build_swizzle_aos 490 type4 [all...] |
| H A D | lp_bld_sample_soa.c | 3721 struct lp_type type4 = type; local in function:lp_build_sample_soa_code 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 [all...] |
| H A D | lp_bld_sample.c | 1389 struct lp_type type4; local in function:lp_build_mipmap_level_sizes 1391 type4 = bld->int_coord_bld.type; 1392 type4.length = 4; 1394 lp_build_context_init(&bld4, bld->gallivm, type4);
|
Completed in 20 milliseconds