HomeSort by relevance Sort by last modified time
    Searched refs:rc_get_max_index (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 97 int rc_get_max_index(
radeon_pair_regalloc.c 762 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1;
767 s.NumTemporaries = rc_get_max_index(cc, RC_FILE_TEMPORARY) + 1;
radeon_compiler_util.c 531 int rc_get_max_index( function

Completed in 146 milliseconds