Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c229 struct lp_type f16i_type = type; in lp_build_extract_soa_chan() local
230 f16i_type.width /= 2; in lp_build_extract_soa_chan()
231 f16i_type.floating = 0; in lp_build_extract_soa_chan()
237 lp_build_vec_type(gallivm, f16i_type), ""); in lp_build_extract_soa_chan()