Searched refs:u8n_bld (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c1033 struct lp_build_context u8n_bld; local in function:lp_build_sample_mipmap
1035 lp_build_context_init(&u8n_bld, bld->gallivm, lp_type_unorm(8, bld->vector_width));
1067 lod_fpart = LLVMBuildTrunc(builder, lod_fpart, u8n_bld.elem_type, "");
1068 lod_fpart = lp_build_broadcast_scalar(&u8n_bld, lod_fpart);
1072 LLVMTypeRef tmp_vec_type = LLVMVectorType(u8n_bld.elem_type, bld->lodi_bld.type.length);
1079 for (i = 0; i < u8n_bld.type.length; ++i) {
1083 LLVMConstVector(shuffle, u8n_bld.type.length), "");
1086 lp_build_reduce_filter(&u8n_bld,
1128 struct lp_build_context u8n_bld; local in function:lp_build_sample_aos
1139 lp_build_context_init(&u8n_bld, bl
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c1042 struct lp_build_context u8n_bld; local in function:lp_build_sample_mipmap
1044 lp_build_context_init(&u8n_bld, bld->gallivm, lp_type_unorm(8, bld->vector_width));
1076 lod_fpart = LLVMBuildTrunc(builder, lod_fpart, u8n_bld.elem_type, "");
1077 lod_fpart = lp_build_broadcast_scalar(&u8n_bld, lod_fpart);
1081 LLVMTypeRef tmp_vec_type = LLVMVectorType(u8n_bld.elem_type, bld->lodi_bld.type.length);
1088 for (i = 0; i < u8n_bld.type.length; ++i) {
1092 LLVMConstVector(shuffle, u8n_bld.type.length), "");
1095 colors0 = lp_build_lerp(&u8n_bld, lod_fpart,
1132 struct lp_build_context u8n_bld; local in function:lp_build_sample_aos
1143 lp_build_context_init(&u8n_bld, bl
[all...]

Completed in 5 milliseconds