Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_scheduler.cpp328 if (!m_current_block->lds_group_active()) { in schedule_block()
342 assert(!m_current_block->lds_group_active()); in schedule_block()
549 assert(!m_current_block->lds_group_active()); in schedule_alu()
635 assert(!m_current_block->lds_group_active()); in start_new_block()
Dsfn_instr.h207 bool lds_group_active() { return m_lds_group_start != nullptr;} in lds_group_active() function