Searched refs:reserve_slots (Results 1 – 3 of 3) sorted by relevance
193 unsigned reserve_slots) in _mesa_reserve_parameter_storage() argument197 if (oldNum + reserve_slots > paramList->Size) { in _mesa_reserve_parameter_storage()199 paramList->Size = paramList->Size + 4 * reserve_slots; in _mesa_reserve_parameter_storage()
104 unsigned reserve_slots);
2037 unsigned reserve_slots = (current_ar ? 1 : 0) + (current_pr ? 1 : 0); in check_clause_limits() local2039 reserve_slots += (current_idx[0] != NULL) + (current_idx[1] != NULL); in check_clause_limits()2042 reserve_slots += 60; in check_clause_limits()2044 if (slot_count + slots > MAX_ALU_SLOTS - reserve_slots) in check_clause_limits()