Searched refs:res_type (Results 1 – 4 of 4) sorted by relevance
179 struct lp_type res_type; in lp_type_float() local181 memset(&res_type, 0, sizeof res_type); in lp_type_float()182 res_type.floating = TRUE; in lp_type_float()183 res_type.sign = TRUE; in lp_type_float()184 res_type.width = width; in lp_type_float()185 res_type.length = 1; in lp_type_float()187 return res_type; in lp_type_float()195 struct lp_type res_type; in lp_type_float_vec() local197 memset(&res_type, 0, sizeof res_type); in lp_type_float_vec()198 res_type.floating = TRUE; in lp_type_float_vec()[all …]
183 struct lp_type res_type; in lp_elem_type() local186 res_type = type; in lp_elem_type()187 res_type.length = 1; in lp_elem_type()189 return res_type; in lp_elem_type()199 struct lp_type res_type; in lp_uint_type() local202 memset(&res_type, 0, sizeof res_type); in lp_uint_type()203 res_type.width = type.width; in lp_uint_type()204 res_type.length = type.length; in lp_uint_type()206 return res_type; in lp_uint_type()216 struct lp_type res_type; in lp_int_type() local[all …]
2066 struct lp_type res_type; in lp_build_tgsi_soa() local2069 memset(&res_type, 0, sizeof res_type); in lp_build_tgsi_soa()2070 res_type.width = type.width; in lp_build_tgsi_soa()2071 res_type.length = type.length; in lp_build_tgsi_soa()2072 res_type.sign = 1; in lp_build_tgsi_soa()
39 int res_type; member470 ci->residue_type[number]=res->res_type; in vorbis_encode_residue_setup()