HomeSort by relevance Sort by last modified time
    Searched refs:rc_remove_instruction (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 75 rc_remove_instruction(loop->BeginLoop);
76 rc_remove_instruction(loop->EndLoop);
309 rc_remove_instruction(loop->Cond);
310 rc_remove_instruction(loop->If);
311 rc_remove_instruction(loop->Brk);
312 rc_remove_instruction(loop->EndIf);
466 rc_remove_instruction(loop->Brk);
467 rc_remove_instruction(loop->EndIf);
radeon_program_alu.c 236 rc_remove_instruction(inst);
256 rc_remove_instruction(inst);
272 rc_remove_instruction(inst);
287 rc_remove_instruction(inst);
298 rc_remove_instruction(inst);
311 rc_remove_instruction(inst);
321 rc_remove_instruction(inst);
339 rc_remove_instruction(inst);
422 rc_remove_instruction(inst);
437 rc_remove_instruction(inst)
    [all...]
radeon_program.h 206 void rc_remove_instruction(struct rc_instruction * inst);
radeon_emulate_branches.c 229 rc_remove_instruction(branch->If);
231 rc_remove_instruction(branch->Else);
232 rc_remove_instruction(inst);
radeon_program.c 202 void rc_remove_instruction(struct rc_instruction * inst) function
radeon_optimize.c 169 rc_remove_instruction(inst_mov);
593 rc_remove_instruction(inst_add);
658 rc_remove_instruction(inst_add);
830 rc_remove_instruction(inst_mul);
radeon_vert_fc.c 256 rc_remove_instruction(to_delete);
radeon_dataflow_deadcode.c 337 rc_remove_instruction(todelete);

Completed in 315 milliseconds