Searched refs:to_mrf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp1291 bool to_mrf = (inst->dst.file == MRF); local in function:brw::vec4_visitor::opt_register_coalesce
1321 if (to_mrf) {
1421 if (to_mrf && scan_inst->mlen > 0) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp1274 bool to_mrf = (inst->dst.file == MRF); local in function:brw::vec4_visitor::opt_register_coalesce
1304 if (to_mrf) {
1404 if (to_mrf && scan_inst->mlen > 0) {

Completed in 41 milliseconds