Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dgfx10_format_table.py162 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_norm
183 if chan_type == UNSIGNED:
194 elif chan_type == SIGNED:
205 elif chan_type == FLOAT:
219 assert chan_type == FIXED
/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.c2131 unsigned chan_type; in lp_build_sample_common() local
2133 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() local
2285 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()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c1200 unsigned int freq, chan_type, duration; in mlme_event_remain_on_channel() local
1210 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()
/external/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()