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

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h70 int rc_get_max_index(
H A Dradeon_pair_regalloc.c726 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1;
731 s.NumTemporaries = rc_get_max_index(cc, RC_FILE_TEMPORARY) + 1;
H A Dradeon_compiler_util.c531 int rc_get_max_index( function

Completed in 31 milliseconds