Home
last modified time | relevance | path

Searched refs:rc_get_max_index (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h63 int rc_get_max_index(struct radeon_compiler *c, rc_register_file file);
Dradeon_pair_regalloc.c360 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1; in rc_pair_regalloc()
364 s.NumTemporaries = rc_get_max_index(cc, RC_FILE_TEMPORARY) + 1; in rc_pair_regalloc()
Dradeon_compiler_util.c536 rc_get_max_index(struct radeon_compiler *c, rc_register_file file) in rc_get_max_index() function