Lines Matching refs:allocation
45 if (!rsc->mHal.funcs.allocation.init(rsc, a, type->getElement()->getHasReferences())) { in createAllocation()
68 mRSC->mHal.funcs.allocation.destroy(mRSC, this); in ~Allocation()
72 rsc->mHal.funcs.allocation.syncAll(rsc, this, src); in syncAll()
90 rsc->mHal.funcs.allocation.data1D(rsc, this, xoff, lod, count, data, sizeBytes); in data()
107 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes); in data()
140 rsc->mHal.funcs.allocation.elementData1D(rsc, this, x, data, cIdx, sizeBytes); in elementData()
174 rsc->mHal.funcs.allocation.elementData2D(rsc, this, x, y, data, cIdx, sizeBytes); in elementData()
355 mRSC->mHal.funcs.allocation.markDirty(rsc, this); in sendDirty()
395 rsc->mHal.funcs.allocation.resize(rsc, this, t.get(), mHal.state.hasReferences); in resize1D()
405 int32_t id = rsc->mHal.funcs.allocation.initSurfaceTexture(rsc, this); in getSurfaceTextureID()
428 rsc->mHal.funcs.allocation.setSurfaceTexture(rsc, this, nw); in setSurface()
436 rsc->mHal.funcs.allocation.ioSend(rsc, this); in ioSend()
440 rsc->mHal.funcs.allocation.ioReceive(rsc, this); in ioReceive()
682 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange()