Searched refs:FIRST_PULL_LOAD_MRF (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu.h1258 #define FIRST_PULL_LOAD_MRF(gen) ((gen) == 6 ? 16 : 13) macro
H A Dbrw_vec4_visitor.cpp834 pull->base_mrf = FIRST_PULL_LOAD_MRF(devinfo->gen) + 1;
H A Dbrw_fs.cpp3758 inst->base_mrf = FIRST_PULL_LOAD_MRF(devinfo->gen) + 1;
5525 const fs_reg payload(MRF, FIRST_PULL_LOAD_MRF(devinfo->gen),
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.h1938 #define FIRST_PULL_LOAD_MRF(gen) ((gen) == 6 ? 16 : 13) macro
H A Dbrw_vec4_visitor.cpp765 pull->base_mrf = FIRST_PULL_LOAD_MRF(devinfo->ver) + 1;
H A Dbrw_fs.cpp3945 inst->base_mrf = FIRST_PULL_LOAD_MRF(devinfo->ver) + 1;
6667 const fs_reg payload(MRF, FIRST_PULL_LOAD_MRF(devinfo->ver),

Completed in 30 milliseconds