Lines Matching refs:getHal

44     mContext = Device::getHal().ContextCreateVendor(_dev, _version, _sdkVersion,  in Context()
85 RsAllocation _subAlloc = Device::getHal().AllocationAdapterCreate(mContext, _type, _baseAlloc); in allocationAdapterCreate()
92 …Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * size… in allocationAdapterOffset()
98 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation); in allocationGetType()
107 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped()
116 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap()
125 …RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips… in allocationCubeCreateFromBitmap()
131 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation); in allocationGetNativeWindow()
138 Device::getHal().AllocationSetSurface(mContext, _allocation, _nativewindow); in allocationSetNativeWindow()
145 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer); in allocationSetupBufferQueue()
152 Device::getHal().AllocationShareBufferQueue(mContext, _baseAlloc, _subAlloc); in allocationShareBufferQueue()
160 Device::getHal().AllocationCopyToBitmap(mContext, _allocation, _data, _sizeBytes); in allocationCopyToBitmap()
171 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite()
184 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite()
199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite()
215 …Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DWrite()
221 Device::getHal().AllocationGenerateMipmaps(mContext, _allocation); in allocationGenerateMipmaps()
229 Device::getHal().AllocationRead(mContext, _allocation, _data, _sizeBytes); in allocationRead()
240 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead()
253 …Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes,… in allocationElementRead()
268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead()
284 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
291 Device::getHal().AllocationSyncAll(mContext, _allocation, _usageType); in allocationSyncAll()
298 Device::getHal().AllocationResize1D(mContext, _allocation, _dimX); in allocationResize1D()
315 …Device::getHal().AllocationCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace,… in allocationCopy2DRange()
333 …Device::getHal().AllocationCopy3DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstZoff, _dstMip,… in allocationCopy3DRange()
339 Device::getHal().AllocationIoSend(mContext, _allocation); in allocationIoSend()
345 Device::getHal().AllocationIoReceive(mContext, _allocation); in allocationIoReceive()
356 …void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _ar… in allocationGetPointer()
366 Device::getHal().ElementGetNativeData(mContext, _element, _elemData.data(), _elemData.size()); in elementGetNativeMetadata()
378 …Device::getHal().ElementGetSubElements(mContext, _element, _ids.data(), _names.data(), _arraySizes… in elementGetSubElements()
391 RsElement _element = Device::getHal().ElementCreate(mContext, _dt, _dk, _norm, _size); in elementCreate()
400 …RsElement _element = Device::getHal().ElementCreate2(mContext, _eins.data(), _eins.size(), _namesP… in elementComplexCreate()
407 Device::getHal().TypeGetNativeData(mContext, _type, _metadata.data(), _metadata.size()); in typeGetNativeMetadata()
421 …RsType _type = Device::getHal().TypeCreate(mContext, _element, _dimX, _dimY, _dimZ, _mipmaps, _fac… in typeCreate()
426 Device::getHal().ContextDestroy(mContext); in contextDestroy()
436 …RsMessageToClientType _messageType = Device::getHal().ContextGetMessage(mContext, _data, _size, &_… in contextGetMessage()
446 …RsMessageToClientType _messageType = Device::getHal().ContextPeekMessage(mContext, &_receiveLen, s… in contextPeekMessage()
458 Device::getHal().ContextSendMessage(mContext, _id, _dataPtr, _dataSize); in contextSendMessage()
463 Device::getHal().ContextInitToClient(mContext); in contextInitToClient()
468 Device::getHal().ContextDeinitToClient(mContext); in contextDeinitToClient()
473 Device::getHal().ContextFinish(mContext); in contextFinish()
479 Device::getHal().ContextDump(mContext, _bits); in contextLog()
485 Device::getHal().ContextSetPriority(mContext, _priority); in contextSetPriority()
490 Device::getHal().ContextSetCacheDir(mContext, cacheDir.c_str(), cacheDir.size()); in contextSetCacheDir()
497 Device::getHal().AssignName(mContext, _obj, _name.c_str(), _name.size()); in assignName()
504 Device::getHal().GetName(mContext, _obj, &_name); in getName()
519 …RsClosure _closure = Device::getHal().ClosureCreate(mContext, _kernelID, _returnValue, _fieldIDS.d… in closureCreate()
531 …RsClosure _closure = Device::getHal().InvokeClosureCreate(mContext, _invokeID, _paramsPtr, _params… in invokeClosureCreate()
540 Device::getHal().ClosureSetArg(mContext, _closure, _index, _value, _size); in closureSetArg()
549 Device::getHal().ClosureSetGlobal(mContext, _closure, _fieldID, _value, _size); in closureSetGlobal()
557 …RsScriptKernelID _scriptKernelID = Device::getHal().ScriptKernelIDCreate(mContext, _script, _slot,… in scriptKernelIDCreate()
564 …RsScriptInvokeID _scriptInvokeID = Device::getHal().ScriptInvokeIDCreate(mContext, _script, _slot); in scriptInvokeIDCreate()
571 RsScriptFieldID _scriptFieldID = Device::getHal().ScriptFieldIDCreate(mContext, _script, _slot); in scriptFieldIDCreate()
581 …RsScriptGroup _scriptGroup = Device::getHal().ScriptGroupCreate(mContext, _kernels.data(), _kernel… in scriptGroupCreate()
589 …RsScriptGroup2 _scriptGroup2 = Device::getHal().ScriptGroup2Create(mContext, _name.c_str(), _name.… in scriptGroup2Create()
597 Device::getHal().ScriptGroupSetOutput(mContext, _sg, _kid, _alloc); in scriptGroupSetOutput()
605 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc); in scriptGroupSetInput()
611 Device::getHal().ScriptGroupExecute(mContext, _sg); in scriptGroupExecute()
617 Device::getHal().ObjDestroy(mContext, _obj); in objDestroy()
628 …RsSampler _sampler = Device::getHal().SamplerCreate(mContext, _magFilter, _minFilter, _wrapS, _wra… in samplerCreate()
636 Device::getHal().ScriptBindAllocation(mContext, _script, _allocation, _slot); in scriptBindAllocation()
643 Device::getHal().ScriptSetTimeZone(mContext, _script, _timeZone.c_str(), _timeZone.size()); in scriptSetTimeZone()
650 Device::getHal().ScriptInvoke(mContext, _vs, _slot); in scriptInvoke()
659 Device::getHal().ScriptInvokeV(mContext, _vs, _slot, _dataPtr, _len); in scriptInvokeV()
672 …Device::getHal().ScriptForEachMulti(mContext, _vs, _slot, _vains.data(), _vains.size(), _vaout, _p… in scriptForEach()
683 …Device::getHal().ScriptReduce(mContext, _vs, _slot, _vains.data(), _vains.size(), _vaout, _sc, _sc… in scriptReduce()
691 Device::getHal().ScriptSetVarI(mContext, _vs, _slot, _value); in scriptSetVarI()
699 Device::getHal().ScriptSetVarObj(mContext, _vs, _slot, _obj); in scriptSetVarObj()
707 Device::getHal().ScriptSetVarJ(mContext, _vs, _slot, _value); in scriptSetVarJ()
715 Device::getHal().ScriptSetVarF(mContext, _vs, _slot, _value); in scriptSetVarF()
723 Device::getHal().ScriptSetVarD(mContext, _vs, _slot, _value); in scriptSetVarD()
732 Device::getHal().ScriptSetVarV(mContext, _vs, _slot, _dataPtr, _len); in scriptSetVarV()
741 Device::getHal().ScriptGetVarV(mContext, _vs, _slot, _data.data(), _data.size()); in scriptGetVarV()
755 Device::getHal().ScriptSetVarVE(mContext, _vs, _slot, _dataPtr, _len, _ve, _dimsPtr, _dimLen); in scriptSetVarVE()
764 …RsScript _script = Device::getHal().ScriptCCreate(mContext, _resName.c_str(), _resName.size(), _ca… in scriptCCreate()
771 RsScript _script = Device::getHal().ScriptIntrinsicCreate(mContext, _id, _elem); in scriptIntrinsicCreate()