Home
last modified time | relevance | path

Searched defs:theBatch (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/resourcemanager/
H A Dqssgrenderimagebatchloader.cpp216 QSSGImageLoaderBatch *theBatch( in loadImageBatch() local
227 QSSGImageLoaderBatch *theBatch(getBatch(inBatchId)); in cancelImageBatchLoading() local
258 for (QSSGImageLoaderBatch *theBatch = getBatch(inId); theBatch; theBatch = getBatch(inId)) { in blockUntilLoaded() local
293 QSSGImageLoaderBatch *theBatch = theIter.value(); in beginFrame() local
405 …QSSGImageLoaderBatch *theBatch = new QSSGImageLoaderBatch(inLoader, inListener, theImages, inBatch… in createLoaderBatch() local
/dports/textproc/zorba/zorba-2.7.0/src/runtime/base/
H A Dplan_iterator.h177 store::Item_t theBatch[ZORBA_BATCHING_BATCHSIZE]; variable