Searched refs:BRW_MAX_GRF (Results 1 – 11 of 11) sorted by relevance
45 assert(reg.nr < BRW_MAX_GRF); in gen8_set_dst()169 assert(reg.nr < BRW_MAX_GRF); in gen8_set_src0()260 assert(reg.nr < BRW_MAX_GRF); in gen8_set_src1()
54 #define BRW_MAX_GRF 128 macro192 assert(nr < BRW_MAX_GRF); in brw_reg()
59 #define BRW_MAX_GRF 128 macro417 assert(nr < BRW_MAX_GRF); in brw_reg()
95 compiler->devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in brw_vec4_alloc_reg_set()
89 int base_reg_count = BRW_MAX_GRF; in brw_alloc_reg_set()764 node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START; in build_interference_graph()
1060 vec4_instruction *last_grf_write[BRW_MAX_GRF]; in opt_set_dependency_control()1061 uint8_t grf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()1062 vec4_instruction *last_mrf_write[BRW_MAX_GRF]; in opt_set_dependency_control()1063 uint8_t mrf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()
512 partitioning p(BRW_MAX_GRF); in shader_reg_partitioning()
962 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in init()
577 dependency grf_deps[BRW_MAX_GRF];
75 dependency_id_mrf0 = dependency_id_grf0 + BRW_MAX_GRF,
1786 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in vec4_visitor()