Home
last modified time | relevance | path

Searched refs:mRSoV (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovCore.h34 android::renderscript::rsov::RSoVContext* mRSoV; member
DrsovScript.cpp176 : mRSoV(context), in RSoVScript()
441 new RSoVBuffer(mRSoV, sizeof(struct rsovTypeInfo) * nr_globals)); in MarshalTypeInfo()
574 .commandPool = mRSoV->getCmdPool(), in runForEach()
621 vkQueueSubmit(mRSoV->getQueue(), 1, &submit_info, fence); in runForEach()
634 vkFreeCommandBuffers(mDevice, mRSoV->getCmdPool(), 1, cmd_bufs); in runForEach()
785 new RSoVScript(hal->mRSoV, std::move(spvWords), in rsovScriptInit()
DrsovCore.cpp331 hal->mRSoV = rsov.release(); in rsdHalInit()
DrsovAllocation.cpp228 : mRSoV(context), mDevice(context->getDevice()) { in RSoVBuffer()
266 mRSoV->MemoryTypeFromProperties(mem_reqs.memoryTypeBits, in InitBuffer()
301 RSoVContext *rsov = hal->mRSoV; in rsovAllocationInit()
DrsovAllocation.h49 RSoVContext *mRSoV; variable
DrsovScript.h127 RSoVContext *mRSoV; variable