Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp5464 int ip = 0, max_pressure = 0; in dump_instructions() local
5466 max_pressure = MAX2(max_pressure, regs_live_at_ip[ip]); in dump_instructions()
5471 fprintf(file, "Maximum %3d registers live at once.\n", max_pressure); in dump_instructions()