Searched refs:chan_type (Results 1 – 4 of 4) sorted by relevance
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()
2106 unsigned chan_type; in lp_build_sample_common() local2108 chan_type = format_desc->swizzle[0] <= PIPE_SWIZZLE_W ? in lp_build_sample_common()2111 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) { in lp_build_sample_common()2257 unsigned chan_type = format_desc->channel[chan].type; in lp_build_clamp_border_color() local2260 if (chan_type == UTIL_FORMAT_TYPE_SIGNED) { in lp_build_clamp_border_color()2280 else if (chan_type == UTIL_FORMAT_TYPE_UNSIGNED) { in lp_build_clamp_border_color()2306 else if (chan_type == UTIL_FORMAT_TYPE_FIXED) { in lp_build_clamp_border_color()
1031 unsigned int freq, chan_type, duration; in mlme_event_remain_on_channel() local1041 chan_type = nla_get_u32(tb[NL80211_ATTR_WIPHY_CHANNEL_TYPE]); in mlme_event_remain_on_channel()1043 chan_type = 0; in mlme_event_remain_on_channel()1057 cancel_event, freq, chan_type, duration, in mlme_event_remain_on_channel()
2636 const unsigned chan_type = in sample_compare() local2667 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) { in sample_compare()