Home
last modified time | relevance | path

Searched refs:_mesa_delete_instructions (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogram.h161 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count);
Dprog_optimize.c198 _mesa_delete_instructions(prog, removeStart, removeCount); in remove_instructions()
206 _mesa_delete_instructions(prog, removeStart, removeCount); in remove_instructions()
Dprogram.c625 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_delete_instructions() function