Searched refs:outputAllocation (Results 1 – 2 of 2) sorted by relevance
250 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 1); in findMinAndMaxHalf() local252 mScript.invoke_findMinAndMaxHalf(outputAllocation, inputAllocation); in findMinAndMaxHalf()255 outputAllocation.copyTo(outputArray); in findMinAndMaxHalf()289 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 2); in findMinAndMaxHalf2() local291 mScript.invoke_findMinAndMaxHalf2(outputAllocation, inputAllocation); in findMinAndMaxHalf2()294 outputAllocation.copyTo(outputArray); in findMinAndMaxHalf2()297 outputAllocation.destroy(); in findMinAndMaxHalf2()439 … Allocation outputAllocation = Allocation.createSized(mRS, Element.U32(mRS), histogramBucketCount); in histogram() local442 scriptHsg.setOutput(outputAllocation); in histogram()446 outputAllocation.copyTo(outputArrayMistyped); in histogram()[all …]
201 Allocation outputAllocation = getOutputAllocation(); in getOutputData() local203 byte[] destination = new byte[outputAllocation.getBytesSize()]; in getOutputData()204 outputAllocation.copyTo(destination); in getOutputData()