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.c193 unsigned reserve_slots) in _mesa_reserve_parameter_storage() argument
197 if (oldNum + reserve_slots > paramList->Size) { in _mesa_reserve_parameter_storage()
199 paramList->Size = paramList->Size + 4 * reserve_slots; in _mesa_reserve_parameter_storage()
Dprog_parameter.h105 unsigned reserve_slots);
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp2012 unsigned reserve_slots = (current_ar ? 1 : 0) + (current_pr ? 1 : 0); in check_clause_limits() local
2014 reserve_slots += (current_idx[0] != NULL) + (current_idx[1] != NULL); in check_clause_limits()
2016 if (slot_count + slots > MAX_ALU_SLOTS - reserve_slots) in check_clause_limits()