Searched refs:GFX7_MRF_HACK_START (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp95 compiler->devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF;
H A Dbrw_fs_reg_allocate.cpp646 node_count += BRW_MAX_GRF - GFX7_MRF_HACK_START;
686 GFX7_MRF_HACK_START + i);
H A Dbrw_fs_bank_conflicts.cpp585 const unsigned reg = GFX7_MRF_HACK_START + inst->base_mrf + i;
H A Dbrw_fs_scoreboard.cpp718 r.file == MRF ? &grf_deps[GFX7_MRF_HACK_START + reg] :
H A Dbrw_fs_visitor.cpp1154 this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF;
H A Dbrw_reg.h70 #define GFX7_MRF_HACK_START 112 macro
H A Dbrw_ir_performance.cpp1248 const unsigned i = GFX7_MRF_HACK_START +
H A Dbrw_vec4_visitor.cpp1777 this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF;
H A Dbrw_eu_emit.c84 reg->nr += GFX7_MRF_HACK_START;

Completed in 21 milliseconds