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

  /external/mesa3d/src/amd/addrlib/r800/
egbaddrlib.h 315 UINT_32* pBaseAlign, UINT_32* pPitchAlign, UINT_32* pHeightAlign) const;
320 UINT_32* pBaseAlign, UINT_32* pPitchAlign, UINT_32* pHeightAlign) const;
326 UINT_32* pBaseAlign, UINT_32* pPitchAlign, UINT_32* pHeightAlign) const;
egbaddrlib.cpp 595 UINT_32* pBaseAlign, ///< [out] base address alignment in bytes
608 *pBaseAlign = (bpp > 8) ? bpp / 8 : 1;
618 *pBaseAlign = m_pipeInterleaveBytes;
623 *pBaseAlign = 1;
653 UINT_32* pBaseAlign, ///< [out] base address alignment in bytes
663 *pBaseAlign = m_pipeInterleaveBytes;
676 *pBaseAlign = PowTwoAlign(*pBaseAlign, 4096); //Base address MOD 4096 = 0
808 UINT_32* pBaseAlign, ///< [out] base address alignment in bytes
885 *pBaseAlign = pipes
    [all...]
siaddrlib.cpp 816 UINT_32 pBaseAlign;
859 &pBaseAlign);
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
addrlib.h 432 UINT_64* pSliceSize = NULL, UINT_32* pBaseAlign = NULL) const;
440 UINT_32* pBaseAlign = NULL, UINT_32* pBlockMax = NULL) const;
addrlib.cpp     [all...]

Completed in 90 milliseconds