Searched refs:pdep_u32 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A Dtilingtraits.h169 UINT xSwizzle = pdep_u32(x, TTraits::GetPdepX());
170 UINT ySwizzle = pdep_u32(y, TTraits::GetPdepY());
204 UINT xSwizzle = pdep_u32(x, TTraits::GetPdepX());
205 UINT ySwizzle = pdep_u32(y, TTraits::GetPdepY());
H A DTilingFunctions.h433 newX = pdep_u32(x, xMask);
445 newX = pdep_u32(x, mask);
446 newY = pdep_u32(y, mask);
458 newX = pdep_u32(x, xMask);
459 newY = pdep_u32(y, yMask);
470 newX = pdep_u32(x, mask);
471 newY = pdep_u32(y, mask);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A Dtilingtraits.h169 UINT xSwizzle = pdep_u32(x, TTraits::GetPdepX());
170 UINT ySwizzle = pdep_u32(y, TTraits::GetPdepY());
204 UINT xSwizzle = pdep_u32(x, TTraits::GetPdepX());
205 UINT ySwizzle = pdep_u32(y, TTraits::GetPdepY());
H A DTilingFunctions.h434 newX = pdep_u32(x, xMask);
446 newX = pdep_u32(x, mask);
447 newY = pdep_u32(y, mask);
459 newX = pdep_u32(x, xMask);
460 newY = pdep_u32(y, yMask);
471 newX = pdep_u32(x, mask);
472 newY = pdep_u32(y, mask);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dintrin.h64 UINT pdep_u32(UINT a, UINT mask) function in typeref:typename:INLINE UINT
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dintrin.h64 UINT pdep_u32(UINT a, UINT mask) function in typeref:typename:INLINE UINT
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dtilemgr.h130 return pdep_u32(x, 0x55555555) | pdep_u32(y, 0xAAAAAAAA);
H A Dbinner.cpp850 e0Mask = pdep_u32(e0Mask, 0x00249249);
853 e1Mask = pdep_u32(e1Mask, 0x00492492);
856 e2Mask = pdep_u32(e2Mask, 0x00924924);

Completed in 9 milliseconds