HomeSort by relevance Sort by last modified time
    Searched refs:lp_build_const_vec (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 186 res = LLVMBuildFMul(builder, src, lp_build_const_vec(gallivm, src_type, scale), "");
187 res = LLVMBuildFAdd(builder, res, lp_build_const_vec(gallivm, src_type, bias), "");
204 lp_build_const_vec(gallivm, src_type, scale), "");
233 lp_build_const_vec(gallivm, src_type, scale), "");
306 lp_build_const_vec(gallivm, dst_type, scale), "");
330 bias_ = lp_build_const_vec(gallivm, dst_type, bias);
339 res = LLVMBuildFMul(builder, res, lp_build_const_vec(gallivm, dst_type, scale), "");
417 const_255f = lp_build_const_vec(gallivm, src_type, 255.0f);
472 const_255f = lp_build_const_vec(gallivm, src_type, 255.0f);
524 thres = lp_build_const_vec(gallivm, src_type, dst_min)
    [all...]
lp_bld_arit.c 822 factor = lp_build_const_vec(bld->gallivm, bld->type, shift);
827 factor = lp_build_const_vec(bld->gallivm, bld->type, (double)b);
    [all...]
lp_bld_const.h 93 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type,
lp_bld_sample.c 398 lp_build_const_vec(bld->gallivm, bld->type, pre_offset));
403 lp_build_const_vec(bld->gallivm, bld->type, factor));
406 lp_build_const_vec(bld->gallivm, bld->type, post_offset));
453 lp_build_const_vec(bld->gallivm, bld->type, pre_factor));
462 lp_build_const_vec(bld->gallivm, bld->type, factor));
465 lp_build_const_vec(bld->gallivm, bld->type, post_offset));
911 LLVMValueRef posHalf = lp_build_const_vec(coord_bld->gallivm, coord_bld->type, 0.5);
922 LLVMValueRef negHalf = lp_build_const_vec(coord_bld->gallivm, coord_bld->type, -0.5);
    [all...]
lp_bld_format_soa.c 202 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale);
231 LLVMValueRef scale_val = lp_build_const_vec(gallivm, type, scale);
lp_bld_const.c 325 lp_build_const_vec(struct gallivm_state *gallivm, struct lp_type type, function
lp_bld_sample_aos.c 367 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
587 x_stride = lp_build_const_vec(bld->gallivm,
    [all...]
lp_bld_tgsi_aos.c 246 value = lp_build_max(&bld->bld_base.base, value, lp_build_const_vec(bld->bld_base.base.gallivm, bld->bld_base.base.type, -1.0));
593 tmp1 = lp_build_const_vec(bld->bld_base.base.gallivm, bld->bld_base.base.type, 0.5);
lp_bld_sample_soa.c 239 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
280 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5);
358 min = lp_build_const_vec(bld->gallivm, coord_bld->type, -1.0F);
    [all...]
lp_bld_tgsi_action.c 920 half = lp_build_const_vec(bld_base->base.gallivm, bld_base->base.type, 0.5);
    [all...]
lp_bld_tgsi_soa.c 969 value = lp_build_max(&bld->bld_base.base, value, lp_build_const_vec(bld->bld_base.base.gallivm, bld->bld_base.base.type, -1.0));
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 473 pos_half = lp_build_const_vec(gallivm, type, +0.5f);
474 neg_half = lp_build_const_vec(gallivm, type, -0.5f);
477 one = lp_build_const_vec(gallivm, type, 1.0f);
614 pixel_center = lp_build_const_vec(gallivm, typef4,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 806 LLVMValueRef const1 = lp_build_const_vec(gallivm, f32_type, 1.0); /*1.0 1.0 1.0 1.0*/
886 zero = lp_build_const_vec(gallivm, f32_type, 0); /* 0.0f 0.0f 0.0f 0.0f */
    [all...]

Completed in 257 milliseconds