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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
StoreTile.cpp 62 SWR_SURFACE_STATE *pDstSurface,
68 if (pDstSurface->type == SURFACE_NULL)
74 if (renderTargetArrayIndex >= pDstSurface->depth)
83 pfnStoreTiles = sStoreTilesTableColor[pDstSurface->tileMode][pDstSurface->format];
87 pfnStoreTiles = sStoreTilesTableDepth[pDstSurface->tileMode][pDstSurface->format];
91 pfnStoreTiles = sStoreTilesTableStencil[pDstSurface->tileMode][pDstSurface->format];
102 if (sBuckets[pDstSurface->format] == -1
    [all...]
StoreTile.h     [all...]
ClearTile.cpp 54 /// @param pDstSurface - Destination surface state
59 SWR_SURFACE_STATE* pDstSurface,
64 uint32_t lodWidth = std::max<uint32_t>(pDstSurface->width >> pDstSurface->lod, 1U);
65 uint32_t lodHeight = std::max<uint32_t>(pDstSurface->height >> pDstSurface->lod, 1U);
71 x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
72 pDstSurface->arrayIndex + renderTargetArrayIndex,
74 pDstSurface->lod,
75 pDstSurface);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_memory.h 34 SWR_SURFACE_STATE *pDstSurface,
41 SWR_SURFACE_STATE *pDstSurface,
71 SWR_SURFACE_STATE *pDstSurface = &pDC->renderTargets[renderTargetIndex];
73 StoreHotTileToSurface(pDstSurface, srcFormat, renderTargetIndex, x, y, renderTargetArrayIndex, pSrcHotTile);
86 SWR_SURFACE_STATE *pDstSurface = &pDC->renderTargets[renderTargetIndex];
88 StoreHotTileClear(pDstSurface, renderTargetIndex, x, y, renderTargetArrayIndex, pClearColor);
  /external/mesa3d/src/gallium/state_trackers/nine/
cryptosession9.c 53 IDirect3DSurface9 *pDstSurface,
63 IDirect3DSurface9 *pDstSurface,
cryptosession9.h 55 IDirect3DSurface9 *pDstSurface,
62 IDirect3DSurface9 *pDstSurface,
nine_lock.c 338 IDirect3DSurface9 *pDstSurface,
344 r = NineCryptoSession9_EncryptionBlt(This, pSrcSurface, pDstSurface, DstSurfaceSize, pIV);
352 IDirect3DSurface9 *pDstSurface,
360 r = NineCryptoSession9_DecryptionBlt(This, pSrcSurface, pDstSurface, SrcSurfaceSize, pEncryptedBlockInfo, pContentKey, pIV);
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 142 virtual HRESULT WINAPI EncryptionBlt(IDirect3DSurface9 *pSrcSurface, IDirect3DSurface9 *pDstSurface, UINT DstSurfaceSize, void *pIV) = 0;
143 virtual HRESULT WINAPI DecryptionBlt(IDirect3DSurface9 *pSrcSurface, IDirect3DSurface9 *pDstSurface, UINT SrcSurfaceSize, D3DENCRYPTED_BLOCK_INFO *pEncryptedBlockInfo, void *pContentKey, void *pIV) = 0;
    [all...]

Completed in 633 milliseconds