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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A 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:
164 '{chan_type} {chan_norm} {chan_pure}')
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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c106 enum util_format_type chan_type; local in function:format_matches_type
119 chan_type = UTIL_FORMAT_TYPE_FLOAT;
121 chan_type = UTIL_FORMAT_TYPE_FIXED;
123 chan_type = UTIL_FORMAT_TYPE_SIGNED;
125 chan_type = UTIL_FORMAT_TYPE_UNSIGNED;
134 if (desc->channel[chan].type != chan_type ||
H A Dlp_bld_sample_soa.c2106 unsigned chan_type; local in function:lp_build_sample_common
2108 chan_type = format_desc->swizzle[0] <= PIPE_SWIZZLE_W ?
2111 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) {
2257 unsigned chan_type = format_desc->channel[chan].type; local in function:lp_build_clamp_border_color
2260 if (chan_type == UTIL_FORMAT_TYPE_SIGNED) {
2280 else if (chan_type == UTIL_FORMAT_TYPE_UNSIGNED) {
2306 else if (chan_type == UTIL_FORMAT_TYPE_FIXED) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c106 enum util_format_type chan_type; local in function:format_matches_type
119 chan_type = UTIL_FORMAT_TYPE_FLOAT;
121 chan_type = UTIL_FORMAT_TYPE_FIXED;
123 chan_type = UTIL_FORMAT_TYPE_SIGNED;
125 chan_type = UTIL_FORMAT_TYPE_UNSIGNED;
134 if (desc->channel[chan].type != chan_type ||
H A Dlp_bld_sample_soa.c2566 unsigned chan_type; local in function:lp_build_sample_common
2568 chan_type = format_desc->swizzle[0] <= PIPE_SWIZZLE_W ?
2571 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) {
2734 unsigned chan_type = format_desc->channel[chan].type; local in function:lp_build_clamp_border_color
2737 if (chan_type == UTIL_FORMAT_TYPE_SIGNED) {
2757 else if (chan_type == UTIL_FORMAT_TYPE_UNSIGNED) {
2783 else if (chan_type == UTIL_FORMAT_TYPE_FIXED) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2768 const unsigned chan_type = local in function:sample_compare
2783 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2782 const unsigned chan_type = local in function:sample_compare
2797 if (chan_type != UTIL_FORMAT_TYPE_FLOAT) {

Completed in 26 milliseconds