HomeSort by relevance Sort by last modified time
    Searched refs:createSized (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
KernelInputTest.java 69 Allocation ain = Allocation.createSized(mRS, Element.I8(mRS), 1);
70 Allocation tmp = Allocation.createSized(mRS, Element.I8(mRS), 1);
86 Allocation ain = Allocation.createSized(mRS, Element.I8_2(mRS), 1);
87 Allocation tmp = Allocation.createSized(mRS, Element.I8_2(mRS), 1);
103 Allocation ain = Allocation.createSized(mRS, Element.I8_3(mRS), 1);
104 Allocation tmp = Allocation.createSized(mRS, Element.I8_3(mRS), 1);
120 Allocation ain = Allocation.createSized(mRS, Element.I8_4(mRS), 1);
121 Allocation tmp = Allocation.createSized(mRS, Element.I8_4(mRS), 1);
137 Allocation ain = Allocation.createSized(mRS, Element.F64(mRS), 1);
138 Allocation tmp = Allocation.createSized(mRS, Element.F64(mRS), 1)
    [all...]
ClearObjectTest.java 64 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
65 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
83 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
84 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
102 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
103 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
123 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
124 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
142 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
143 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum)
    [all...]
AllocationResize.java 41 mIn = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE/2);
42 mOut = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE*2);
InitTest.java 38 mIn = Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE);
39 mOut= Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE);
  /frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/
MainActivity.java 51 mAllocIn1 = Allocation.createSized(mRS, Element.F32(mRS), 4);
56 mAllocIn2 = Allocation.createSized(mRS, Element.F32(mRS), 4);
61 mAllocOut = Allocation.createSized(mRS, Element.F32(mRS), 4);
64 mScript.set_global_alloc(Allocation.createSized(mRS, Element.F32(mRS), 4));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
ImageBuffersForRenderScriptd1new.java 74 sharpRGBAAllocation = Allocation.createSized(
77 sharpActualDepthAllocation = Allocation.createSized(
80 sharpDilatedDepthAllocation = Allocation.createSized(
83 sharpActiveAllocation = Allocation.createSized(
86 sharpMatteAllocation = Allocation.createSized(
89 fuzzyRGBAAllocation = Allocation.createSized(
92 integralRGBAAllocation = Allocation.createSized(
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
ImageBuffersForRenderScriptd1new.java 51 sharpRGBAAllocation = Allocation.createSized(
54 sharpActualDepthAllocation = Allocation.createSized(
57 sharpDilatedDepthAllocation = Allocation.createSized(
60 sharpActiveAllocation = Allocation.createSized(
63 sharpMatteAllocation = Allocation.createSized(
66 fuzzyRGBAAllocation = Allocation.createSized(
69 integralRGBAAllocation = Allocation.createSized(
  /frameworks/compile/slang/tests/P_reduce_general_accumulator/
ScriptC_reduce_general_accumulator.java.expect 90 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
110 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
123 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
143 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
156 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
176 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
189 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
209 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
222 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
242 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect 158 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length);
178 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
191 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length);
211 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
224 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length);
244 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
257 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length);
277 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
290 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length);
310 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1)
    [all...]
  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 89 mChar2Allocation = Allocation::createSized(mRS, Element::I8_2(mRS), mAllocSize / 2);
90 mChar3Allocation = Allocation::createSized(mRS, Element::I8_3(mRS), mAllocSize / 4);
91 mChar4Allocation = Allocation::createSized(mRS, Element::I8_4(mRS), mAllocSize / 4);
98 mShortAllocation = Allocation::createSized(mRS, Element::I16(mRS), mAllocSize);
100 mShort3Allocation = Allocation::createSized(mRS, Element::I16_3(mRS), mAllocSize / 4);
101 mShort4Allocation = Allocation::createSized(mRS, Element::I16_4(mRS), mAllocSize / 4);
107 mIntAllocation = Allocation::createSized(mRS, Element::I32(mRS), mAllocSize);
108 mInt2Allocation = Allocation::createSized(mRS, Element::I32_2(mRS), mAllocSize / 2);
110 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4);
116 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize)
    [all...]
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 127 mChar2Allocation = Allocation.createSized(mRS, Element.I8_2(mRS), mAllocSize / 2);
129 mChar3Allocation = Allocation.createSized(mRS, Element.I8_3(mRS), mAllocSize / 4);
131 mChar4Allocation = Allocation.createSized(mRS, Element.I8_4(mRS), mAllocSize / 4);
139 mShortAllocation = Allocation.createSized(mRS, Element.I16(mRS), mAllocSize);
143 mShort3Allocation = Allocation.createSized(mRS, Element.I16_3(mRS), mAllocSize / 4);
145 mShort4Allocation = Allocation.createSized(mRS, Element.I16_4(mRS), mAllocSize / 4);
152 mIntAllocation = Allocation.createSized(mRS, Element.I32(mRS), mAllocSize);
154 mInt2Allocation = Allocation.createSized(mRS, Element.I32_2(mRS), mAllocSize / 2);
158 mInt4Allocation = Allocation.createSized(mRS, Element.I32_4(mRS), mAllocSize / 4);
165 mLongAllocation = Allocation.createSized(mRS, Element.I64(mRS), mAllocSize)
    [all...]
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 93 mChar2Allocation = Allocation::createSized(mRS, Element::I8_2(mRS), mAllocSize / 2);
94 mChar3Allocation = Allocation::createSized(mRS, Element::I8_3(mRS), mAllocSize / 4);
95 mChar4Allocation = Allocation::createSized(mRS, Element::I8_4(mRS), mAllocSize / 4);
102 mShortAllocation = Allocation::createSized(mRS, Element::I16(mRS), mAllocSize);
104 mShort3Allocation = Allocation::createSized(mRS, Element::I16_3(mRS), mAllocSize / 4);
105 mShort4Allocation = Allocation::createSized(mRS, Element::I16_4(mRS), mAllocSize / 4);
111 mIntAllocation = Allocation::createSized(mRS, Element::I32(mRS), mAllocSize);
112 mInt2Allocation = Allocation::createSized(mRS, Element::I32_2(mRS), mAllocSize / 2);
114 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4);
120 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 131 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length);
142 Allocation ain2 = Allocation.createSized(mRSLocal, __F16, in2.length);
181 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
195 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length);
206 Allocation ain2 = Allocation.createSized(mRSLocal, __F16, in2.length);
245 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
259 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length);
274 Allocation ain2 = Allocation.createSized(mRSLocal, __F16_2, in2.length / 2);
313 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
327 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length)
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_copy_test.java 34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_copy_test.java 33 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
34 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
57 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
58 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
81 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
82 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_copy_test.java 35 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
36 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
59 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
60 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
83 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
84 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
ImageBuffersForRenderScriptF32.java 64 sharpImageAllocation = Allocation.createSized(
68 fuzzyImageAllocation = Allocation.createSized(
72 integralImageAllocation = Allocation.createSized(renderScript,
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
ImageBuffersForRenderScriptF32.java 45 sharpImageAllocation = Allocation.createSized(
49 fuzzyImageAllocation = Allocation.createSized(
53 integralImageAllocation = Allocation.createSized(renderScript,
  /frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
ScriptC_reduce_general_examples_explicit.java.expect 173 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
193 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
206 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
226 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
239 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
259 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
273 Allocation ain1 = Allocation.createSized(mRSLocal, __F32, in1.length);
284 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
323 Allocation aout = Allocation.createSized(mRSLocal, __F32, 1);
336 Allocation ain1 = Allocation.createSized(mRSLocal, __U8, in1.length)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples/
ScriptC_reduce_general_examples.java.expect 211 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
231 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
244 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
264 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
278 Allocation ain1 = Allocation.createSized(mRSLocal, __F32, in1.length);
289 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
328 Allocation aout = Allocation.createSized(mRSLocal, __F32, 1);
341 Allocation ain1 = Allocation.createSized(mRSLocal, __F32, in1.length);
361 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
374 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples_backward/
ScriptC_reduce_general_examples_backward.java.expect 211 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
231 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
244 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
264 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
278 Allocation ain1 = Allocation.createSized(mRSLocal, __F32, in1.length);
289 Allocation ain2 = Allocation.createSized(mRSLocal, __F32, in2.length);
328 Allocation aout = Allocation.createSized(mRSLocal, __F32, 1);
341 Allocation ain1 = Allocation.createSized(mRSLocal, __F32, in1.length);
361 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
374 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
ScriptC_reduce_general_duplicate_array.java.expect 90 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
110 Allocation aout = Allocation.createSized(mRSLocal, __I32, 4);
123 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
143 Allocation aout = Allocation.createSized(mRSLocal, __I32, 4);
  /frameworks/compile/slang/tests/P_reduce_general_examples_halter/
ScriptC_reduce_general_examples_halter.java.expect 128 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
148 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
161 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
181 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
  /frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 31 ain = Allocation.createSized(rs, Element.U32(mRS), 10000);
32 aout = Allocation.createSized(rs, Element.U32(mRS), 10000);
  /frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/
MainActivity.java 46 mInAllocation = Allocation.createSized(mRS, e, mAllocSize);
47 mOutAllocation = Allocation.createSized(mRS, e, mAllocSize);

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011