Searched refs:lp_build_const_vec (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c132 LLVMValueRef rescale_const = lp_build_const_vec(gallivm, f32_type,
136 lin_const = lp_build_const_vec(gallivm, f32_type, 1.0f / (12.6f * 255.0f));
141 lin_thresh = lp_build_const_vec(gallivm, f32_type, 15.0f);
192 exponent = lp_build_const_vec(gallivm, src_type, exp_f);
193 coeff = lp_build_const_vec(gallivm, src_type,
227 coeff = lp_build_const_vec(gallivm, src_type,
241 lp_build_const_vec(gallivm, src_type, -0.055f * 255.0f));
287 a_const = lp_build_const_vec(gallivm, src_type, 0.675f * 1.0622 * 255.0f);
288 b_const = lp_build_const_vec(gallivm, src_type, 0.325f * 1.0622 * 255.0f);
289 c_const = lp_build_const_vec(galliv
[all...]
H A Dlp_bld_conv.c273 res = LLVMBuildFMul(builder, src, lp_build_const_vec(gallivm, src_type, scale), "");
275 res = LLVMBuildFAdd(builder, res, lp_build_const_vec(gallivm, src_type, bias), "");
294 lp_build_const_vec(gallivm, src_type, scale), "");
323 lp_build_const_vec(gallivm, src_type, scale), "");
396 lp_build_const_vec(gallivm, dst_type, scale), "");
420 bias_ = lp_build_const_vec(gallivm, dst_type, bias);
429 res = LLVMBuildFMul(builder, res, lp_build_const_vec(gallivm, dst_type, scale), "");
604 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type));
715 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type));
803 thres = lp_build_const_vec(galliv
[all...]
H A Dlp_bld_const.h93 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type,
H A Dlp_bld_arit.c1295 shift = lp_build_const_vec(gallivm, type_tmp, 32);
1378 factor = lp_build_const_vec(bld->gallivm, bld->type, shift);
1383 factor = lp_build_const_vec(bld->gallivm, bld->type, (double)b);
1932 LLVMValueRef minus_one = lp_build_const_vec(bld->gallivm, type, -1.0);
2172 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24);
2227 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24);
2280 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24);
2355 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24);
2427 max = lp_build_const_vec(bld->gallivm, bld->type,
2496 half = lp_build_const_vec(bl
[all...]
H A Dlp_bld_format_soa.c207 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale);
215 lp_build_const_vec(gallivm, type, -1.0f));
256 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale);
735 rgba_out[3] = lp_build_const_vec(gallivm, type, 1.0f);
H A Dlp_bld_format_float.c87 LLVMValueRef zero = lp_build_const_vec(gallivm, f32_type, 0.0f);
169 i32_qnanbit = lp_build_const_vec(gallivm, i32_type, 1 << 22);
H A Dlp_bld_sample.c579 lp_build_const_vec(bld->gallivm, bld->type, pre_offset));
584 lp_build_const_vec(bld->gallivm, bld->type, factor),
585 lp_build_const_vec(bld->gallivm, bld->type, post_offset));
632 lp_build_const_vec(bld->gallivm, bld->type, pre_factor));
641 lp_build_const_vec(bld->gallivm, bld->type, factor),
642 lp_build_const_vec(bld->gallivm, bld->type, post_offset));
821 lp_build_const_vec(bld->gallivm, lodf_bld->type, 0.5F));
1590 LLVMValueRef posHalf = lp_build_const_vec(coord_bld->gallivm, coord_bld->type, 0.5);
1654 LLVMValueRef posHalf = lp_build_const_vec(gallivm, coord_bld->type, 0.5);
2048 x_stride = lp_build_const_vec(bl
[all...]
H A Dlp_bld_const.c325 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type, function in typeref:typename:LLVMValueRef
H A Dlp_bld_sample_soa.c231 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
276 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
324 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
1114 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5f);
1301 LLVMValueRef half = lp_build_const_vec(bld->gallivm, c_bld->type, 0.5f);
1390 one_third = lp_build_const_vec(bld->gallivm, coord_bld->type,
2262 min_clamp = lp_build_const_vec(gallivm, vec4_type, -1.0F);
2357 min_clamp = lp_build_const_vec(gallivm, vec4_type, -1.0F);
2380 min_clamp = lp_build_const_vec(gallivm, vec4_type, -1.0F);
2398 max_clamp = lp_build_const_vec(galliv
[all...]
H A Dlp_bld_tgsi_action.c936 one = lp_build_const_vec(bld_base->dbl_bld.gallivm, bld_base->dbl_bld.type, 1.0f);
1579 LLVMValueRef mask = lp_build_const_vec(int_bld->gallivm, int_bld->type,
1855 LLVMValueRef mask = lp_build_const_vec(uint_bld->gallivm, uint_bld->type,
2054 LLVMValueRef mask = lp_build_const_vec(uint_bld->gallivm, uint_bld->type,
2367 LLVMValueRef mask = lp_build_const_vec(uint_bld->gallivm, uint_bld->type,
2381 LLVMValueRef mask = lp_build_const_vec(int_bld->gallivm, int_bld->type,
2395 LLVMValueRef mask = lp_build_const_vec(uint_bld->gallivm, uint_bld->type,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c133 LLVMValueRef rescale_const = lp_build_const_vec(gallivm, f32_type,
137 lin_const = lp_build_const_vec(gallivm, f32_type, 1.0f / (12.6f * 255.0f));
142 lin_thresh = lp_build_const_vec(gallivm, f32_type, 15.0f);
193 exponent = lp_build_const_vec(gallivm, src_type, exp_f);
194 coeff = lp_build_const_vec(gallivm, src_type,
228 coeff = lp_build_const_vec(gallivm, src_type,
242 lp_build_const_vec(gallivm, src_type, -0.055f * 255.0f));
288 a_const = lp_build_const_vec(gallivm, src_type, 0.675f * 1.0622 * 255.0f);
289 b_const = lp_build_const_vec(gallivm, src_type, 0.325f * 1.0622 * 255.0f);
290 c_const = lp_build_const_vec(galliv
[all...]
H A Dlp_bld_conv.c298 res = LLVMBuildFMul(builder, src, lp_build_const_vec(gallivm, src_type, scale), "");
300 res = LLVMBuildFAdd(builder, res, lp_build_const_vec(gallivm, src_type, bias), "");
319 lp_build_const_vec(gallivm, src_type, scale), "");
348 lp_build_const_vec(gallivm, src_type, scale), "");
424 lp_build_const_vec(gallivm, dst_type, scale), "");
448 bias_ = lp_build_const_vec(gallivm, dst_type, bias);
457 res = LLVMBuildFMul(builder, res, lp_build_const_vec(gallivm, dst_type, scale), "");
632 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type));
745 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type));
833 thres = lp_build_const_vec(galliv
[all...]
H A Dlp_bld_arit.c1173 shift = lp_build_const_vec(gallivm, type_tmp, bld->type.width);
1256 factor = lp_build_const_vec(bld->gallivm, bld->type, shift);
1261 factor = lp_build_const_vec(bld->gallivm, bld->type, (double)b);
1811 LLVMValueRef minus_one = lp_build_const_vec(bld->gallivm, type, -1.0);
2059 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24);
2118 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24);
2169 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24);
2244 LLVMValueRef cmpval = lp_build_const_vec(bld->gallivm, type, 1<<24);
2316 max = lp_build_const_vec(bld->gallivm, bld->type,
2385 half = lp_build_const_vec(bl
[all...]
H A Dlp_bld_const.h93 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type,
H A Dlp_bld_tgsi_action.c936 one = lp_build_const_vec(bld_base->dbl_bld.gallivm, bld_base->dbl_bld.type, 1.0f);
1579 LLVMValueRef mask = lp_build_const_vec(int_bld->gallivm, int_bld->type,
1855 LLVMValueRef mask = lp_build_const_vec(uint_bld->gallivm, uint_bld->type,
2054 LLVMValueRef mask = lp_build_const_vec(uint_bld->gallivm, uint_bld->type,
2367 LLVMValueRef mask = lp_build_const_vec(uint_bld->gallivm, uint_bld->type,
2381 LLVMValueRef mask = lp_build_const_vec(int_bld->gallivm, int_bld->type,
2395 LLVMValueRef mask = lp_build_const_vec(uint_bld->gallivm, uint_bld->type,
2437 lp_build_const_vec(uint_bld->gallivm, uint_bld->type, 32));
2440 lp_build_const_vec(uint_bld->gallivm, uint_bld->type, -1));
2448 uint_bld, lp_build_const_vec(uint_bl
[all...]
H A Dlp_bld_format_soa.c209 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale);
217 lp_build_const_vec(gallivm, type, -1.0f));
258 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale);
737 rgba_out[3] = lp_build_const_vec(gallivm, type, 1.0f);
935 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale);
H A Dlp_bld_format_float.c87 LLVMValueRef zero = lp_build_const_vec(gallivm, f32_type, 0.0f);
169 i32_qnanbit = lp_build_const_vec(gallivm, i32_type, 1 << 22);
H A Dlp_bld_sample.c704 lp_build_const_vec(bld->gallivm, bld->type, pre_offset));
709 lp_build_const_vec(bld->gallivm, bld->type, factor),
710 lp_build_const_vec(bld->gallivm, bld->type, post_offset));
757 lp_build_const_vec(bld->gallivm, bld->type, pre_factor));
766 lp_build_const_vec(bld->gallivm, bld->type, factor),
767 lp_build_const_vec(bld->gallivm, bld->type, post_offset));
957 lp_build_const_vec(bld->gallivm, lodf_bld->type, 0.5F));
1727 LLVMValueRef posHalf = lp_build_const_vec(coord_bld->gallivm, coord_bld->type, 0.5);
1791 LLVMValueRef posHalf = lp_build_const_vec(gallivm, coord_bld->type, 0.5);
2122 x_stride = lp_build_const_vec(bl
[all...]
H A Dlp_bld_sample_soa.c241 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
286 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
334 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
1140 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5f);
1327 LLVMValueRef half = lp_build_const_vec(bld->gallivm, c_bld->type, 0.5f);
1418 one_third = lp_build_const_vec(bld->gallivm, coord_bld->type,
2195 F = lp_build_div(coord_bld, F, lp_build_const_vec(gallivm, coord_bld->type, 4.0));
2213 LLVMValueRef box_u = lp_build_div(coord_bld, lp_build_const_vec(gallivm, coord_bld->type, 2.0), d);
2222 LLVMValueRef box_v = lp_build_div(coord_bld, lp_build_const_vec(gallivm, coord_bld->type, 2.0), d);
2228 LLVMValueRef formScale = lp_build_div(coord_bld, lp_build_const_vec(galliv
[all...]
H A Dlp_bld_const.c325 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type, function in typeref:typename:LLVMValueRef
H A Dlp_bld_sample_aos.c503 x_stride = lp_build_const_vec(bld->gallivm,
850 x_stride = lp_build_const_vec(bld->gallivm, bld->int_coord_bld.type,
997 LLVMValueRef h16vec_scale = lp_build_const_vec(bld->gallivm,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c290 lp_build_const_vec(bld->gallivm, bld->type, -1.0));
294 lp_build_const_vec(bld->gallivm, bld->type, -1.0));
331 alpha_ref_value = lp_build_const_vec(gallivm, type, 0.5);
H A Dlp_state_setup.c510 pos_half = lp_build_const_vec(gallivm, type, +0.5f);
511 neg_half = lp_build_const_vec(gallivm, type, -0.5f);
514 one = lp_build_const_vec(gallivm, type, 1.0f);
654 pixel_center = lp_build_const_vec(gallivm, typef4,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c290 lp_build_const_vec(bld->gallivm, bld->type, -1.0));
294 lp_build_const_vec(bld->gallivm, bld->type, -1.0));
331 alpha_ref_value = lp_build_const_vec(gallivm, type, 0.5);
H A Dlp_bld_interp.c295 LLVMValueRef pix_center_offset = lp_build_const_vec(gallivm, coeff_bld->type, 0.5);
337 a = lp_build_const_vec(gallivm, coeff_bld->type, bld->pos_offset);
348 a = lp_build_const_vec(gallivm, coeff_bld->type, bld->pos_offset);
542 LLVMValueRef pix_center_offset = lp_build_const_vec(gallivm, coeff_bld->type, 0.5);

Completed in 60 milliseconds

12