Home
last modified time | relevance | path

Searched refs:RSoVAllocation (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovScript.h41 class RSoVAllocation; variable
109 void InitDescriptorSet(const std::vector<RSoVAllocation *> &inputAllocations,
110 RSoVAllocation *outputAllocation);
115 const std::vector<RSoVAllocation *> &input,
116 RSoVAllocation *output);
DrsovAllocation.h57 class RSoVAllocation {
59 RSoVAllocation(RSoVContext *context, const Type *type, size_t bufferSize);
60 ~RSoVAllocation() { delete mBuffer; } in ~RSoVAllocation()
DrsovScript.cpp224 std::vector<RSoVAllocation *> inputAllocations(inLen); in invokeForEach()
226 inputAllocations[i] = static_cast<RSoVAllocation *>(ains[i]->mHal.drv); in invokeForEach()
228 RSoVAllocation *outputAllocation = in invokeForEach()
229 static_cast<RSoVAllocation *>(aout->mHal.drv); in invokeForEach()
471 const std::vector<RSoVAllocation *> &inputAllocations, in InitDescriptorSet()
472 RSoVAllocation *outputAllocation) { in InitDescriptorSet()
557 const std::vector<RSoVAllocation *> &inputAllocations, in runForEach()
558 RSoVAllocation *outputAllocation) { in runForEach()
DrsovAllocation.cpp219 RSoVAllocation::RSoVAllocation(RSoVContext *context, const Type *type, in RSoVAllocation() function in android::renderscript::rsov::RSoVAllocation
306 RSoVAllocation *rsovAlloc = new RSoVAllocation(rsov, type, allocSize); in rsovAllocationInit()
314 RSoVAllocation *rsovAlloc = static_cast<RSoVAllocation *>(alloc->mHal.drv); in rsovAllocationDestroy()