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.c407 s->num_insts++; in rc_get_stats()
430 s.num_insts, s.num_fc_insts, s.num_temp_regs); in print_stats()
445 s.num_insts, s.num_rgb_insts, s.num_alpha_insts, in print_stats()
482 c->initial_num_insts = s.num_insts; in rc_run_compiler()
Dradeon_compiler.h154 unsigned num_insts; member