Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c364 (int)index > s->num_temp_regs ? s->num_temp_regs = index : 0; in reg_count_callback()
413 s->num_temp_regs++; in rc_get_stats()
432 s.num_insts, s.num_fc_insts, s.num_temp_regs); in print_stats()
449 s.num_omod_ops, s.num_temp_regs, s.num_inline_literals); in print_stats()
Dradeon_compiler.h159 unsigned num_temp_regs; member