Searched refs:clear_deps_for_inst_src (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs.cpp | 3670 clear_deps_for_inst_src(fs_inst *inst, bool *deps, int first_grf, int grf_len) in clear_deps_for_inst_src() function 3718 clear_deps_for_inst_src(inst, needs_dep, first_write_grf, write_len); in insert_gfx4_pre_send_dependency_workarounds() 3758 clear_deps_for_inst_src(scan_inst, needs_dep, first_write_grf, write_len); in insert_gfx4_pre_send_dependency_workarounds() 3803 clear_deps_for_inst_src(scan_inst, needs_dep, first_write_grf, write_len); in insert_gfx4_post_send_dependency_workarounds()
|