Searched refs:avail_slots (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.h178 unsigned avail_slots() { return available_slots; } function in class:r600_sb::alu_group_tracker
H A Dsb_sched.cpp1646 unsigned avail_slots = rt.avail_slots(); local in function:r600_sb::post_scheduler::try_add_instruction
1660 if ((slots & avail_slots) != slots) {
1687 allowed_slots &= avail_slots;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.h178 unsigned avail_slots() { return available_slots; } function in class:r600_sb::alu_group_tracker
H A Dsb_sched.cpp1646 unsigned avail_slots = rt.avail_slots(); local in function:r600_sb::post_scheduler::try_add_instruction
1660 if ((slots & avail_slots) != slots) {
1687 allowed_slots &= avail_slots;

Completed in 8 milliseconds