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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 154 unsigned num_insts; member in struct:rc_program_stats
radeon_compiler.c 407 s->num_insts++;
430 s.num_insts, s.num_fc_insts, s.num_temp_regs);
445 s.num_insts, s.num_rgb_insts, s.num_alpha_insts,
482 c->initial_num_insts = s.num_insts;

Completed in 57 milliseconds