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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_link.c47 unsigned i, free_slot; local in function:svga_link_shaders
62 free_slot = outshader_info->num_outputs + 1;
74 /* make sure free_slot includes this extra output */
75 free_slot = MAX2(free_slot, linkage->input_map[i] + 1);
95 unsigned j = free_slot++;
99 linkage->input_map_max = free_slot - 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_link.c47 unsigned i, free_slot; local in function:svga_link_shaders
66 free_slot = outshader_info->num_outputs + 1;
94 /* make sure free_slot includes this extra output */
95 free_slot = MAX2(free_slot, linkage->input_map[i] + 1);
114 unsigned j = free_slot++;
119 linkage->input_map_max = free_slot - 1;

Completed in 4 milliseconds