Lines Matching refs:RsAllocation
465 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue, in nClosureCreate()
642 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Single()
643 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Single()
644 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Single()
645 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Single()
675 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Double()
676 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Double()
677 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Double()
678 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Double()
710 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Complex()
711 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Complex()
712 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Complex()
713 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Complex()
745 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Z()
746 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Z()
747 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Z()
748 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Z()
771 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_BNNM()
772 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_BNNM()
773 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_BNNM()
774 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_BNNM()
1234 ALOGD("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", (RsContext)con, (RsAllocation)a, in nAllocationSyncAll()
1237 rsAllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()
1245 (RsAllocation)alloc, numAlloc); in nAllocationSetupBufferQueue()
1247 rsAllocationSetupBufferQueue((RsContext)con, (RsAllocation)alloc, (uint32_t)numAlloc); in nAllocationSetupBufferQueue()
1255 (RsAllocation)alloc1, (RsAllocation)alloc2); in nAllocationShareBufferQueue()
1258 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2); in nAllocationShareBufferQueue()
1265 ALOGD("nAllocationGetSurface, con(%p), a(%p)", (RsContext)con, (RsAllocation)a); in nAllocationGetSurface()
1268 ANativeWindow *anw = (ANativeWindow *)rsAllocationGetSurface((RsContext)con, (RsAllocation)a); in nAllocationGetSurface()
1282 (RsAllocation)alloc, (Surface *)sur); in nAllocationSetSurface()
1292 rsAllocationSetSurface((RsContext)con, (RsAllocation)alloc, anw); in nAllocationSetSurface()
1299 ALOGD("nAllocationIoSend, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()
1301 rsAllocationIoSend((RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()
1308 ALOGD("nAllocationIoReceive, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationIoReceive()
1310 return (jlong) rsAllocationIoReceive((RsContext)con, (RsAllocation)alloc); in nAllocationIoReceive()
1317 ALOGD("nAllocationGenerateMipmaps, con(%p), a(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
1319 rsAllocationGenerateMipmaps((RsContext)con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
1371 rsAllocation2DData((RsContext)con, (RsAllocation)alloc, 0, 0, in nAllocationCopyFromBitmap()
1381 rsAllocationCopyToBitmap((RsContext)con, (RsAllocation)alloc, ptr, computeByteSize(bitmap)); in nAllocationCopyToBitmap()
1391 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D()
1394 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes, in nAllocationData1D()
1409 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementData()
1417 rsAllocationElementData((RsContext)con, (RsAllocation)alloc, in nAllocationElementData()
1430 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D()
1455 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1456 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc()
1460 (RsAllocation)dstAlloc, in nAllocationData2D_alloc()
1464 (RsAllocation)srcAlloc, in nAllocationData2D_alloc()
1475 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D()
1478 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, in nAllocationData3D()
1500 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc()
1501 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip); in nAllocationData3D_alloc()
1505 (RsAllocation)dstAlloc, in nAllocationData3D_alloc()
1508 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
1518 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead()
1520 ALOGD("nAllocationRead, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationRead()
1533 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D()
1551 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementRead()
1559 rsAllocationElementRead((RsContext)con, (RsAllocation)alloc, in nAllocationElementRead()
1571 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead2D()
1588 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead3D()
1591 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, in nAllocationRead3D()
1603 ALOGD("nAllocationGetType, con(%p), a(%p)", (RsContext)con, (RsAllocation)a); in nAllocationGetType()
1605 return (jlong)(uintptr_t) rsaAllocationGetType((RsContext)con, (RsAllocation)a); in nAllocationGetType()
1613 (RsAllocation)alloc, dimX); in nAllocationResize1D()
1615 rsAllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX); in nAllocationResize1D()
1624 (RsContext)con, (RsAllocation)basealloc, (RsElement)type); in nAllocationAdapterCreate()
1627 (RsAllocation)basealloc); in nAllocationAdapterCreate()
1642 (RsContext)con, (RsAllocation)alloc, x, y, z, face, lod, a1, a2, a3, a4); in nAllocationAdapterOffset()
1644 rsAllocationAdapterOffset((RsContext)con, (RsAllocation)alloc, in nAllocationAdapterOffset()
1785 (RsScript)script, (RsAllocation)alloc, slot); in nScriptBindAllocation()
1787 rsScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot); in nScriptBindAllocation()
2001 RsAllocation *in_allocs = nullptr; in nScriptForEach()
2017 if (sizeof(RsAllocation) == sizeof(jlong)) { in nScriptForEach()
2018 in_allocs = (RsAllocation*)in_ptr; in nScriptForEach()
2022 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation)); in nScriptForEach()
2030 in_allocs[index] = (RsAllocation)in_ptr[index]; in nScriptForEach()
2086 in_allocs, in_len, (RsAllocation)aout, in nScriptForEach()
2129 RsAllocation *in_allocs = nullptr; in nScriptReduce()
2130 if (sizeof(RsAllocation) == sizeof(jlong)) { in nScriptReduce()
2131 in_allocs = (RsAllocation*)in_ptr; in nScriptReduce()
2135 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation)); in nScriptReduce()
2144 in_allocs[index] = (RsAllocation)in_ptr[index]; in nScriptReduce()
2187 in_allocs, in_len, (RsAllocation)aout, in nScriptReduce()
2410 …rsScriptGroupSetInput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)all… in nScriptGroupSetInput()
2420 …rsScriptGroupSetOutput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)al… in nScriptGroupSetOutput()
2456 (RsProgramVertex)vpv, slot, (RsAllocation)a); in nProgramBindConstants()
2458 rsProgramBindConstants((RsContext)con, (RsProgram)vpv, slot, (RsAllocation)a); in nProgramBindConstants()
2466 (RsProgramFragment)vpf, slot, (RsAllocation)a); in nProgramBindTexture()
2468 rsProgramBindTexture((RsContext)con, (RsProgramFragment)vpf, slot, (RsAllocation)a); in nProgramBindTexture()
2646 RsAllocation* vtxPtr; in nMeshCreate()
2650 RsAllocation* idxPtr; in nMeshCreate()
2670 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen); in nMeshCreate()
2672 vtxPtr[i] = (RsAllocation)(uintptr_t)jVtxPtr[i]; in nMeshCreate()
2675 idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen); in nMeshCreate()
2677 idxPtr[i] = (RsAllocation)(uintptr_t)jIdxPtr[i]; in nMeshCreate()
2681 (RsAllocation *)vtxPtr, vtxLen, in nMeshCreate()
2682 (RsAllocation *)idxPtr, idxLen, in nMeshCreate()
2731 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation)); in nMeshGetVertices()
2749 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation)); in nMeshGetIndices()
2775 ALOGD("nAllocationGetByteBuffer, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationGetByteBuffer()
2787 ptr = rsAllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nAllocationGetByteBuffer()