Searched refs:new_channels (Results 1 – 2 of 2) sorted by relevance
1689 int new_channels = 0; in phy_info_freqs() local1703 new_channels++; in phy_info_freqs()1707 mode->num_channels + new_channels, in phy_info_freqs()1713 mode->num_channels += new_channels; in phy_info_freqs()
4581 unsigned new_channels = num_channels + 1; in get_fetch_data_format() local4583 …while (new_channels <= 4 && !check_vertex_fetch_size(ctx, vtx_info, offset, stride, new_channels))… in get_fetch_data_format()4584 new_channels++; in get_fetch_data_format()4586 if (offset + new_channels * vtx_info->chan_byte_size > stride) in get_fetch_data_format()4587 new_channels = 5; in get_fetch_data_format()4590 if (new_channels == 5) { in get_fetch_data_format()4592 new_channels = *channels; in get_fetch_data_format()4593 … while (new_channels > 1 && !check_vertex_fetch_size(ctx, vtx_info, offset, stride, new_channels)) in get_fetch_data_format()4594 new_channels--; in get_fetch_data_format()4597 if (new_channels < *channels) in get_fetch_data_format()[all …]