Home
last modified time | relevance | path

Searched refs:reserve_slots (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_parameter.c197 unsigned reserve_slots) in _mesa_reserve_parameter_storage() argument
201 if (oldNum + reserve_slots > paramList->Size) { in _mesa_reserve_parameter_storage()
203 paramList->Size = paramList->Size + 4 * reserve_slots; in _mesa_reserve_parameter_storage()
Dprog_parameter.h158 unsigned reserve_slots);
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp2044 unsigned reserve_slots = (current_ar ? 1 : 0) + (current_pr ? 1 : 0); in check_clause_limits() local
2046 reserve_slots += (current_idx[0] != NULL) + (current_idx[1] != NULL); in check_clause_limits()
2049 reserve_slots += 60; in check_clause_limits()
2051 if (slot_count + slots > MAX_ALU_SLOTS - reserve_slots) in check_clause_limits()