Home
last modified time | relevance | path

Searched refs:extraXorBits (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp2436 const UINT_32 extraXorBits = 16; in HwlComputeThinEquation() local
2437 ADDR_ASSERT(extraXorBits >= maxXorBits - blockSizeLog2); in HwlComputeThinEquation()
2438 ADDR_CHANNEL_SETTING xorExtra[extraXorBits] = {}; in HwlComputeThinEquation()
2596 const UINT_32 extraXorBits = 24; in HwlComputeThickEquation() local
2597 ADDR_ASSERT(extraXorBits >= maxXorBits - blockSizeLog2); in HwlComputeThickEquation()
2598 ADDR_CHANNEL_SETTING xorExtra[extraXorBits] = {}; in HwlComputeThickEquation()