Searched refs:BRW_MAX_GRF (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp89 int base_reg_count = BRW_MAX_GRF;
121 struct ra_regs *regs = ra_alloc_reg_set(compiler, BRW_MAX_GRF, false);
618 int reg = BRW_MAX_GRF - size;
646 node_count += BRW_MAX_GRF - GFX7_MRF_HACK_START;
H A Dbrw_vec4_reg_allocate.cpp95 compiler->devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF;
H A Dbrw_reg.h59 #define BRW_MAX_GRF 128 macro
409 assert(nr < BRW_MAX_GRF);
H A Dbrw_fs_bank_conflicts.cpp512 partitioning p(BRW_MAX_GRF);
H A Dbrw_vec4.cpp1063 vec4_instruction *last_grf_write[BRW_MAX_GRF];
1064 uint8_t grf_channels_written[BRW_MAX_GRF];
1065 vec4_instruction *last_mrf_write[BRW_MAX_GRF];
1066 uint8_t mrf_channels_written[BRW_MAX_GRF];
H A Dbrw_fs_scoreboard.cpp707 dependency grf_deps[BRW_MAX_GRF];
H A Dbrw_fs_visitor.cpp1154 this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF;
H A Dbrw_ir_performance.cpp75 dependency_id_mrf0 = dependency_id_grf0 + BRW_MAX_GRF,
H A Dbrw_vec4_visitor.cpp1777 this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START : BRW_MAX_GRF;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_eu.c335 assert(reg.nr < BRW_MAX_GRF);
447 assert(reg.nr < BRW_MAX_GRF);
519 assert(reg.nr < BRW_MAX_GRF);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen8_eu.c335 assert(reg.nr < BRW_MAX_GRF);
447 assert(reg.nr < BRW_MAX_GRF);
519 assert(reg.nr < BRW_MAX_GRF);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp95 compiler->devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF;
H A Dbrw_fs_reg_allocate.cpp79 int base_reg_count = BRW_MAX_GRF;
550 node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START;
H A Dbrw_reg.h59 #define BRW_MAX_GRF 128 macro
416 assert(nr < BRW_MAX_GRF);
H A Dbrw_fs_bank_conflicts.cpp512 partitioning p(BRW_MAX_GRF);
H A Dbrw_vec4.cpp1079 vec4_instruction *last_grf_write[BRW_MAX_GRF];
1080 uint8_t grf_channels_written[BRW_MAX_GRF];
1081 vec4_instruction *last_mrf_write[BRW_MAX_GRF];
1082 uint8_t mrf_channels_written[BRW_MAX_GRF];
H A Dbrw_fs_visitor.cpp1045 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF;
H A Dbrw_vec4_visitor.cpp1889 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.h62 #define BRW_MAX_GRF 128 macro
1232 assert(nr < BRW_MAX_GRF);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.h62 #define BRW_MAX_GRF 128 macro
1232 assert(nr < BRW_MAX_GRF);

Completed in 43 milliseconds