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.h98 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count,
Dprog_optimize.c188 _mesa_delete_instructions(prog, removeStart, removeCount, mem_ctx); in remove_instructions()
196 _mesa_delete_instructions(prog, removeStart, removeCount, mem_ctx); in remove_instructions()
Dprogram.c403 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count, in _mesa_delete_instructions() function