Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c101 enum util_format_type chan_type; in format_matches_type() local
114 chan_type = UTIL_FORMAT_TYPE_FLOAT; in format_matches_type()
116 chan_type = UTIL_FORMAT_TYPE_FIXED; in format_matches_type()
118 chan_type = UTIL_FORMAT_TYPE_SIGNED; in format_matches_type()
120 chan_type = UTIL_FORMAT_TYPE_UNSIGNED; in format_matches_type()
129 if (desc->channel[chan].type != chan_type || in format_matches_type()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c943 unsigned int freq, chan_type, duration; in mlme_event_remain_on_channel() local
953 chan_type = nla_get_u32(tb[NL80211_ATTR_WIPHY_CHANNEL_TYPE]); in mlme_event_remain_on_channel()
955 chan_type = 0; in mlme_event_remain_on_channel()
969 cancel_event, freq, chan_type, duration, in mlme_event_remain_on_channel()