Home
last modified time | relevance | path

Searched refs:_mesa_free_instructions (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogramopt.c106 _mesa_free_instructions(vprog->Base.Instructions, origLen); in _mesa_insert_mvp_dp4_code()
208 _mesa_free_instructions(vprog->Base.Instructions, origLen); in _mesa_insert_mvp_mad_code()
409 _mesa_free_instructions(fprog->Base.Instructions, origLen); in _mesa_append_fog_code()
629 _mesa_free_instructions(prog->Base.Instructions, in _mesa_nop_fragment_program()
673 _mesa_free_instructions(prog->Base.Instructions, in _mesa_nop_vertex_program()
Dprog_instruction.h436 _mesa_free_instructions(struct prog_instruction *inst, GLuint count);
Dprogram.c389 _mesa_free_instructions(prog->Instructions, prog->NumInstructions); in _mesa_delete_program()
611 _mesa_free_instructions(prog->Instructions, origLen); in _mesa_insert_instructions()
657 _mesa_free_instructions(prog->Instructions, origLen); in _mesa_delete_instructions()
Dprog_instruction.c126 _mesa_free_instructions(struct prog_instruction *inst, GLuint count) in _mesa_free_instructions() function
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c604 _mesa_free_instructions(p->program->Base.Instructions, in emit_op3fn()