Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c1089 struct schedule_instruction * max_inst = NULL; in emit_instruction() local
1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list); in emit_instruction()
1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list); in emit_instruction()
1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list); in emit_instruction()
1124 remove_inst_from_list(max_list, max_inst); in emit_instruction()
1125 rc_insert_instruction(before->Prev, max_inst->Instruction); in emit_instruction()
1126 commit_alu_instruction(s, max_inst); in emit_instruction()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c308 GLuint max_inst; /** number of instructions allocated for program */ member
580 assert(p->program->arb.NumInstructions <= p->max_inst); in emit_op3fn()
582 if (p->program->arb.NumInstructions == p->max_inst) { in emit_op3fn()
587 p->max_inst *= 2; in emit_op3fn()
590 rzalloc_array(p->program, struct prog_instruction, p->max_inst); in emit_op3fn()
1634 p.max_inst = 32; in create_new_program()
1636 rzalloc_array(program, struct prog_instruction, p.max_inst); in create_new_program()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c961 unsigned nr_of_idct_render_targets, max_inst; in init_idct() local
972 max_inst = dec->context->screen->get_shader_param in init_idct()
978 if (nr_of_idct_render_targets >= 4 && max_inst >= 32*4) in init_idct()