Home
last modified time | relevance | path

Searched refs:_mesa_alloc_instructions (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogramopt.c74 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()
Dprogram.c500 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()
Dprog_instruction.h425 _mesa_alloc_instructions(GLuint numInst);
Dprog_instruction.c70 _mesa_alloc_instructions(GLuint numInst) in _mesa_alloc_instructions() function
Dnvvertparse.c1375 newInst = _mesa_alloc_instructions(parseState.numInst); in _mesa_parse_nv_vertex_program()
Dnvfragparse.c1543 newInst = _mesa_alloc_instructions(parseState.numInst); in _mesa_parse_nv_fragment_program()
Dprogram_parse.y2755 _mesa_alloc_instructions(state->prog->NumInstructions + 1);
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c266 fp->Base.Instructions = _mesa_alloc_instructions(ic); in get_pixel_transfer_program()
Dst_cb_bitmap.c132 p->Instructions = _mesa_alloc_instructions(p->NumInstructions); in make_bitmap_fragment_program()
Dst_cb_drawpixels.c224 p->Instructions = _mesa_alloc_instructions(p->NumInstructions); in st_make_drawpix_z_stencil_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c594 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()