Searched refs:downwards_init (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_scheduler.cpp | 112 DownwardsCursor downwards_init(int current_idx, bool improved_rar, bool may_form_clauses); 180 MoveState::downwards_init(int current_idx, bool improved_rar_, bool may_form_clauses) in downwards_init() function in aco::MoveState 661 DownwardsCursor cursor = ctx.mv.downwards_init(idx, false, false); in schedule_SMEM() 804 DownwardsCursor cursor = ctx.mv.downwards_init(idx, true, true); in schedule_VMEM() 967 DownwardsCursor cursor = ctx.mv.downwards_init(idx, true, false); in schedule_position_export()
|