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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c2485 int next_clip_pos = 61, next_param = 0; local in function:generate_gs_copy_shader
2647 if (next_clip_pos == 61)
2648 next_clip_pos = 62;
2664 if (next_clip_pos == 61)
2665 next_clip_pos = 62;
2682 if (next_clip_pos == 61)
2683 next_clip_pos = 62;
2704 output.array_base = next_clip_pos++;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c2573 int next_clip_pos = 61, next_param = 0; local in function:generate_gs_copy_shader
2735 if (next_clip_pos == 61)
2736 next_clip_pos = 62;
2752 if (next_clip_pos == 61)
2753 next_clip_pos = 62;
2770 if (next_clip_pos == 61)
2771 next_clip_pos = 62;
2792 output.array_base = next_clip_pos++;

Completed in 26 milliseconds