Home
last modified time | relevance | path

Searched refs:first_grf (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp3008 clear_deps_for_inst_src(fs_inst *inst, bool *deps, int first_grf, int grf_len) in clear_deps_for_inst_src() argument
3019 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()