Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp327 UINT_32* pCompStart, ///< [in] the first bit position of each component in Int32sToPixel() argument
350 start = pCompStart[i] / 8; in Int32sToPixel()
364 elemMask |= compMask << pCompStart[i]; in Int32sToPixel()
365 value |= (pComps[i] & compMask) << pCompStart[i]; in Int32sToPixel()
Daddrelemlib.h202 UINT_32 numComps, UINT_32* pComps, UINT_32* pCompBits, UINT_32* pCompStart,