Searched refs:available_sgprs (Results 1 – 1 of 1) sorted by relevance
632 uint32_t available_sgprs = ctx->options->chip_class >= GFX9 ? 32 : 16; in allocate_user_sgprs() local633 uint32_t remaining_sgprs = available_sgprs - user_sgpr_info->sgpr_count; in allocate_user_sgprs()