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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1371 const uint8_t intfMask = ((1 << intf->colors) - 1) << (intf->reg & 7); local in function:nv50_ir::GCRA::checkInterference
1391 mask &= intfMask;
1399 vd->compound ? vd->compMask : intfMask,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1420 const uint8_t intfMask = ((1 << intf->colors) - 1) << (intf->reg & 7); local in function:nv50_ir::GCRA::checkInterference
1440 mask &= intfMask;
1448 vd->compound ? vd->compMask : intfMask,

Completed in 8 milliseconds