HomeSort by: relevance | last modified time | path
    Searched refs:chan_pure (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/common/
gfx10_format_table.py 161 chan_pure = set([chan.pure 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}')
171 chan_pure = chan_pure.pop()
181 if chan_pure:
192 if chan_pure:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2259 unsigned chan_pure = format_desc->channel[chan].pure_integer; local
2265 else if (chan_pure) {
2293 else if (chan_pure) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2736 unsigned chan_pure = format_desc->channel[chan].pure_integer; local
2742 else if (chan_pure) {
2770 else if (chan_pure) {

Completed in 8 milliseconds