Searched refs:pPixel (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrelemlib.h | 198 AddrDepthFormat format, const ADDR_FLT_32 comps[2], UINT_8 *pPixel) const; 202 const ADDR_FLT_32 comps[4], UINT_8 *pPixel) const; 209 ComponentFlags properties, UINT_32 resultBits, UINT_8* pPixel);
|
H A D | addrelemlib.cpp | 337 UINT_8* pPixel) ///< [out] a depth/stencil pixel value in Int32sToPixel() 361 pPixel[(j+start)^elementXor] = static_cast<UINT_8>(pComps[i] >> (8*j)); in Int32sToPixel() 379 byte = pPixel[i^elementXor] & ~(elemMask >> (8*i)); in Int32sToPixel() 380 pPixel[i^elementXor] = static_cast<UINT_8>(byte | ((elemMask & value) >> (8*i))); in Int32sToPixel() 399 UINT_8* pPixel ///< [out] depth pixel value in Flt32ToDepthPixel() 450 Int32sToPixel(2, values, fmt.compBit, fmt.compStart, properties, resultBits, pPixel ); in Flt32ToDepthPixel() 470 UINT_8* pPixel ///< [out] a red/green/blue/alpha pixel value in Flt32ToColorPixel() 537 properties, resultBits, pPixel); in Flt32ToColorPixel() 330 Int32sToPixel( UINT_32 numComps, UINT_32* pComps, UINT_32* pCompBits, UINT_32* pCompStart, ComponentFlags properties, UINT_32 resultBits, UINT_8* pPixel) Int32sToPixel() argument
|
H A D | addrlib.cpp | 537 GetElemLib()->Flt32ToDepthPixel(pIn->format, pIn->comps, pOut->pPixel); in Flt32ToDepthPixel() 619 pOut->pPixel); in Flt32ToColorPixel()
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 1879 UINT_8* pPixel; ///< Real depth value. Same data type as depth buffer. member 1938 UINT_8* pPixel; ///< Real color value. Same data type as color buffer. member
|
Completed in 11 milliseconds