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

<<11121314151617181920>>

  /external/caliper/caliper/src/main/resources/com/google/caliper/config/
global-config.properties 69 # Instrument "allocation"
70 instrument.allocation.class=com.google.caliper.runner.AllocationInstrument
72 # Track and log a summary of every individual allocation. This enables better error messages for
73 # buggy benchmarks and prints detailed reports of allocation behavior in verbose mode. N.B. This
74 # can increase the memory usage of the allocation worker significantly, so it is not recommended
75 # for benchmarks that do a lot of allocation.
76 instrument.allocation.options.trackAllocations=false
  /external/llvm/lib/CodeGen/
AllocationOrder.h 1 //===-- llvm/CodeGen/AllocationOrder.h - Allocation Order -*- C++ -*-------===//
10 // This file implements an allocation order for virtual registers.
12 // The preferred allocation order for a virtual register depends on allocation
44 /// Get the allocation order without reordered hints.
47 /// Return the next physical register in the allocation order, or 0.
64 /// Limit'th register in the RegisterClassInfo allocation order.
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp 62 void RsdCpuScriptIntrinsic::setGlobalBind(uint32_t slot, Allocation *data) {
76 void RsdCpuScriptIntrinsic::preLaunch(uint32_t slot, const Allocation ** ains,
77 uint32_t inLen, Allocation * aout,
82 void RsdCpuScriptIntrinsic::postLaunch(uint32_t slot, const Allocation ** ains,
83 uint32_t inLen, Allocation * aout,
89 const Allocation ** ains,
91 Allocation * aout,
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UT_multi_input.java 20 import android.renderscript.Allocation;
27 private Allocation Ain0;
28 private Allocation Ain1;
30 private Allocation Out0;
44 Ain0 = Allocation.createTyped(RS, floatBuilder.create());
45 Ain1 = Allocation.createTyped(RS, floatBuilder.create());
46 Out0 = Allocation.createTyped(RS, floatBuilder.create());
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
VrState.java 20 import android.renderscript.Allocation;
37 Allocation mzRangeFullAllocation;
38 public Allocation mScrAllocation; // the RGB data out
76 mScrAllocation = Allocation.createTyped(mRs, b.create(),
77 Allocation.USAGE_IO_OUTPUT | Allocation.USAGE_SCRIPT);
95 mzRangeFullAllocation = Allocation.createTyped(mRs, b.create());
  /frameworks/rs/driver/
rsdAllocation.cpp 33 using android::renderscript::Allocation;
84 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc,
96 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr,
115 static void Upload2DTexture(const Context *rsc, const Allocation *alloc, bool isFirstUpload) {
157 static void UploadToTexture(const Context *rsc, const Allocation *alloc) {
195 static void AllocateRenderTarget(const Context *rsc, const Allocation *alloc) {
220 static void UploadToBufferObject(const Context *rsc, const Allocation *alloc) {
247 static size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) {
250 // Allocation::ioReceive. Return early and avoid clobberring any
296 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc
    [all...]
rsdBcc.cpp 28 using android::renderscript::Allocation;
71 const Allocation * ain,
72 Allocation * aout,
81 const Allocation *ains[1] = {ain};
91 const Allocation ** ains,
93 Allocation * aout,
128 const Allocation ** ains, size_t inLen,
129 Allocation *aout,
156 void rsdScriptSetGlobalBind(const Context *dc, const Script *s, uint32_t slot, Allocation *data) {
173 Allocation * rsdScriptGetAllocationForPointer(const android::renderscript::Context *dc
    [all...]
  /frameworks/rs/tests/lldb/tests/testcases/
test_allocation_dump_1.py 53 self.try_command('language renderscript allocation dump 1 -f ' +
64 self.try_command('language renderscript allocation dump 2 -f ' +
73 self.try_command('language renderscript allocation dump 3',
100 self.try_command('language renderscript allocation dump 4',
115 self.try_command('language renderscript allocation dump 5',
124 self.try_command('language renderscript allocation dump 6',
133 self.try_command('language renderscript allocation dump 7',
160 self.try_command('language renderscript allocation dump 8',
175 self.try_command('language renderscript allocation dump 9',
184 self.try_command('language renderscript allocation dump 10'
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 2 Support routines for memory allocation routines based on SMM Core internal functions.
7 in the Memory Allocation Library use EfiBootServicesData as the default memory
8 allocation type. For this SMM specific instance of the Memory Allocation Library,
10 In addition, allocation for the Reserved memory types are not supported and will
72 @return A pointer to the allocated buffer or NULL if allocation fails.
105 @return A pointer to the allocated buffer or NULL if allocation fails.
127 @return A pointer to the allocated buffer or NULL if allocation fails.
149 @return A pointer to the allocated buffer or NULL if allocation fails.
162 Frees one or more 4KB pages that were previously allocated with one of the page allocation
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 2 Support routines for memory allocation routines based
8 reserved after BDS phase. The functions in the Memory Allocation Library use
9 EfiBootServicesData as the default memory allocation type. For this SMM
10 specific instance of the Memory Allocation Library, EfiRuntimeServicesData
12 allocation for the Reserved memory types are not supported and will always
149 @return A pointer to the allocated buffer or NULL if allocation fails.
182 @return A pointer to the allocated buffer or NULL if allocation fails.
204 @return A pointer to the allocated buffer or NULL if allocation fails.
226 @return A pointer to the allocated buffer or NULL if allocation fails.
239 Frees one or more 4KB pages that were previously allocated with one of the page allocation
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 28 using ::android::hardware::renderscript::V1_0::Allocation;
214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation)
217 uint64_t _allocation = (uint64_t)(uintptr_t)allocation;
426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type, local
428 return (RsAllocation) allocation;
441 uint64_t allocation = GetIContextHandle(context)->allocationCreateFromBitmap(_type, local
443 return (RsAllocation) allocation;
455 uint64_t allocation = GetIContextHandle(context)->allocationCubeCreateFromBitmap(_type, (AllocationMipmapControl)mipmaps, _bitmap, usages); local
456 return (RsAllocation) allocation;
459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 19 Support routines for memory allocation routines for use with drivers.
36 @return A pointer to the allocated buffer or NULL if allocation fails.
69 @return A pointer to the allocated buffer or NULL if allocation fails.
91 @return A pointer to the allocated buffer or NULL if allocation fails.
113 @return A pointer to the allocated buffer or NULL if allocation fails.
126 Frees one or more 4KB pages that were previously allocated with one of the page allocation
127 functions in the Memory Allocation Library.
130 must have been allocated on a previous call to the page allocation services of the Memory
131 Allocation Library.
132 If Buffer was not allocated with a page allocation function in the Memory Allocation Library,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 19 Support routines for memory allocation routines for use with drivers.
35 @return A pointer to the allocated buffer or NULL if allocation fails.
68 @return A pointer to the allocated buffer or NULL if allocation fails.
90 @return A pointer to the allocated buffer or NULL if allocation fails.
112 @return A pointer to the allocated buffer or NULL if allocation fails.
125 Frees one or more 4KB pages that were previously allocated with one of the page allocation
126 functions in the Memory Allocation Library.
129 must have been allocated on a previous call to the page allocation services of the Memory
130 Allocation Library.
131 If Buffer was not allocated with a page allocation function in the Memory Allocation Library,
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 30 * allocation that is provided separately, as multiple allocation
88 Allocation[] mVertexBuffers;
89 Allocation[] mIndexBuffers;
111 * @return vertex data allocation at the given index
114 public Allocation getVertexAllocation(int slot) {
132 * @param slot locaton within the list of index set allocation
133 * @return allocation containing primtive index data or null if
137 public Allocation getIndexSetAllocation(int slot) {
163 mVertexBuffers = new Allocation[vtxCount]
    [all...]
ScriptIntrinsicHistogram.java 25 private Allocation mOut;
58 * output allocation. The output allocation may be a narrower
69 public void forEach(Allocation ain) {
75 * output allocation. The output allocation may be a narrower
87 public void forEach(Allocation ain, Script.LaunchOptions opt) {
137 * @param aout The output allocation
139 public void setOutput(Allocation aout) {
165 * output allocation. The dot product of the input channel an
    [all...]
  /system/core/libmemunreachable/
Allocator.cpp 19 // For minimum allocation size (8 bytes), bitmap can store used allocations for
400 MapAllocation* allocation = reinterpret_cast<MapAllocation*>(AllocLocked(
404 FreeLocked(allocation);
407 allocation->ptr = ptr;
408 allocation->size = size;
409 allocation->next = map_allocation_list_;
410 map_allocation_list_ = allocation;
416 MapAllocation **allocation = &map_allocation_list_;
417 while (*allocation && (*allocation)->ptr != ptr
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 2 Support routines for memory allocation routines
37 @return A pointer to the allocated buffer or NULL if allocation fails.
71 @return A pointer to the allocated buffer or NULL if allocation fails.
93 @return A pointer to the allocated buffer or NULL if allocation fails.
115 @return A pointer to the allocated buffer or NULL if allocation fails.
128 Frees one or more 4KB pages that were previously allocated with one of the page allocation
129 functions in the Memory Allocation Library.
132 must have been allocated on a previous call to the page allocation services of the Memory
133 Allocation Library. If it is not possible to free allocated pages, then this function will
136 If Buffer was not allocated with a page allocation function in the Memory Allocation Library,
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicHistogram.java 27 private Allocation mOut;
68 * output allocation. The output allocation may be a narrower
79 public void forEach(Allocation ain) {
85 * output allocation. The output allocation may be a narrower
97 public void forEach(Allocation ain, Script.LaunchOptions opt) {
147 * @param aout The output allocation
149 public void setOutput(Allocation aout) {
175 * output allocation. The dot product of the input channel an
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 2 Support routines for memory allocation routines based
44 @return A pointer to the allocated buffer or NULL if allocation fails.
73 @return A pointer to the allocated buffer or NULL if allocation fails.
95 @return A pointer to the allocated buffer or NULL if allocation fails.
117 @return A pointer to the allocated buffer or NULL if allocation fails.
130 Frees one or more 4KB pages that were previously allocated with one of the page allocation
131 functions in the Memory Allocation Library.
134 must have been allocated on a previous call to the page allocation services of the Memory
135 Allocation Library. If it is not possible to free allocated pages, then this function will
138 If Buffer was not allocated with a page allocation function in the Memory Allocation Library,
    [all...]
  /art/runtime/base/
arena_allocator_test.cc 58 // Reuse the previous arena and allocate more than previous allocation including red zone.
62 // Verify that the allocation was made on the same arena.
133 void* allocation = arena.Alloc(size); local
134 EXPECT_TRUE(IsAligned<ArenaAllocator::kAlignment>(allocation))
135 << reinterpret_cast<uintptr_t>(allocation);
148 // Case 1: small aligned allocation, aligned extend inside arena.
161 // Case 2: small aligned allocation, non-aligned extend inside arena.
174 // Case 3: small non-aligned allocation, aligned extend inside arena.
187 // Case 4: small non-aligned allocation, aligned non-extend inside arena.
203 // Case 5: large allocation, aligned extend into next arena
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
UT_alloc_copyPadded.java 28 super(rstc, "Allocation CopyTo Padded", ctx);
93 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
125 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
158 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
192 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
227 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create())
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_alloc_copyPadded.java 28 super(rstc, "Allocation CopyTo Padded", ctx);
93 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
125 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
158 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
192 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
227 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create())
    [all...]
  /bionic/libc/malloc_debug/
Config.cpp 256 error_log(" Enable capturing the backtrace at the point of allocation.");
262 error_log(" Enable capturing the backtrace at the point of allocation.");
269 error_log(" On first allocation, fill with the value 0x%02x.", DEFAULT_FILL_ALLOC_VALUE);
271 error_log(" allocation. The default is to fill the entire allocation.");
276 error_log(" only fill up to XX bytes of the allocation. The default is to");
277 error_log(" fill the entire allocation.");
280 error_log(" On both first allocation free, fill with the value 0x%02x on",
282 error_log(" first allocation and the value 0x%02x. If XX is set, only fill",
284 error_log(" up to XX bytes. The default is to fill the entire allocation.")
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BitmapUtils.java 20 import android.renderscript.Allocation;
48 Allocation sums = Allocation.createSized(rs, Element.I32_4(rs), COLOR_BIT_DEPTH);
50 // Setup input allocation (ARGB 8888 bitmap).
51 Allocation input = Allocation.createFromBitmap(rs, bmap);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNanHalf.java 21 import android.renderscript.Allocation;
53 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE);
61 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE);
70 private void verifyResultsNanHalfHalf(Allocation out, boolean relaxed) {

Completed in 1361 milliseconds

<<11121314151617181920>>