Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprogram.h95 _mesa_insert_instructions(struct gl_program *prog, GLuint start, GLuint count);
Dprogram.c354 _mesa_insert_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_insert_instructions() function
Dprogramopt.c567 _mesa_insert_instructions(prog, i, numVaryingReads); in _mesa_remove_output_reads()