| /xsrc/external/mit/MesaLib.old/dist/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 | 338 UINT_8* pPixel) ///< [out] a depth/stencil pixel value 361 pPixel[(j+start)^elementXor] = static_cast<UINT_8>(pComps[i] >> (8*j)); 379 byte = pPixel[i^elementXor] & ~(elemMask >> (8*i)); 380 pPixel[i^elementXor] = static_cast<UINT_8>(byte | ((elemMask & value) >> (8*i))); 399 UINT_8* pPixel ///< [out] depth pixel value 450 Int32sToPixel(2, values, fmt.compBit, fmt.compStart, properties, resultBits, pPixel ); 470 UINT_8* pPixel ///< [out] a red/green/blue/alpha pixel value 537 properties, resultBits, pPixel); 331 Int32sToPixel(UINT_32 numComps,UINT_32 * pComps,UINT_32 * pCompBits,UINT_32 * pCompStart,ComponentFlags properties,UINT_32 resultBits,UINT_8 * pPixel) argument
|
| H A D | addrlib.cpp | 519 GetElemLib()->Flt32ToDepthPixel(pIn->format, pIn->comps, pOut->pPixel); 601 pOut->pPixel);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/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 | 338 UINT_8* pPixel) ///< [out] a depth/stencil pixel value 361 pPixel[(j+start)^elementXor] = static_cast<UINT_8>(pComps[i] >> (8*j)); 379 byte = pPixel[i^elementXor] & ~(elemMask >> (8*i)); 380 pPixel[i^elementXor] = static_cast<UINT_8>(byte | ((elemMask & value) >> (8*i))); 399 UINT_8* pPixel ///< [out] depth pixel value 450 Int32sToPixel(2, values, fmt.compBit, fmt.compStart, properties, resultBits, pPixel ); 470 UINT_8* pPixel ///< [out] a red/green/blue/alpha pixel value 537 properties, resultBits, pPixel); 331 Int32sToPixel(UINT_32 numComps,UINT_32 * pComps,UINT_32 * pCompBits,UINT_32 * pCompStart,ComponentFlags properties,UINT_32 resultBits,UINT_8 * pPixel) argument
|
| H A D | addrlib.cpp | 519 GetElemLib()->Flt32ToDepthPixel(pIn->format, pIn->comps, pOut->pPixel); 601 pOut->pPixel);
|
| /xsrc/external/mit/MesaLib/dist/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 | 338 UINT_8* pPixel) ///< [out] a depth/stencil pixel value 362 pPixel[(j+start)^elementXor] = static_cast<UINT_8>(pComps[i] >> (8*j)); 380 byte = pPixel[i^elementXor] & ~(elemMask >> (8*i)); 381 pPixel[i^elementXor] = static_cast<UINT_8>(byte | ((elemMask & value) >> (8*i))); 400 UINT_8* pPixel ///< [out] depth pixel value 451 Int32sToPixel(2, values, fmt.compBit, fmt.compStart, properties, resultBits, pPixel ); 471 UINT_8* pPixel ///< [out] a red/green/blue/alpha pixel value 538 properties, resultBits, pPixel); 331 Int32sToPixel(UINT_32 numComps,UINT_32 * pComps,UINT_32 * pCompBits,UINT_32 * pCompStart,ComponentFlags properties,UINT_32 resultBits,UINT_8 * pPixel) argument
|
| H A D | addrlib.cpp | 532 GetElemLib()->Flt32ToDepthPixel(pIn->format, pIn->comps, pOut->pPixel); 614 pOut->pPixel);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | Convert.h | 370 typename FormatTraits<DstFormat>::FormatT* pPixel = (typename FormatTraits<DstFormat>::FormatT*)pDstPixel; local in function:ConvertPixelFromFloat 375 pPixel->a = outColor[3]; 377 pPixel->b = outColor[2]; 379 pPixel->g = outColor[1]; 381 pPixel->r = outColor[0]; 400 typename FormatTraits<SrcFormat>::FormatT* pPixel = (typename FormatTraits<SrcFormat>::FormatT*)pSrc; local in function:ConvertPixelToFloat 413 srcColor[3] = pPixel->a; 415 srcColor[2] = pPixel->b; 417 srcColor[1] = pPixel->g; 419 srcColor[0] = pPixel [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | Convert.h | 370 typename FormatTraits<DstFormat>::FormatT* pPixel = (typename FormatTraits<DstFormat>::FormatT*)pDstPixel; local in function:ConvertPixelFromFloat 375 pPixel->a = outColor[3]; 377 pPixel->b = outColor[2]; 379 pPixel->g = outColor[1]; 381 pPixel->r = outColor[0]; 400 typename FormatTraits<SrcFormat>::FormatT* pPixel = (typename FormatTraits<SrcFormat>::FormatT*)pSrc; local in function:ConvertPixelToFloat 413 srcColor[3] = pPixel->a; 415 srcColor[2] = pPixel->b; 417 srcColor[1] = pPixel->g; 419 srcColor[0] = pPixel [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 185 Pixel* /* pPixel */, 1180 xrgb *prgb, Pixel *pPixel, int channel, 1187 if ((pixel = *pPixel) >= size) 1207 *pPixel = pixel; 1214 * Starts looking at pentFirst + *pPixel, so if you want a specific pixel, 1215 * load *pPixel with that value, otherwise set it to 0 1219 Pixel *pPixel, int channel, int client, 1231 if((pixel = *pPixel) >= size) 1242 *pPixel = pixel; 1246 *pPixel << 1179 FindColorInRootCmap(ColormapPtr pmap,EntryPtr pentFirst,int size,xrgb * prgb,Pixel * pPixel,int channel,ColorCompareProcPtr comp) argument 1218 FindColor(ColormapPtr pmap,EntryPtr pentFirst,int size,xrgb * prgb,Pixel * pPixel,int channel,int client,ColorCompareProcPtr comp) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 170 Pixel * /* pPixel */ , 756 * Starts looking at pentFirst + *pPixel, so if you want a specific pixel, 757 * load *pPixel with that value, otherwise set it to 0 761 Pixel * pPixel, int channel, int client, ColorCompareProcPtr comp) 772 if ((pixel = *pPixel) >= size) 780 *pPixel = pixel; 783 *pPixel <<= pmap->pVisual->offsetRed; 787 *pPixel <<= pmap->pVisual->offsetGreen; 790 *pPixel <<= pmap->pVisual->offsetBlue; 872 *pPixel 760 FindColor(ColormapPtr pmap,EntryPtr pentFirst,int size,xrgb * prgb,Pixel * pPixel,int channel,int client,ColorCompareProcPtr comp) argument 1281 FindColorInRootCmap(ColormapPtr pmap,EntryPtr pentFirst,int size,xrgb * prgb,Pixel * pPixel,int channel,ColorCompareProcPtr comp) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 1845 UINT_8* pPixel; ///< Real depth value. Same data type as depth buffer. member in struct:_ELEM_FLT32TODEPTHPIXEL_OUTPUT 1902 UINT_8* pPixel; ///< Real color value. Same data type as color buffer. member in struct:_ELEM_FLT32TOCOLORPIXEL_OUTPUT
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 1880 UINT_8* pPixel; ///< Real depth value. Same data type as depth buffer. member in struct:_ELEM_FLT32TODEPTHPIXEL_OUTPUT 1939 UINT_8* pPixel; ///< Real color value. Same data type as color buffer. member in struct:_ELEM_FLT32TOCOLORPIXEL_OUTPUT
|