Lines Matching refs:rem
244 GLuint i, rem = 0, comp;
315 rem++;
329 rem = remove_instructions(prog, removeInst, mem_ctx);
333 printf(" %u channel writes removed\n", rem);
334 printf(" %u instructions removed\n", rem);
340 return rem != 0;
575 GLuint i, arg, rem = 0;
604 rem = remove_instructions(prog, removeInst, mem_ctx);
608 return rem != 0;
711 GLuint i, rem = 0, nesting = 0;
794 rem = remove_instructions(prog, removeInst, mem_ctx);
799 printf("Optimize: End remove extra moves. %u instructions removed\n", rem);
803 return rem != 0;