Searched defs:pDst (Results 1 - 25 of 33) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_conversion.h144 INLINE void StoreSOA(const simdvector &src, uint8_t *pDst) argument
162 _simd_store_ps((float*)(pDst + comp*sizeof(simdscalar)), vComp);
190 FormatTraits<DstFormat>::storeSOA(comp, pDst, vComp);
192 pDst += (FormatTraits<DstFormat>::GetBPC(comp) * KNOB_SIMD_WIDTH) / 8;
312 INLINE void StoreSOA(const simd16vector &src, uint8_t *pDst) argument
330 _simd16_store_ps(reinterpret_cast<float *>(pDst + comp * sizeof(simd16scalar)), vComp);
358 FormatTraits<DstFormat>::storeSOA(comp, pDst, vComp);
360 pDst += (FormatTraits<DstFormat>::GetBPC(comp) * KNOB_SIMD16_WIDTH) / 8;
H A Dblend.h281 void Blend(const SWR_BLEND_STATE *pBlendState, const SWR_RENDER_TARGET_BLEND_STATE *pState, simdvector &src, simdvector& src1, BYTE *pDst, simdvector &result) argument
285 LoadSOA<KNOB_COLOR_HOT_TILE_FORMAT>(pDst, dst);
H A Dfifo.hpp108 float* pDst = (float*)&mCurBlock[mTail]; local
113 _simd_stream_ps(pDst + i*KNOB_SIMD_WIDTH, vSrc);
H A Dapi.cpp422 auto pDst = GetDrawState(pContext); local
423 SWR_ASSERT(pStateBlock && memSize >= sizeof(*pDst));
425 memcpy(pDst, pStateBlock, sizeof(*pDst));
H A Dformat_types.h40 static void storeSOA(uint8_t *pDst, simdscalar src) = delete;
45 static void storeSOA(uint8_t *pDst, simd16scalar src) = delete;
60 static void storeSOA(uint8_t *pDst, simdscalar src) { return; } argument
65 static void storeSOA(uint8_t *pDst, simd16scalar src) { return; } argument
90 static void storeSOA(uint8_t *pDst, simdscalar src) argument
94 _mm_storel_pd((double*)pDst, _mm_castps_pd(_mm256_castps256_ps128(src)));
146 static void storeSOA(uint8_t *pDst, simd16scalar src) argument
149 _mm_store_ps(reinterpret_cast<float *>(pDst), _mm256_castps256_ps128(_simd16_extract_ps(src, 0)));
204 static void storeSOA(uint8_t *pDst, simdscalar src) argument
208 _mm_storel_pd((double*)pDst, _mm_castps_p
261 storeSOA(uint8_t *pDst, simd16scalar src) argument
319 storeSOA(uint8_t *pDst, simdscalar src) argument
372 storeSOA(uint8_t *pDst, simd16scalar src) argument
417 storeSOA(uint8_t *pDst, simdscalar src) argument
471 storeSOA(uint8_t *pDst, simd16scalar src) argument
506 storeSOA(uint8_t *pDst, simdscalar src) argument
516 storeSOA(uint8_t *pDst, simd16scalar src) argument
995 uint32_t *pDst = (uint32_t*)&vDst; local
1369 storeSOA(uint32_t comp, uint8_t *pDst, simdscalar src) argument
1459 storeSOA(uint32_t comp, uint8_t *pDst, simd16scalar src) argument
[all...]
H A Dutils.h266 /// @param pDst - output data in AOS form
267 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) argument
269 memcpy(pDst, pSrc, (bpp * KNOB_SIMD_WIDTH) / 8);
273 INLINE static void Transpose_16(const uint8_t* pSrc, uint8_t* pDst) argument
275 memcpy(pDst, pSrc, (bpp * KNOB_SIMD16_WIDTH) / 8);
288 /// @param pDst - output data in AOS form
289 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) argument
303 _mm_store_si128((__m128i*)pDst, c0123lo);
304 _mm_store_si128((__m128i*)(pDst + 16), c0123hi);
312 _simd_store_si((simdscalari*)pDst, ds
320 Transpose_16(const uint8_t* pSrc, uint8_t* pDst) argument
368 Transpose(const uint8_t* pSrc, uint8_t* pDst) argument
383 Transpose_16(const uint8_t* pSrc, uint8_t* pDst) argument
409 Transpose(const uint8_t* pSrc, uint8_t* pDst) argument
433 Transpose_16(const uint8_t* pSrc, uint8_t* pDst) argument
461 Transpose(const uint8_t* pSrc, uint8_t* pDst) argument
484 Transpose_16(const uint8_t* pSrc, uint8_t* pDst) argument
512 Transpose(const uint8_t* pSrc, uint8_t* pDst) argument
537 Transpose_16(const uint8_t* pSrc, uint8_t* pDst) argument
566 Transpose(const uint8_t* pSrc, uint8_t* pDst) argument
597 Transpose_16(const uint8_t* pSrc, uint8_t* pDst) argument
636 Transpose(const uint8_t* pSrc, uint8_t* pDst) argument
666 Transpose_16(const uint8_t* pSrc, uint8_t* pDst) argument
705 Transpose(const uint8_t* pSrc, uint8_t* pDst) argument
727 Transpose_16(const uint8_t* pSrc, uint8_t* pDst) argument
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
H A DClearTile.cpp78 uint8_t* pDst = pDstTile; local
84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel);
87 pDst += dstBytesPerPixel;
92 pDst = pDstTile + pDstSurface->pitch;
98 memcpy(pDst, pDstTile, dstBytesPerRow);
101 pDst += pDstSurface->pitch;
H A DLoadTile.h68 uint8_t* pDst)
73 SimdT* pDstSimdTiles = (SimdT*)pDst;
87 SimdT* pDstSimdTiles = (SimdT*)pDst;
104 /// @param pDst - Destination hot tile pointer
108 uint8_t* pDst,
130 SetSwizzledDstColor(srcColor, rx, ry, pDst);
65 SetSwizzledDstColor( const float srcColor[4], uint32_t x, uint32_t y, uint8_t* pDst) argument
106 Load( const SWR_SURFACE_STATE* pSrcSurface, uint8_t* pDst, uint32_t x, uint32_t y, uint32_t sampleNum, uint32_t renderTargetArrayIndex) argument
H A DConvert.h559 uint8_t* pDst,
564 case R32G32B32A32_FLOAT: ConvertPixelFromFloat<R32G32B32A32_FLOAT>(pDst, srcPixel); break;
565 case R32G32B32A32_SINT: ConvertPixelFromFloat<R32G32B32A32_SINT>(pDst, srcPixel); break;
566 case R32G32B32A32_UINT: ConvertPixelFromFloat<R32G32B32A32_UINT>(pDst, srcPixel); break;
567 case R32G32B32X32_FLOAT: ConvertPixelFromFloat<R32G32B32X32_FLOAT>(pDst, srcPixel); break;
568 case R32G32B32A32_SSCALED: ConvertPixelFromFloat<R32G32B32A32_SSCALED>(pDst, srcPixel); break;
569 case R32G32B32A32_USCALED: ConvertPixelFromFloat<R32G32B32A32_USCALED>(pDst, srcPixel); break;
570 case R32G32B32_FLOAT: ConvertPixelFromFloat<R32G32B32_FLOAT>(pDst, srcPixel); break;
571 case R32G32B32_SINT: ConvertPixelFromFloat<R32G32B32_SINT>(pDst, srcPixel); break;
572 case R32G32B32_UINT: ConvertPixelFromFloat<R32G32B32_UINT>(pDst, srcPixe
557 ConvertPixelFromFloat( SWR_FORMAT format, uint8_t* pDst, const float srcPixel[4]) argument
[all...]
H A DStoreTile.h351 /// @param pDst - Pointer to destination surface or deswizzling buffer.
400 /// @param pDst - Pointer to destination surface or deswizzling buffer.
436 /// @param pDst - Pointer to destination surface or deswizzling buffer.
543 /// @param pDst - Pointer to destination surface or deswizzling buffer.
692 INLINE static void FlatConvert(const uint8_t* pSrc, uint8_t* pDst, uint8_t* pDst1) argument
795 _simd_storeu2_si((__m128i*)pDst1, (__m128i*)pDst, final);
864 INLINE static void FlatConvertNoAlpha(const uint8_t* pSrc, uint8_t* pDst, uint8_t* pDst1) argument
946 _simd_storeu2_si((__m128i*)pDst1, (__m128i*)pDst, final);
1133 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>((x + rx), (y + ry), local
1137 ConvertPixelFromFloat<DstFormat>(pDst, srcColo
1178 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
1265 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
1352 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
1444 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
1554 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
1680 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
1771 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
1862 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
1955 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
2048 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
2169 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
2212 uint8_t* pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, local
[all...]
/external/pdfium/core/fxcrt/
H A Dcfx_checksumcontext.cpp57 int32_t Base64EncodeA(const uint8_t* pSrc, int32_t iSrcLen, char* pDst) { argument
62 if (!pDst) {
71 char* pDstEnd = pDst;
90 return pDstEnd - pDst;
H A Dcfx_seekablestreamproxy.cpp30 wchar_t* pDst,
32 ASSERT(pDst && dstLen > 0);
50 *pDst++ = byte;
62 *pDst++ = dwCode;
100 wchar_t* pDst = static_cast<wchar_t*>(pBuffer); local
102 pDst[i] = static_cast<wchar_t>(pSrc[i]);
28 UTF8Decode(const char* pSrc, size_t srcLen, wchar_t* pDst, size_t dstLen) argument
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c306 struct svga_winsys_surface **pDst,
309 struct vmw_svga_winsys_surface *d_vsurf = vmw_svga_winsys_surface(*pDst);
313 *pDst = svga_winsys_surface(d_vsurf);
305 vmw_svga_winsys_surface_ref(struct svga_winsys_screen *sws, struct svga_winsys_surface **pDst, struct svga_winsys_surface *src) argument
/external/pdfium/xfa/fwl/
H A Dcfwl_notedriver.cpp351 CFWL_Widget* pDst = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos); local
352 if (!pDst)
355 pMsg->m_pos = pMessageForm->TransformTo(pDst, pMsg->m_pos);
356 pMsg->m_pDstTarget = pDst;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_chorus.c42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples);
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples) argument
275 if (pSrc != pDst)
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM));
289 pOut = pDst + nChannelNumber;
H A Deas_reverb.c47 static void ReverbProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples);
275 static void ReverbProcess(EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples) argument
285 if (pSrc != pDst)
286 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM));
297 Reverb(pReverbData, numSamples, pDst, pSrc);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTTrans.cpp315 PVRTVECTOR4 *pDst; local
319 pDst = pOut;
324 pDst->x = VERTTYPEMUL(pMatrix->f[ 0], pSrc->x) +
328 pDst->y = VERTTYPEMUL(pMatrix->f[ 1], pSrc->x) +
332 pDst->z = VERTTYPEMUL(pMatrix->f[ 2], pSrc->x) +
336 pDst->w = VERTTYPEMUL(pMatrix->f[ 3], pSrc->x) +
341 pDst = (PVRTVECTOR4*)((char*)pDst + nOutStride);
H A DPVRTTexture.cpp47 @Modified pDst Texture to place the tiled data
58 PVRTuint8 * const pDst,
95 memcpy(pDst + nIdxDst*nElementSize, pSrc + nIdxSrc*nElementSize, nElementSize);
57 PVRTTextureLoadTiled( PVRTuint8 * const pDst, const unsigned int nWidthDst, const unsigned int nHeightDst, const PVRTuint8 * const pSrc, const unsigned int nWidthSrc, const unsigned int nHeightSrc, const unsigned int nElementSize, const bool bTwiddled) argument
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp531 PointerType::get(mSimdFP32Ty, 0), // uint8_t* pDst
556 Value* pDst = &*argitr++; local
557 pDst->setName("pDst");
574 dst[i] = LOAD(pDst, { i });
/external/mesa3d/src/gallium/state_trackers/nine/
H A Ddevice9ex.c78 IDirect3DSurface9 *pDst,
76 NineDevice9Ex_ComposeRects( struct NineDevice9Ex *This, IDirect3DSurface9 *pSrc, IDirect3DSurface9 *pDst, IDirect3DVertexBuffer9 *pSrcRectDescs, UINT NumRects, IDirect3DVertexBuffer9 *pDstRectDescs, D3DCOMPOSERECTSOP Operation, int Xoffset, int Yoffset ) argument
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_Image.cpp123 bool CJBig2_Image::composeTo(CJBig2_Image* pDst, argument
130 return composeTo_opt2(pDst, x, y, op);
132 bool CJBig2_Image::composeTo(CJBig2_Image* pDst, argument
141 return composeTo_opt2(pDst, x, y, op);
143 return composeTo_opt2(pDst, x, y, op, pSrcRect);
178 uint8_t* pDst; local
199 pDst = pLineDst;
201 for (; pDst < pDstEnd; pSrc += 4, pDst += 4) {
202 *((uint32_t*)pDst)
250 composeTo_opt2(CJBig2_Image* pDst, int32_t x, int32_t y, JBig2ComposeOp op) argument
683 composeTo_opt2(CJBig2_Image* pDst, int32_t x, int32_t y, JBig2ComposeOp op, const FX_RECT* pSrcRect) argument
[all...]
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffdoc.cpp100 int32_t Base64DecodeW(const wchar_t* pSrc, int32_t iSrcLen, uint8_t* pDst) { argument
111 if (!pDst) {
126 uint8_t* pDstEnd = pDst;
156 return pDstEnd - pDst;
/external/swiftshader/src/Shader/
H A DPixelProgram.cpp357 Vector4f pDst; // FIXME: Rename local
364 if(dst.x) pDst.x = r[dst.index].x;
365 if(dst.y) pDst.y = r[dst.index].y;
366 if(dst.z) pDst.z = r[dst.index].z;
367 if(dst.w) pDst.w = r[dst.index].w;
373 if(dst.x) pDst.x = r[dst.index + a].x;
374 if(dst.y) pDst.y = r[dst.index + a].y;
375 if(dst.z) pDst.z = r[dst.index + a].z;
376 if(dst.w) pDst.w = r[dst.index + a].w;
382 if(dst.x) pDst
[all...]
H A DVertexProgram.cpp362 Vector4f pDst; // FIXME: Rename local
370 if(dst.x) pDst.x = r[dst.index].x;
371 if(dst.y) pDst.y = r[dst.index].y;
372 if(dst.z) pDst.z = r[dst.index].z;
373 if(dst.w) pDst.w = r[dst.index].w;
379 if(dst.x) pDst.x = r[dst.index + a].x;
380 if(dst.y) pDst.y = r[dst.index + a].y;
381 if(dst.z) pDst.z = r[dst.index + a].z;
382 if(dst.w) pDst.w = r[dst.index + a].w;
385 case Shader::PARAMETER_ADDR: pDst
[all...]
/external/aac/libFDK/src/
H A Dfft.cpp466 FIXP_DBL *pSrc, *pDst; local
470 pDst = aDst;
477 pDst[0] = (pD + (r1 >> 1)) >> 1;
484 pDst[1] = (pD + (s1 >> 1)) >> 1;
488 pDst[2] = (r1 - s2) >> 1;
489 pDst[3] = (s1 + r2) >> 1;
490 pDst[4] = (r1 + s2) >> 1;
491 pDst[5] = (s1 - r2) >> 1;
493 pDst += 6;
507 pDst[
616 FIXP_DBL *RESTRICT pDst = aDst; local
664 FIXP_DBL *RESTRICT pDst = aDst1; local
687 FIXP_DBL *RESTRICT pDst = pInput; local
1588 FIXP_DBL *pSrc, *pDst, *pDstOut; local
[all...]

Completed in 523 milliseconds

12