Lines Matching refs:inputAllocations
224 std::vector<RSoVAllocation *> inputAllocations(inLen); in invokeForEach() local
226 inputAllocations[i] = static_cast<RSoVAllocation *>(ains[i]->mHal.drv); in invokeForEach()
230 runForEach(slot, inLen, inputAllocations, outputAllocation); in invokeForEach()
471 const std::vector<RSoVAllocation *> &inputAllocations, in InitDescriptorSet() argument
521 for (uint32_t i = 0; i < inputAllocations.size(); ++i) { in InitDescriptorSet()
529 .pBufferInfo = inputAllocations[i]->getBuffer()->getBufferInfo(), in InitDescriptorSet()
557 const std::vector<RSoVAllocation *> &inputAllocations, in runForEach() argument
565 InitDescriptorSet(inputAllocations, outputAllocation); in runForEach()
597 const uint32_t width = inputAllocations[0]->getWidth(); in runForEach()
598 const uint32_t height = rsMax(inputAllocations[0]->getHeight(), 1U); in runForEach()
599 const uint32_t depth = rsMax(inputAllocations[0]->getDepth(), 1U); in runForEach()