Home
last modified time | relevance | path

Searched refs:lp_build_const_float (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c145 lp_build_const_float(gallivm, 2.0), in emit_facing_coef()
147 lp_build_const_float(gallivm, -1.0), in emit_facing_coef()
260 lp_build_const_float(gallivm, in lp_do_offset_tri()
301 lp_build_const_float(gallivm, key->pgon_offset_units), in lp_do_offset_tri()
310 lp_build_const_float(gallivm, key->pgon_offset_units), in lp_do_offset_tri()
316 lp_build_const_float(gallivm, key->pgon_offset_clamp), in lp_do_offset_tri()
320 lp_build_const_float(gallivm, key->pgon_offset_clamp), in lp_do_offset_tri()
542 LLVMValueRef onef = lp_build_const_float(gallivm, 1.0); in init_args()
592 polygon_offset = lp_build_const_float(gallivm, 0.0f); in init_args()
H A Dlp_bld_interp.c147 pixxf = lp_build_const_float(gallivm, quad_offset_x[i % num_pix] + in calc_offsets()
149 pixyf = lp_build_const_float(gallivm, quad_offset_y[i % num_pix] + in calc_offsets()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c286 scales[i] = lp_build_const_float(gallivm, 1.0 / mask); in lp_build_unpack_arith_rgba_aos()
290 scales[i] = lp_build_const_float(gallivm, 1.0); in lp_build_unpack_arith_rgba_aos()
322 scales[i] = lp_build_const_float(gallivm, 1.0 / mask); in lp_build_unpack_arith_rgba_aos()
418 scales[i] = lp_build_const_float(gallivm, mask); in lp_build_pack_rgba_aos()
422 scales[i] = lp_build_const_float(gallivm, 1.0); in lp_build_pack_rgba_aos()
H A Dlp_bld_const.h136 lp_build_const_float(struct gallivm_state *gallivm, float x) in lp_build_const_float() function
H A Dlp_bld_const.c234 return lp_build_const_float(gallivm, 0.0); in lp_build_zero()
H A Dlp_bld_nir_soa.c1021 zero_val = lp_build_const_float(gallivm, 0); in emit_atomic_global()
2286 (bit_size == 16 ? LLVMConstReal(LLVMHalfTypeInContext(gallivm->context), INFINITY) : lp_build_const_float(gallivm, INFINITY)); in emit_reduce()
2292 (bit_size == 16 ? LLVMConstReal(LLVMHalfTypeInContext(gallivm->context), -INFINITY) : lp_build_const_float(gallivm, -INFINITY)); in emit_reduce()
2298 (bit_size == 16 ? LLVMConstReal(LLVMHalfTypeInContext(gallivm->context), 1.0) : lp_build_const_float(gallivm, 1.0)); in emit_reduce()
H A Dlp_bld_tgsi_action.c626 one = lp_build_const_float(bld_base->base.gallivm, 1.0f); in rcp_emit()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c4052 tc_val = lp_build_const_float(gallivm, 1.0); in draw_tes_llvm_generate()
4056 tc_val = lp_build_const_float(gallivm, 0.0); in draw_tes_llvm_generate()

Completed in 24 milliseconds