Searched refs:clear_deps_for_inst_src (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs.cpp | 3008 clear_deps_for_inst_src(fs_inst *inst, bool *deps, int first_grf, int grf_len) in clear_deps_for_inst_src() function 3056 clear_deps_for_inst_src(inst, needs_dep, first_write_grf, write_len); in insert_gen4_pre_send_dependency_workarounds() 3096 clear_deps_for_inst_src(scan_inst, needs_dep, first_write_grf, write_len); in insert_gen4_pre_send_dependency_workarounds() 3141 clear_deps_for_inst_src(scan_inst, needs_dep, first_write_grf, write_len); in insert_gen4_post_send_dependency_workarounds()
|