Searched refs:is_periodic (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_ir_fs.h248 is_periodic(const fs_reg &reg, unsigned n) function in typeref:typename:bool
274 return is_periodic(reg, 1);
H A Dbrw_fs.cpp6326 return !(is_periodic(inst->src[i], lbld.dispatch_width()) ||
6360 } else if (is_periodic(inst->src[i], lbld.dispatch_width())) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_fs.h248 is_periodic(const fs_reg &reg, unsigned n) function in typeref:typename:bool
274 return is_periodic(reg, 1);
H A Dbrw_fs.cpp7639 return !(is_periodic(inst->src[i], lbld.dispatch_width()) ||
7673 } else if (is_periodic(inst->src[i], lbld.dispatch_width())) {

Completed in 25 milliseconds