Searched defs:haz (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_scheduler.cpp | 747 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); in schedule_SMEM() local 798 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true); in schedule_SMEM() local 906 HazardResult haz = in schedule_VMEM() local 968 HazardResult haz = perform_hazard_query(&indep_hq, candidate.get(), true); in schedule_VMEM() local 1078 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true); in schedule_LDS() local 1115 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); in schedule_position_export() local
|