/art/test/526-checker-caller-callee-regs/ |
info.txt | 1 Test allocation of caller and callee saved registers.
|
/art/test/529-long-split/ |
info.txt | 2 during register allocation.
|
/art/test/530-checker-lse2/ |
info.txt | 1 Checker test for testing store/allocation elimination in presence of
|
/external/syslinux/gpxe/src/arch/x86_64/include/bits/ |
umalloc.h | 6 * x86_64-specific user memory allocation API implementations
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
greg-1.s | 1 # Have a single GREG register allocation.
|
greg-2.s | 1 # Have another GREG register allocation.
|
greg-3.s | 1 # Have yet another GREG register allocation.
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBlend.java | 22 * {@link android.support.v8.renderscript.Allocation} objects. 54 private void blend(int id, Allocation ain, Allocation aout) { 70 public void forEachClear(Allocation ain, Allocation aout) { 90 public void forEachSrc(Allocation ain, Allocation aout) { 111 public void forEachDst(Allocation ain, Allocation aout) { 130 public void forEachSrcOver(Allocation ain, Allocation aout) [all...] |
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
ScriptC_reduce_general_accumulator.java.expect | 55 for (Allocation tempIn : mTempIns) { 68 private result_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 result_int reduce_my_half(Allocation ain1) { 102 public result_int reduce_my_half(Allocation ain1, Script.LaunchOptions sc) { 107 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1) [all...] |
/external/syslinux/gpxe/src/config/ |
umalloc.h | 6 * User memory allocation API configuration
|
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicBlend.java | 21 * Intrinsic kernels for blending two {@link android.renderscript.Allocation} objects. 43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { 59 public void forEachClear(Allocation ain, Allocation aout) { 70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { 90 public void forEachSrc(Allocation ain, Allocation aout) { 101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.h | 40 Return<Allocation> allocationAdapterCreate(Type type, Allocation baseAlloc) override; 41 Return<void> allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) override; 42 Return<Type> allocationGetType(Allocation allocation) override; 43 Return<Allocation> allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t usage, Ptr ptr) override; 44 Return<Allocation> allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) override; 45 Return<Allocation> allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) override; 46 Return<NativeWindow> allocationGetNativeWindow(Allocation allocation) override [all...] |
/frameworks/compile/slang/tests/P_reduce_general_input/ |
ScriptC_reduce_general_input.java.expect | 123 for (Allocation tempIn : mTempIns) { 136 private result_int(Allocation out) { 142 private Allocation[] mTempIns; 143 private Allocation mOut; 155 Allocation ain1 = Allocation.createSized(mRSLocal, __F16, in1.length); 160 result.mTempIns = new Allocation[]{ain1}; 165 public result_int reduce_my_half_0(Allocation ain1) { 170 public result_int reduce_my_half_0(Allocation ain1, Script.LaunchOptions sc) { 175 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1) [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ClearObjectTest.java | 19 import android.renderscript.Allocation; 42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 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) 104 Allocation allocation = Allocation.createTyped(mRS, mIn.getType()); local [all...] |
KernelInputTest.java | 19 import android.renderscript.Allocation; 51 * are never reflected back to the input Allocation. 55 * After running the forEach kernel, the input Allocation is checked 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) [all...] |
AllocationCreateAllocationsTest.java | 22 import android.renderscript.Allocation; 36 Allocation[] createAllocationsHelper(int usage, int numAlloc) { 39 return Allocation.createAllocations(mRS, t, usage, numAlloc); 43 int usage = Allocation.USAGE_SCRIPT; 46 Allocation[] allocArray; 49 for (Allocation a : allocArray) { 55 int usage = Allocation.USAGE_IO_INPUT; 58 Allocation[] allocArray; 67 for (Allocation a : allocArray) { 74 int usage = Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT [all...] |
instance.rs | 7 // Set our allocation based on the global input value.
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
ScriptC_reduce_general_result.java.expect | 126 for (Allocation tempIn : mTempIns) { 139 private resultArray7_bool(Allocation out) { 145 private Allocation[] mTempIns; 146 private Allocation mOut; 162 for (Allocation tempIn : mTempIns) { 175 private resultArray7_char(Allocation out) { 181 private Allocation[] mTempIns; 182 private Allocation mOut; 203 for (Allocation tempIn : mTempIns) { 216 private resultArray7_char2(Allocation out) [all...] |
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
UT_foreach_multi.java | 20 import android.renderscript.Allocation; 26 private Allocation Ain0; 27 private Allocation Ain1; 28 private Allocation Ain2; 29 private Allocation Ain3; 31 private Allocation Out0; 32 private Allocation Out1; 33 private Allocation Out2; 34 private Allocation Out3; 51 Ain0 = Allocation.createTyped(RS, type32Builder.create()) [all...] |
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
MainActivity.java | 27 private Allocation mInAllocation; // script input 28 private Allocation mOutAllocation; // script output 30 private Allocation mStructInAlloc; // complexStruct input 31 private Allocation mStructOutAlloc; // complexStruct output 33 private Allocation mBoolAllocation; // boolean 35 private Allocation mCharAllocation; // char 36 private Allocation mChar2Allocation; // char2 37 private Allocation mChar3Allocation; // char3 38 private Allocation mChar4Allocation; // char4 40 private Allocation mUCharAllocation; // ucha [all...] |
/frameworks/rs/ |
rsAllocation.cpp | 28 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, 42 Allocation::Allocation(Context *rsc, const Allocation *alloc, const Type *type) 54 void Allocation::operator delete(void* ptr) { 56 Allocation *a = (Allocation*) ptr; 61 Allocation * Allocation::createAllocationStrided(Context *rsc, const Type *type, uint32_t usages [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
AllocationCache.java | 20 import android.renderscript.Allocation; 33 * Cache {@link Allocation} objects based on their type and usage. 35 * <p>This avoids expensive re-allocation of objects when they are used over and over again 46 private final HashMap<AllocationKey, List<Allocation>> mAllocationMap = 47 new HashMap<AllocationKey, List<Allocation>>(); 71 * Try to lookup a compatible Allocation from the cache, create one if none exist. 77 public Allocation getOrCreateTyped(Type type, int usage) { 83 List<Allocation> list = mAllocationMap.get(key); 86 Allocation alloc = list.remove(list.size() - 1); 100 return Allocation.createTyped(mRS, type, usage) [all...] |
/frameworks/rs/tests/lldb/cpp/Allocations/ |
Allocations.cpp | 22 sp<Allocation> mBoolAllocation; // boolean 24 sp<Allocation> mCharAllocation; // char 25 sp<Allocation> mChar2Allocation; // char2 26 sp<Allocation> mChar3Allocation; // char3 27 sp<Allocation> mChar4Allocation; // char4 29 sp<Allocation> mUCharAllocation; // uchar 30 sp<Allocation> mUChar2Allocation; // uchar2 31 sp<Allocation> mUChar3Allocation; // uchar3 32 sp<Allocation> mUChar4Allocation; // uchar4 34 sp<Allocation> mShortAllocation; // shor [all...] |
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
jniallocations.cpp | 26 sp<Allocation> mBoolAllocation; // boolean 28 sp<Allocation> mCharAllocation; // char 29 sp<Allocation> mChar2Allocation; // char2 30 sp<Allocation> mChar3Allocation; // char3 31 sp<Allocation> mChar4Allocation; // char4 33 sp<Allocation> mUCharAllocation; // uchar 34 sp<Allocation> mUChar2Allocation; // uchar2 35 sp<Allocation> mUChar3Allocation; // uchar3 36 sp<Allocation> mUChar4Allocation; // uchar4 38 sp<Allocation> mShortAllocation; // shor [all...] |
/cts/tests/tests/rscpp/librscpptest/ |
instance.rs | 7 // Set our allocation based on the global input value.
|