HomeSort by relevance Sort by last modified time
    Searched refs:pdep_u32 (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
tilingtraits.h 169 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());
TilingFunctions.h 435 newX = pdep_u32(x, xMask);
447 newX = pdep_u32(x, mask);
448 newY = pdep_u32(y, mask);
460 newX = pdep_u32(x, xMask);
461 newY = pdep_u32(y, yMask);
472 newX = pdep_u32(x, mask);
473 newY = pdep_u32(y, mask);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
binner.cpp 630 e0Mask = pdep_u32(e0Mask, 0x00249249);
632 e1Mask = pdep_u32(e1Mask, 0x00492492);
634 e2Mask = pdep_u32(e2Mask, 0x00924924);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdintrin.h 1160 UINT pdep_u32(UINT a, UINT mask) function
    [all...]

Completed in 62 milliseconds