Searched refs:BRW_MAX_GRF (Results 1 – 7 of 7) sorted by relevance
59 #define BRW_MAX_GRF 128 macro358 assert(nr < BRW_MAX_GRF); in brw_reg()
79 int base_reg_count = BRW_MAX_GRF; in brw_alloc_reg_set()550 node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START; in assign_regs()
1052 vec4_instruction *last_grf_write[BRW_MAX_GRF]; in opt_set_dependency_control()1053 uint8_t grf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()1054 vec4_instruction *last_mrf_write[BRW_MAX_GRF]; in opt_set_dependency_control()1055 uint8_t mrf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()
95 compiler->devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in brw_vec4_alloc_reg_set()
512 partitioning p(BRW_MAX_GRF); in shader_reg_partitioning()
887 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in init()
1884 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in vec4_visitor()