HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 26 - 50 of 7203) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/arch/i386/include/bits/
umalloc.h 6 * i386-specific user memory allocation API implementations
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
memtop_umalloc.h 6 * External memory allocation
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi_umalloc.h 6 * gPXE user memory allocation API for EFI
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
instance.rs 7 // Set our allocation based on the global input value.
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
instance.rs 7 // Set our allocation based on the global input value.
  /frameworks/compile/slang/tests/P_reduce_general_examples/
ScriptC_reduce_general_examples.java.expect 68 for (Allocation tempIn : mTempIns) {
81 private resultArray256_uint(Allocation out) {
87 private Allocation[] mTempIns;
88 private Allocation mOut;
104 for (Allocation tempIn : mTempIns) {
117 private result_float(Allocation out) {
123 private Allocation[] mTempIns;
124 private Allocation mOut;
140 for (Allocation tempIn : mTempIns) {
153 private result_int(Allocation out)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples_backward/
ScriptC_reduce_general_examples_backward.java.expect 68 for (Allocation tempIn : mTempIns) {
81 private resultArray256_uint(Allocation out) {
87 private Allocation[] mTempIns;
88 private Allocation mOut;
104 for (Allocation tempIn : mTempIns) {
117 private result_float(Allocation out) {
123 private Allocation[] mTempIns;
124 private Allocation mOut;
140 for (Allocation tempIn : mTempIns) {
153 private result_int(Allocation out)
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 22 import android.renderscript.Allocation;
28 * An {@link Allocation} wrapper that can be used to block until new buffers are available.
30 * <p>Can only be used only with {@link Allocation#USAGE_IO_INPUT} usage Allocations.</p>
40 private final Allocation mAllocation;
45 * Wrap an existing Allocation with this {@link BlockingInputAllocation}.
50 * @param allocation A non-{@code null} {@link Allocation allocation}
54 * If {@code allocation} was {@code null}
56 * If {@code allocation}'s usage did not have one of USAGE_IO_INPUT or USAGE_IO_OUTPU
    [all...]
  /external/dtc/tests/
sw_tree1.supp 2 allocation methods causes uninitialized data in alignment gap
11 allocation methods causes uninitialized data in alignment gap
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 95 for (Allocation tempIn : mTempIns) {
108 private result_int(Allocation out) {
114 private Allocation[] mTempIns;
115 private Allocation mOut;
128 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length);
139 Allocation ain2 = Allocation.createSized(mRSLocal, __F16, in2.length);
144 result.mTempIns = new Allocation[]{ain1, ain2};
150 public result_int reduce_my_half_half_0(Allocation ain1, Allocation ain2)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
ScriptC_reduce_general_examples_explicit.java.expect 66 for (Allocation tempIn : mTempIns) {
79 private resultArray256_uint(Allocation out) {
85 private Allocation[] mTempIns;
86 private Allocation mOut;
102 for (Allocation tempIn : mTempIns) {
115 private result_float(Allocation out) {
121 private Allocation[] mTempIns;
122 private Allocation mOut;
138 for (Allocation tempIn : mTempIns) {
151 private result_int(Allocation out)
    [all...]
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 22 import android.renderscript.Allocation;
34 private Allocation mInputHdrAllocation;
35 private Allocation mInputNormalAllocation;
36 private Allocation mPrevAllocation;
37 private Allocation mOutputAllocation;
55 mInputHdrAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(),
56 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT);
57 mInputNormalAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(),
58 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT)
    [all...]
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 22 import android.renderscript.Allocation;
34 private Allocation mInputHdrAllocation;
35 private Allocation mInputNormalAllocation;
36 private Allocation mPrevAllocation;
37 private Allocation mOutputAllocation;
55 mInputHdrAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(),
56 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT);
57 mInputNormalAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(),
58 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT)
    [all...]
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
ViewfinderProcessor.java 22 import android.renderscript.Allocation;
34 private Allocation mInputHdrAllocation;
35 private Allocation mInputNormalAllocation;
36 private Allocation mPrevAllocation;
37 private Allocation mOutputAllocation;
62 mInputHdrAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(),
63 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT);
64 mInputNormalAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(),
65 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
ScriptC_reduce_general_duplicate_array.java.expect 55 for (Allocation tempIn : mTempIns) {
68 private resultArray4_int(Allocation out) {
74 private Allocation[] mTempIns;
75 private Allocation mOut;
87 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
92 result.mTempIns = new Allocation[]{ain1};
97 public resultArray4_int reduce_sumDec(Allocation ain1) {
102 public resultArray4_int reduce_sumDec(Allocation ain1, Script.LaunchOptions sc) {
107 Allocation aout = Allocation.createSized(mRSLocal, __I32, 4)
    [all...]
  /hardware/interfaces/renderscript/1.0/
IContext.hal 37 * "adapted allocation" that's returned.
39 * Creates an arbitrary window into the base allocation. The type describes
41 * equal to or smaller than the dimensions in the source allocation. A
42 * dimension present in the allocation that is not present in the type must
44 * both the type and allocation, one of two things must happen. If the type
45 * is smaller than the allocation, a window must be created, the selected
48 * If the type and allocation dimension are of the same size, then setting
52 * @param baseAlloc Allocation
56 allocationAdapterCreate(Type type, Allocation baseAlloc)
67 * Sets the offsets for an Allocation Adapter
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
InitTest.java 19 import android.renderscript.Allocation;
24 private Allocation mIn;
25 private Allocation mOut;
29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 mIn = Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE);
39 mOut= Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE);
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 32 * and from RenderScript kernels. An Allocation provides the backing store for
35 * <p>An Allocation also contains a set of usage flags that denote how the
36 * Allocation could be used. For example, an Allocation may have usage flags
39 * different usages using {@link android.renderscript.Allocation#syncAll} in
40 * order to ensure that different users of the Allocation have a consistent view
41 * of memory. For example, in the case where an Allocation is used as the output
43 * {@link #syncAll syncAll(Allocation.USAGE_SCRIPT)} prior to launching the
46 * <p>An Allocation can be populated with the {@link #copyFrom} routines. For
57 public class Allocation extends BaseObj
    [all...]
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 24 import android.renderscript.Allocation;
32 private Allocation mInAllocation;
33 private Allocation mOutAllocation;
58 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn,
59 Allocation.MipmapControl.MIPMAP_NONE,
60 Allocation.USAGE_SCRIPT);
61 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut,
62 Allocation.MipmapControl.MIPMAP_NONE,
63 Allocation.USAGE_SCRIPT);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
UsageIO.java 22 import android.renderscript.Allocation;
34 private Allocation mScratchPixelsAllocation1;
35 private Allocation mScratchPixelsAllocation2;
51 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_OUTPUT | Allocation.USAGE_SCRIPT);
52 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT);
  /external/e2fsprogs/tests/f_inode_ea_collision/
expect.1 2 Inode 12 extended attribute is corrupt (allocation collision). Clear? yes
4 Inode 13 extended attribute is corrupt (allocation collision). Clear? yes
6 Inode 14 extended attribute is corrupt (allocation collision). Clear? yes
  /system/bt/osi/src/
allocation_tracker.cc 46 // Memory allocation statistics
87 allocation_t* allocation = entry.second; local
88 if (!allocation->freed) {
90 allocation->size; // Report back the unfreed byte count
92 "%s found unfreed allocation. address: 0x%zx size: %zd bytes",
93 __func__, (uintptr_t)allocation->ptr, allocation->size);
114 allocation_t* allocation; local
116 allocation = map_entry->second;
117 CHECK(allocation->freed); // Must have been freed befor
144 allocation_t* allocation = map_entry->second; local
    [all...]
  /system/core/libmemunreachable/tests/
HeapWalker_test.cpp 42 TEST_F(HeapWalkerTest, allocation) {
44 ASSERT_TRUE(heap_walker.Allocation(3, 4));
45 ASSERT_TRUE(heap_walker.Allocation(2, 3));
46 ASSERT_TRUE(heap_walker.Allocation(4, 5));
47 ASSERT_TRUE(heap_walker.Allocation(6, 7));
48 ASSERT_TRUE(heap_walker.Allocation(0, 1));
53 ASSERT_TRUE(heap_walker.Allocation(2, 3));
54 ASSERT_TRUE(heap_walker.Allocation(3, 4));
55 ASSERT_FALSE(heap_walker.Allocation(2, 3));
56 ASSERT_FALSE(heap_walker.Allocation(1, 3))
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 28 private ArrayList<Allocation> mMatrixS;
32 private ArrayList<Allocation> mMatrixD;
36 private ArrayList<Allocation> mMatrixC;
40 private ArrayList<Allocation> mMatrixZ;
74 mMatrixS = new ArrayList<Allocation>();
75 mMatrixD = new ArrayList<Allocation>();
76 mMatrixC = new ArrayList<Allocation>();
77 mMatrixZ = new ArrayList<Allocation>();
80 mMatrixS.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), x, y)));
81 mMatrixD.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), x, y)))
    [all...]
  /frameworks/rs/rsov/driver/
rsovAllocation.h 29 class Allocation;
82 android::renderscript::Allocation *alloc,
86 android::renderscript::Allocation *alloc);
89 const android::renderscript::Allocation *alloc,
94 const android::renderscript::Allocation *alloc,
101 const android::renderscript::Allocation *alloc,
108 const android::renderscript::Allocation *alloc,
113 const android::renderscript::Allocation *alloc,
120 const android::renderscript::Allocation *alloc,
128 const android::renderscript::Allocation *alloc)
    [all...]

Completed in 1330 milliseconds

12 3 4 5 6 7 8 91011>>