Searched refs:BRW_MAX_GRF (Results 1 – 9 of 9) sorted by relevance
89 int base_reg_count = BRW_MAX_GRF; in brw_alloc_reg_set()121 struct ra_regs *regs = ra_alloc_reg_set(compiler, BRW_MAX_GRF, false); in brw_alloc_reg_set()618 int reg = BRW_MAX_GRF - size; in setup_inst_interference()646 node_count += BRW_MAX_GRF - GFX7_MRF_HACK_START; in build_interference_graph()
59 #define BRW_MAX_GRF 128 macro409 assert(nr < BRW_MAX_GRF); in brw_reg()
95 compiler->devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF; in brw_vec4_alloc_reg_set()
1063 vec4_instruction *last_grf_write[BRW_MAX_GRF]; in opt_set_dependency_control()1064 uint8_t grf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()1065 vec4_instruction *last_mrf_write[BRW_MAX_GRF]; in opt_set_dependency_control()1066 uint8_t mrf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()
512 partitioning p(BRW_MAX_GRF); in shader_reg_partitioning()
1154 this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF; in init()
707 dependency grf_deps[BRW_MAX_GRF];
75 dependency_id_mrf0 = dependency_id_grf0 + BRW_MAX_GRF,
1777 this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF; in vec4_visitor()