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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp4927 unsigned new_channels = num_channels + 1; local in function:aco::__anon562fcc110110::get_fetch_data_format
4929 while (new_channels <= max_channels &&
4930 !check_vertex_fetch_size(ctx, vtx_info, offset, binding_align, new_channels)) {
4931 new_channels++;
4934 if (new_channels > max_channels) {
4936 new_channels = *channels;
4937 while (new_channels > 1 &&
4938 !check_vertex_fetch_size(ctx, vtx_info, offset, binding_align, new_channels))
4939 new_channels--;
4942 if (new_channels < *channel
[all...]

Completed in 13 milliseconds