Home
last modified time | relevance | path

Searched refs:dstBuffers (Results 1 – 7 of 7) sorted by relevance

/external/zstd/programs/
Dbenchfn.c117 … memset(p.dstBuffers[i], 0xE5, p.dstCapacities[i]); /* warm up and erase result buffer */ in BMK_benchFunction()
127 p.dstBuffers[blockNb], p.dstCapacities[blockNb], in BMK_benchFunction()
Dbenchfn.h83 …void *const * dstBuffers; /* array of buffers to be written into by benchFn. This array is not opt… member
Dbenchzstd.c411 cbp.dstBuffers = cPtrs; in BMK_benchMemAdvancedNoAlloc()
430 dbp.dstBuffers = resPtrs; in BMK_benchMemAdvancedNoAlloc()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp459 …int32 srcBuffers, const IVec2& srcSize, const IVec4& srcRect, deUint32 dstBuffers, const IVec2& ds… in BlitDepthStencilCase() argument
465 , m_dstBuffers (dstBuffers) in BlitDepthStencilCase()
/external/zstd/tests/
Dfullbench.c630 …bp.dstBuffers = (void* const*) avoidStrictAliasingPtr; /* circumvent strict aliasing warning on g… in benchMem()
Dparamgrill.c1604 cbp.dstBuffers = dstPtrs; in BMK_benchMemInvertible()
1622 dbp.dstBuffers = resPtrs; in BMK_benchMemInvertible()
/external/zstd/contrib/largeNbDicts/
DlargeNbDicts.c695 .dstBuffers = dstBlocks.slicePtrs, in benchMem()