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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
tilingtraits.h 166 INLINE UINT ComputeOffset2D(UINT pitch, UINT x, UINT y)
182 INLINE UINT ComputeOffset2D<TilingTraits<SWR_TILE_MODE_YMAJOR, 32> >(UINT pitch, UINT x, UINT y)
TilingFunctions.h 594 return ComputeOffset2D<TTraits>(pState->pitch, xOffsetBytes, yOffsetRows);

Completed in 200 milliseconds