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/common/
intrin.h 61 UINT pdep_u32(UINT a, UINT mask) function
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
binner.cpp     [all...]

Completed in 125 milliseconds