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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h97 int rc_get_max_index(
H A Dradeon_pair_regalloc.c762 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1;
767 s.NumTemporaries = rc_get_max_index(cc, RC_FILE_TEMPORARY) + 1;
H A Dradeon_compiler_util.c531 int rc_get_max_index( function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h97 int rc_get_max_index(
H A Dradeon_pair_regalloc.c760 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1;
765 s.NumTemporaries = rc_get_max_index(cc, RC_FILE_TEMPORARY) + 1;
H A Dradeon_compiler_util.c531 int rc_get_max_index( function in typeref:typename:int

Completed in 13 milliseconds