Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.h168 unsigned literal_slot_count() { return (literal_count() + 1) >> 1; }; in literal_slot_count() function
169 unsigned slot_count() { return inst_count() + literal_slot_count(); } in slot_count()