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.c231 struct lp_type f16i_type = type; in lp_build_extract_soa_chan() local
232 f16i_type.width /= 2; in lp_build_extract_soa_chan()
233 f16i_type.floating = 0; in lp_build_extract_soa_chan()
239 lp_build_vec_type(gallivm, f16i_type), ""); in lp_build_extract_soa_chan()