Searched refs:_mesa_free_instructions (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | programopt.c | 106 _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()
|
D | prog_instruction.h | 436 _mesa_free_instructions(struct prog_instruction *inst, GLuint count);
|
D | program.c | 389 _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()
|
D | prog_instruction.c | 126 _mesa_free_instructions(struct prog_instruction *inst, GLuint count) in _mesa_free_instructions() function
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 604 _mesa_free_instructions(p->program->Base.Instructions, in emit_op3fn()
|