Searched refs:add_to_hazard_query (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_scheduler.cpp | 409 void add_to_hazard_query(hazard_query *query, Instruction *instr) in add_to_hazard_query() function 540 add_to_hazard_query(&hq, current); in schedule_SMEM() 571 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM() 578 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM() 629 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM() 641 add_to_hazard_query(&hq, candidate.get()); in schedule_SMEM() 669 add_to_hazard_query(&indep_hq, current); in schedule_VMEM() 711 add_to_hazard_query(&indep_hq, candidate.get()); in schedule_VMEM() 712 add_to_hazard_query(&clause_hq, candidate.get()); in schedule_VMEM() 720 add_to_hazard_query(&indep_hq, candidate.get()); in schedule_VMEM() [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 3912 - aco: add missing add_to_hazard_query
|