HomeSort by relevance Sort by last modified time
    Searched full:bankheight (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/amd/addrlib/r800/
egbaddrlib.cpp 539 bankBits = (paddedHeight / 8 / pOut->pTileInfo->bankHeight) & checkMask;
690 * Additional checks, reduce bankHeight/bankWidth if needed and possible
710 if (tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize)
728 tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize;
731 // bankWidth is reduced above, so we need to recalculate bankHeight and ratio
737 // We cannot increase bankHeight so just assert this case.
738 ADDR_ASSERT((pTileInfo->bankHeight % bankHeightAlign) == 0);
757 // Then try reducing bankHeight
758 if (stillGreater && pTileInfo->bankHeight > bankHeightAlign)
760 while (stillGreater && pTileInfo->bankHeight > bankHeightAlign
    [all...]
siaddrlib.cpp     [all...]
ciaddrlib.cpp     [all...]
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_surface.c 412 AddrTileInfoIn.bankHeight = surf->bankh;
474 surf->bankh = AddrSurfInfoOut.pTileInfo->bankHeight;
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_surface.c 446 AddrTileInfoIn.bankHeight = surf->bankh;
515 surf->bankh = AddrSurfInfoOut.pTileInfo->bankHeight;
  /external/mesa3d/src/amd/addrlib/
addrinterface.h 384 * Valid bankWidth/bankHeight value:
398 UINT_32 bankHeight; ///< Number of tiles in the Y direction in the same bank
    [all...]

Completed in 394 milliseconds