Searched refs:chan_type (Results 1 – 5 of 5) sorted by relevance
162 chan_type = set([chan.type for chan in fmt.le_channels if chan.type != VOID])165 if len(chan_type) > 1 or len(chan_norm) > 1 or len(chan_pure) > 1:172 chan_type = chan_type.pop()180 assert chan_type == UNSIGNED and chan_norm183 if chan_type == UNSIGNED:194 elif chan_type == SIGNED:205 elif chan_type == FLOAT:219 assert chan_type == FIXED
106 enum util_format_type chan_type; in format_matches_type() local119 chan_type = UTIL_FORMAT_TYPE_FLOAT; in format_matches_type()121 chan_type = UTIL_FORMAT_TYPE_FIXED; in format_matches_type()123 chan_type = UTIL_FORMAT_TYPE_SIGNED; in format_matches_type()125 chan_type = UTIL_FORMAT_TYPE_UNSIGNED; in format_matches_type()134 if (desc->channel[chan].type != chan_type || in format_matches_type()
2131 unsigned chan_type; in lp_build_sample_common() local2133 chan_type = format_desc->swizzle[0] <= PIPE_SWIZZLE_W ? in lp_build_sample_common()2136 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) { in lp_build_sample_common()2282 unsigned chan_type = format_desc->channel[chan].type; in lp_build_clamp_border_color() local2285 if (chan_type == UTIL_FORMAT_TYPE_SIGNED) { in lp_build_clamp_border_color()2305 else if (chan_type == UTIL_FORMAT_TYPE_UNSIGNED) { in lp_build_clamp_border_color()2331 else if (chan_type == UTIL_FORMAT_TYPE_FIXED) { in lp_build_clamp_border_color()
1200 unsigned int freq, chan_type, duration; in mlme_event_remain_on_channel() local1210 chan_type = nla_get_u32(tb[NL80211_ATTR_WIPHY_CHANNEL_TYPE]); in mlme_event_remain_on_channel()1212 chan_type = 0; in mlme_event_remain_on_channel()1226 cancel_event, freq, chan_type, duration, in mlme_event_remain_on_channel()
2782 const unsigned chan_type = in sample_compare() local2797 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) { in sample_compare()