Lines Matching refs:mask
382 u32 mask = exeInfo->inputMask; in GetInputRegisterNum() local
387 if (mask & (1 << i)) in GetInputRegisterNum()
407 u32 mask = exeInfo->outputMask; in GetOutputRegisterNum() local
412 if (mask & (1 << i)) in GetOutputRegisterNum()
432 u32 mask = exeInfo->outputMask; in GetOutputRegisterNum() local
437 if (mask & (1 << i)) in GetOutputRegisterNum()
444 if (pMask) { *pMask = u32(mask); } in GetOutputRegisterNum()
470 u32 mask = exeInfo->outputMask; in GetShaderOutputRegisterNum() local
475 if (mask & (1 << i)) in GetShaderOutputRegisterNum()
482 if (pMask) { *pMask = u32(mask); } in GetShaderOutputRegisterNum()
511 u16 mask; in GetShaderOutputRegisterMap() member
544 if ( ( outmapInfo.mask & ( 1 << j ) ) == 0 ) { continue; } in GetShaderOutputRegisterMap()