Home
last modified time | relevance | path

Searched refs:num_insts (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c409 s->num_insts++; in rc_get_stats()
432 s.num_insts, s.num_fc_insts, s.num_temp_regs); in print_stats()
447 s.num_insts, s.num_rgb_insts, s.num_alpha_insts, in print_stats()
484 c->initial_num_insts = s.num_insts; in rc_run_compiler()
Dradeon_compiler.h153 unsigned num_insts; member