Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dgfx10_format_table.py159 chan_type = set([chan.type for chan in fmt.le_channels if chan.type != VOID])
162 if len(chan_type) > 1 or len(chan_norm) > 1 or len(chan_pure) > 1:
169 chan_type = chan_type.pop()
177 assert chan_type == UNSIGNED and chan_norm
180 if chan_type == UNSIGNED:
191 elif chan_type == SIGNED:
202 elif chan_type == FLOAT:
216 assert chan_type == FIXED
/third_party/ffmpeg/libavcodec/
Dhcadec.c40 int chan_type; member
243 c->ch[i].chan_type = r[i]; in decode_init()
276 if (ch1->chan_type != 1 || !stereo_band_count) in apply_intensity_stereo()
290 if (ch->chan_type == 2 || !bands_per_hfr_group) in reconstruct_hfr()
362 if (ch->chan_type == 2){ in unpack()
/third_party/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.c2566 unsigned chan_type; in lp_build_sample_common() local
2568 chan_type = format_desc->swizzle[0] <= PIPE_SWIZZLE_W ? in lp_build_sample_common()
2571 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) { in lp_build_sample_common()
2734 unsigned chan_type = format_desc->channel[chan].type; in lp_build_clamp_border_color() local
2737 if (chan_type == UTIL_FORMAT_TYPE_SIGNED) { in lp_build_clamp_border_color()
2757 else if (chan_type == UTIL_FORMAT_TYPE_UNSIGNED) { in lp_build_clamp_border_color()
2783 else if (chan_type == UTIL_FORMAT_TYPE_FIXED) { in lp_build_clamp_border_color()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_event.c1036 unsigned int freq, chan_type, duration; in mlme_event_remain_on_channel() local
1046 chan_type = nla_get_u32(tb[NL80211_ATTR_WIPHY_CHANNEL_TYPE]); in mlme_event_remain_on_channel()
1048 chan_type = 0; in mlme_event_remain_on_channel()
1062 cancel_event, freq, chan_type, duration, in mlme_event_remain_on_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_event.c1229 unsigned int freq, chan_type, duration; in mlme_event_remain_on_channel() local
1239 chan_type = nla_get_u32(tb[NL80211_ATTR_WIPHY_CHANNEL_TYPE]); in mlme_event_remain_on_channel()
1241 chan_type = 0; in mlme_event_remain_on_channel()
1255 cancel_event, freq, chan_type, duration, in mlme_event_remain_on_channel()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2782 const unsigned chan_type = in sample_compare() local
2797 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) { in sample_compare()