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

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

Completed in 71 milliseconds