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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_optimize.c243 GLboolean *removeInst; /* per-instruction removal flag */ local in function:_mesa_remove_dead_code_global
253 removeInst =
323 removeInst[i] = GL_TRUE;
329 rem = remove_instructions(prog, removeInst, mem_ctx);
339 free(removeInst);
574 GLboolean *removeInst; local in function:_mesa_remove_dead_code_local
577 removeInst =
601 removeInst[i] = GL_TRUE;
604 rem = remove_instructions(prog, removeInst, mem_ctx);
607 free(removeInst);
710 GLboolean *removeInst; /* per-instruction removal flag */ local in function:_mesa_remove_extra_moves
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_optimize.c243 GLboolean *removeInst; /* per-instruction removal flag */ local in function:_mesa_remove_dead_code_global
253 removeInst =
323 removeInst[i] = GL_TRUE;
329 rem = remove_instructions(prog, removeInst, mem_ctx);
339 free(removeInst);
574 GLboolean *removeInst; local in function:_mesa_remove_dead_code_local
577 removeInst =
601 removeInst[i] = GL_TRUE;
604 rem = remove_instructions(prog, removeInst, mem_ctx);
607 free(removeInst);
710 GLboolean *removeInst; /* per-instruction removal flag */ local in function:_mesa_remove_extra_moves
[all...]

Completed in 7 milliseconds