Searched refs:first_grf (Results 1 – 1 of 1) sorted by relevance
3008 clear_deps_for_inst_src(fs_inst *inst, bool *deps, int first_grf, int grf_len) in clear_deps_for_inst_src() argument3019 if (grf >= first_grf && in clear_deps_for_inst_src()3020 grf < first_grf + grf_len) { in clear_deps_for_inst_src()3021 deps[grf - first_grf] = false; in clear_deps_for_inst_src()3023 deps[grf - first_grf + 1] = false; in clear_deps_for_inst_src()