Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp514 ra_set_node_reg(g, first_mrf_node + i, GEN7_MRF_HACK_START + i); in setup_mrf_hack_interference()
550 node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START; in assign_regs()
Dbrw_vec4_reg_allocate.cpp95 compiler->devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in brw_vec4_alloc_reg_set()
Dbrw_fs_bank_conflicts.cpp565 const unsigned reg = GEN7_MRF_HACK_START + inst->base_mrf + i; in shader_reg_constraints()
Dbrw_reg.h70 #define GEN7_MRF_HACK_START 112 macro
Dbrw_fs_visitor.cpp887 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in init()
Dbrw_vec4_visitor.cpp1884 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in vec4_visitor()
Dbrw_eu_emit.c83 reg->nr += GEN7_MRF_HACK_START; in gen7_convert_mrf_to_grf()