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

  /external/mesa3d/src/amd/addrlib/r800/
siaddrlib.cpp 929 UINT_64 addrInBits = totalOffset % (m_pipeInterleaveBytes * 8) +
930 pipe * (m_pipeInterleaveBytes * 8) +
931 totalOffset / (m_pipeInterleaveBytes * 8) * (m_pipeInterleaveBytes * 8) * numPipes;
    [all...]
egbaddrlib.cpp 618 *pBaseAlign = m_pipeInterleaveBytes;
663 *pBaseAlign = m_pipeInterleaveBytes;
733 m_pipeInterleaveBytes * m_bankInterleave /
743 m_pipeInterleaveBytes * m_bankInterleave /
838 m_pipeInterleaveBytes * m_bankInterleave /
850 m_pipeInterleaveBytes * m_bankInterleave /
    [all...]
ciaddrlib.cpp 230 UINT_32 fastClearBaseAlign = HwlGetPipes(&pIn->tileInfo) * m_pipeInterleaveBytes;
248 m_pipeInterleaveBytes;
259 UINT_64 dccRamSizeAlign = HwlGetPipes(&pIn->tileInfo) * m_pipeInterleaveBytes;
309 m_pipeInterleaveBytes,
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
addrlib.cpp 137 m_pipeInterleaveBytes(0),
163 m_pipeInterleaveBytes(0),
    [all...]
addrlib.h 678 UINT_32 m_pipeInterleaveBytes;

Completed in 435 milliseconds