Searched refs:last_halt (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ | ||
| H A D | brw_fs_generator.cpp | 242 brw_inst *last_halt = gen6_HALT(p); local in function:fs_generator::patch_discard_jumps_to_fb_writes 243 brw_inst_set_uip(p->devinfo, last_halt, 1 * scale); 244 brw_inst_set_jip(p->devinfo, last_halt, 1 * scale); |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ | ||
| H A D | brw_fs_generator.cpp | 244 brw_inst *last_halt = brw_HALT(p); local in function:fs_generator::patch_halt_jumps 245 brw_inst_set_uip(p->devinfo, last_halt, 1 * scale); 246 brw_inst_set_jip(p->devinfo, last_halt, 1 * scale); |
Completed in 7 milliseconds