Searched refs:dstBuffers (Results 1 – 7 of 7) sorted by relevance
/external/zstd/programs/ |
D | benchfn.c | 117 … 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()
|
D | benchfn.h | 83 …void *const * dstBuffers; /* array of buffers to be written into by benchFn. This array is not opt… member
|
D | benchzstd.c | 411 cbp.dstBuffers = cPtrs; in BMK_benchMemAdvancedNoAlloc() 430 dbp.dstBuffers = resPtrs; in BMK_benchMemAdvancedNoAlloc()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 459 …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/ |
D | fullbench.c | 630 …bp.dstBuffers = (void* const*) avoidStrictAliasingPtr; /* circumvent strict aliasing warning on g… in benchMem()
|
D | paramgrill.c | 1604 cbp.dstBuffers = dstPtrs; in BMK_benchMemInvertible() 1622 dbp.dstBuffers = resPtrs; in BMK_benchMemInvertible()
|
/external/zstd/contrib/largeNbDicts/ |
D | largeNbDicts.c | 695 .dstBuffers = dstBlocks.slicePtrs, in benchMem()
|