Searched refs:_mesa_alloc_instructions (Results 1 – 11 of 11) sorted by relevance
74 newInst = _mesa_alloc_instructions(newLen); in _mesa_insert_mvp_dp4_code()143 newInst = _mesa_alloc_instructions(newLen); in _mesa_insert_mvp_mad_code()276 newInst = _mesa_alloc_instructions(newLen); in _mesa_append_fog_code()609 inst = _mesa_alloc_instructions(2); in _mesa_nop_fragment_program()653 inst = _mesa_alloc_instructions(2); in _mesa_nop_vertex_program()
500 clone->Instructions = _mesa_alloc_instructions(prog->NumInstructions); in _mesa_clone_program()594 newInst = _mesa_alloc_instructions(newLen); in _mesa_insert_instructions()643 newInst = _mesa_alloc_instructions(newLen); in _mesa_delete_instructions()740 newInst = _mesa_alloc_instructions(newLength); in _mesa_combine_programs()
425 _mesa_alloc_instructions(GLuint numInst);
70 _mesa_alloc_instructions(GLuint numInst) in _mesa_alloc_instructions() function
1375 newInst = _mesa_alloc_instructions(parseState.numInst); in _mesa_parse_nv_vertex_program()
1543 newInst = _mesa_alloc_instructions(parseState.numInst); in _mesa_parse_nv_fragment_program()
2755 _mesa_alloc_instructions(state->prog->NumInstructions + 1);
266 fp->Base.Instructions = _mesa_alloc_instructions(ic); in get_pixel_transfer_program()
132 p->Instructions = _mesa_alloc_instructions(p->NumInstructions); in make_bitmap_fragment_program()
224 p->Instructions = _mesa_alloc_instructions(p->NumInstructions); in st_make_drawpix_z_stencil_program()
594 newInst = _mesa_alloc_instructions(p->max_inst); in emit_op3fn()1644 p.program->Base.Instructions = _mesa_alloc_instructions(p.max_inst); in create_new_program()