Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp95 compiler->devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF; in brw_vec4_alloc_reg_set()
H A Dbrw_fs_reg_allocate.cpp651 node_count += BRW_MAX_GRF - GFX7_MRF_HACK_START; in build_interference_graph()
691 GFX7_MRF_HACK_START + i); in build_interference_graph()
H A Dbrw_fs_bank_conflicts.cpp585 const unsigned reg = GFX7_MRF_HACK_START + inst->base_mrf + i; in foreach_block_and_inst()
H A Dbrw_reg.h70 #define GFX7_MRF_HACK_START 112 macro
H A Dbrw_ir_performance.cpp1252 const unsigned i = GFX7_MRF_HACK_START + in reg_dependency_id()
H A Dbrw_fs_visitor.cpp1192 this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF; in init()
H A Dbrw_fs_scoreboard.cpp749 r.file == MRF ? &grf_deps[GFX7_MRF_HACK_START + reg] :
H A Dbrw_vec4_visitor.cpp1378 this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF; in vec4_visitor()
H A Dbrw_eu_emit.c84 reg->nr += GFX7_MRF_HACK_START; in gfx7_convert_mrf_to_grf()

Completed in 19 milliseconds