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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.h 131 lp_build_const_float(struct gallivm_state *gallivm, float x) function
lp_bld_format_aos.c 286 scales[i] = lp_build_const_float(gallivm, 1.0 / mask);
290 scales[i] = lp_build_const_float(gallivm, 1.0);
322 scales[i] = lp_build_const_float(gallivm, 1.0 / mask);
418 scales[i] = lp_build_const_float(gallivm, mask);
422 scales[i] = lp_build_const_float(gallivm, 1.0);
lp_bld_const.c 237 return lp_build_const_float(gallivm, 0.0);
lp_bld_tgsi_action.c 626 one = lp_build_const_float(bld_base->base.gallivm, 1.0f);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 147 lp_build_const_float(gallivm, 2.0),
149 lp_build_const_float(gallivm, -1.0),
264 lp_build_const_float(gallivm, key->pgon_offset_scale), "");
301 lp_build_const_float(gallivm, key->pgon_offset_units),
310 lp_build_const_float(gallivm, key->pgon_offset_units),
316 lp_build_const_float(gallivm, key->pgon_offset_clamp),
321 lp_build_const_float(gallivm, key->pgon_offset_clamp),
637 LLVMValueRef onef = lp_build_const_float(gallivm, 1.0);
    [all...]
lp_bld_interp.c 143 pixxf = lp_build_const_float(gallivm, quad_offset_x[i % num_pix] +
145 pixyf = lp_build_const_float(gallivm, quad_offset_y[i % num_pix] +
385 LLVMValueRef pixxf = lp_build_const_float(gallivm, quad_offset_x[i]);
386 LLVMValueRef pixyf = lp_build_const_float(gallivm, quad_offset_y[i]);
468 a = LLVMBuildFAdd(builder, a, lp_build_const_float(gallivm, bld->pos_offset), "");
477 a = LLVMBuildFAdd(builder, a, lp_build_const_float(gallivm, bld->pos_offset), "");

Completed in 1566 milliseconds