Lines Matching refs:mask
416 u32 mask = exeInfo->inputMask; in GetInputRegisterNum() local
421 if (mask & (1 << i)) in GetInputRegisterNum()
441 u32 mask = exeInfo->outputMask; in GetOutputRegisterNum() local
446 if (mask & (1 << i)) in GetOutputRegisterNum()
466 u32 mask = exeInfo->outputMask; in GetOutputRegisterNum() local
471 if (mask & (1 << i)) in GetOutputRegisterNum()
478 if (pMask) { *pMask = u32(mask); } in GetOutputRegisterNum()
504 u32 mask = exeInfo->outputMask; in GetShaderOutputRegisterNum() local
509 if (mask & (1 << i)) in GetShaderOutputRegisterNum()
516 if (pMask) { *pMask = u32(mask); } in GetShaderOutputRegisterNum()
545 u16 mask; in GetShaderOutputRegisterMap() member
578 if ( ( outmapInfo.mask & ( 1 << j ) ) == 0 ) { continue; } in GetShaderOutputRegisterMap()