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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c170 unsigned num_fetches; local in function:load_input_vs
175 num_fetches = MIN2(required_channels, 3);
179 num_fetches = 1;
184 for (unsigned i = 0; i < num_fetches; ++i) {
191 if (num_fetches == 1 && channels_per_fetch > 1) {
197 num_fetches = channels_per_fetch;
201 for (unsigned i = num_fetches; i < 4; ++i)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c541 unsigned num_fetches; local in function:si_llvm_load_input_vs
567 num_fetches = 1; /* 1 2-dword or 4-dword load */
575 num_fetches = 3; /* 3 2-dword loads */
580 num_fetches = 2; /* 2 4-dword loads */
586 num_fetches = 3;
592 num_fetches = 3;
597 num_fetches = 1;
602 for (unsigned i = 0; i < num_fetches; i++) {

Completed in 60 milliseconds