Home
last modified time | relevance | path

Searched refs:num_fetches (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c170 unsigned num_fetches; in load_input_vs() local
175 num_fetches = MIN2(required_channels, 3); in load_input_vs()
179 num_fetches = 1; in load_input_vs()
184 for (unsigned i = 0; i < num_fetches; ++i) { in load_input_vs()
191 if (num_fetches == 1 && channels_per_fetch > 1) { in load_input_vs()
197 num_fetches = channels_per_fetch; in load_input_vs()
201 for (unsigned i = num_fetches; i < 4; ++i) in load_input_vs()