Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c106 enum util_format_type chan_type; in format_matches_type() local
119 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()
Dlp_bld_sample_soa.c2106 unsigned chan_type; in lp_build_sample_common() local
2108 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() local
2260 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()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c1031 unsigned int freq, chan_type, duration; in mlme_event_remain_on_channel() local
1041 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()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2636 const unsigned chan_type = in sample_compare() local
2667 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) { in sample_compare()