Searched refs:mRSoV (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/rsov/driver/ |
D | rsovCore.h | 34 android::renderscript::rsov::RSoVContext* mRSoV; member
|
D | rsovScript.cpp | 176 : 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()
|
D | rsovCore.cpp | 331 hal->mRSoV = rsov.release(); in rsdHalInit()
|
D | rsovAllocation.cpp | 228 : mRSoV(context), mDevice(context->getDevice()) { in RSoVBuffer() 266 mRSoV->MemoryTypeFromProperties(mem_reqs.memoryTypeBits, in InitBuffer() 301 RSoVContext *rsov = hal->mRSoV; in rsovAllocationInit()
|
D | rsovAllocation.h | 49 RSoVContext *mRSoV; variable
|
D | rsovScript.h | 127 RSoVContext *mRSoV; variable
|