Lines Matching defs:channel
502 int channel = vk_format_get_first_non_void_channel(format);
504 return channel >= 0 && desc->channel[channel].pure_integer && desc->channel[channel].size == 8;
515 if (desc->channel[i].pure_integer && desc->channel[i].size == 10)
525 int channel = vk_format_get_first_non_void_channel(format);
527 return channel >= 0 &&
528 desc->channel[channel].type == UTIL_FORMAT_TYPE_FLOAT && desc->channel[channel].size == 32;
565 * alpha channel of MRT0 when alpha coverage is enabled because
6608 /* Enables the second channel of the primitive export instruction.
6609 * This channel contains: VRS rate x, y, viewport and layer.