Searched refs:create_scope (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_liverangeevaluator.cpp | 81 ProgramScope *create_scope(ProgramScope *parent, ProgramScopeType type, 184 m_current_scope = create_scope(m_current_scope, if_branch, m_if_id++, in scope_if() 193 m_current_scope = create_scope(m_current_scope->parent(), else_branch, m_current_scope->id(), in scope_else() 206 m_current_scope = create_scope(m_current_scope, loop_body, m_loop_id++, in scope_loop_begin() 222 ProgramScope *LiveRangeInstrVisitor::create_scope(ProgramScope *parent, ProgramScopeType type, in create_scope() function in r600::LiveRangeInstrVisitor
|
Completed in 2 milliseconds