Searched refs:find_unordered_dependency (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_scoreboard.cpp | 928 find_unordered_dependency(const dependency_list &deps, in find_unordered_dependency() function 960 if (find_unordered_dependency(deps, TGL_SBID_SET, exec_all)) in baked_unordered_dependency_mode() 961 return find_unordered_dependency(deps, TGL_SBID_SET, exec_all); in baked_unordered_dependency_mode() 964 else if (find_unordered_dependency(deps, TGL_SBID_DST, exec_all) && in baked_unordered_dependency_mode() 966 return find_unordered_dependency(deps, TGL_SBID_DST, exec_all); in baked_unordered_dependency_mode() 968 return find_unordered_dependency(deps, TGL_SBID_SRC, exec_all); in baked_unordered_dependency_mode()
|