Home
last modified time | relevance | path

Searched refs:lp_build_undef (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c133 input = lp_build_undef(gallivm, type); in lp_build_unpack_rgba_soa()
168 input = lp_build_undef(gallivm, type); in lp_build_unpack_rgba_soa()
209 input = lp_build_undef(gallivm, type); in lp_build_unpack_rgba_soa()
224 input = lp_build_undef(gallivm, type); in lp_build_unpack_rgba_soa()
238 input = lp_build_undef(gallivm, type); in lp_build_unpack_rgba_soa()
244 input = lp_build_undef(gallivm, type); in lp_build_unpack_rgba_soa()
405 rgba_out[chan] = lp_build_undef(gallivm, type); in lp_build_fetch_rgba_soa()
Dlp_bld_logic.c149 return lp_build_undef(gallivm, type); in lp_build_compare()
207 return lp_build_undef(gallivm, type); in lp_build_compare()
275 return lp_build_undef(gallivm, type); in lp_build_compare()
331 return lp_build_undef(gallivm, type); in lp_build_compare()
Dlp_bld_const.h77 lp_build_undef(struct gallivm_state *gallivm, struct lp_type type);
Dlp_bld_const.c225 lp_build_undef(struct gallivm_state *gallivm, struct lp_type type) in lp_build_undef() function
Dlp_bld_format_aos.c702 return lp_build_undef(gallivm, type); in lp_build_fetch_rgba_aos()
Dlp_bld_pack.c709 tmp[i] = lp_build_undef(gallivm, dst_type); in lp_build_resize()