Lines Matching refs:mask
418 u32 mask = exeInfo->inputMask; in GetInputRegisterNum() local
423 if (mask & (1 << i)) in GetInputRegisterNum()
443 u32 mask = exeInfo->outputMask; in GetOutputRegisterNum() local
448 if (mask & (1 << i)) in GetOutputRegisterNum()
468 u32 mask = exeInfo->outputMask; in GetOutputRegisterNum() local
473 if (mask & (1 << i)) in GetOutputRegisterNum()
480 if (pMask) { *pMask = u32(mask); } in GetOutputRegisterNum()
506 u32 mask = exeInfo->outputMask; in GetShaderOutputRegisterNum() local
511 if (mask & (1 << i)) in GetShaderOutputRegisterNum()
518 if (pMask) { *pMask = u32(mask); } in GetShaderOutputRegisterNum()
547 u16 mask; in GetShaderOutputRegisterMap() member
580 if ( ( outmapInfo.mask & ( 1 << j ) ) == 0 ) { continue; } in GetShaderOutputRegisterMap()