Searched refs:nib_ctl (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm.c1534 const unsigned nib_ctl = devinfo->gen < 7 ? 0 : local in function:qtr_ctrl
1537 if (exec_size < 8 || nib_ctl) {
1538 format(file, " %dN", qtr_ctl * 2 + nib_ctl + 1);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_disasm.c1755 const unsigned nib_ctl = devinfo->ver < 7 ? 0 : local in function:qtr_ctrl
1758 if (exec_size < 8 || nib_ctl) {
1759 format(file, " %dN", qtr_ctl * 2 + nib_ctl + 1);

Completed in 7 milliseconds