Home
last modified time | relevance | path

Searched refs:lp_build_zero (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.h81 lp_build_zero(struct gallivm_state *gallivm, struct lp_type type);
Dlp_bld_const.c233 lp_build_zero(struct gallivm_state *gallivm, struct lp_type type) in lp_build_zero() function
Dlp_bld_pack.c297 msb = lp_build_zero(gallivm, src_type); in lp_build_unpack2()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1176 LLVMBuildStore(builder, lp_build_zero(gallivm, lp_int_type(vs_type)), clipmask_bool_ptr); in draw_llvm_generate()
1213 system_values.vertex_id = lp_build_zero(gallivm, lp_type_uint_vec(32, 32*vector_length)); in draw_llvm_generate()