HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 101 - 125 of 537) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/rs/script_api/
rs_io.spec 23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
29 arg: rs_allocation a, "Allocation to work on."
44 arg: rs_allocation a, "Allocation to work on."
47 Send the contents of the Allocation to the queue.
rs_for_each.spec 99 arg: rs_allocation input, "Allocation to source data from."
100 arg: rs_allocation output, "Allocation to write date into."
102 arg: const rs_script_call_t* sc, "Extra control information used to select a sub-region of the allocation to be processed or suggest a walking strategy. May be NULL."
106 @rs_kernel argument. If the specified kernel returns a value, an output allocation
108 and the output allocation if it exists, must have the same dimensions.
113 to the output allocation.
116 "root" in the specified script, and only a single input allocation can be used.
201 by options, no input or output allocation is required for a kernel launch using
203 and return value expected by the kernel function. The output allocation is
398 To get the dimension of specific allocation, use @rsAllocationGetDimX()
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcsweep.go 288 throw("sweep increased allocation count")
293 s.freeindex = 0 // reset allocation index to start of span.
305 // But we need to set it before we make the span available for allocation
306 // (return it to heap or mcentral), because allocation code assumes that a
307 // span is already swept if available for allocation.
316 // At this point the mark bits are cleared and allocation ready
367 // also sweep pages (e.g., for a large allocation), it can pass a
372 // allocation. The caller should call reimburseSweepCredit if that
387 // Account for this span allocation.
401 // just-allocated span are not available for object allocation. Thi
    [all...]
malloc.go 11 // Small allocation sizes (up to and including 32 kB) are
25 // mstats: allocation statistics.
52 // 1. If the mspan is being swept in response to allocation, it
53 // is returned to the mcache to satisfy the allocation.
74 // 1. Stack frame allocation can avoid zeroing altogether.
194 // an allocation. It is okay if SysFree is a no-op.
249 // Set up the allocation arena, a contiguous area of memory where
279 // allocation at 0x40 << 32 because when using 4k pages with 3-level
376 throw("misrounded allocation in mallocinit")
416 // We haven't added this allocation t
    [all...]
debug.go 40 // at process startup. Changes to operating system CPU allocation after
  /prebuilts/go/linux-x86/src/runtime/
mgcsweep.go 288 throw("sweep increased allocation count")
293 s.freeindex = 0 // reset allocation index to start of span.
305 // But we need to set it before we make the span available for allocation
306 // (return it to heap or mcentral), because allocation code assumes that a
307 // span is already swept if available for allocation.
316 // At this point the mark bits are cleared and allocation ready
367 // also sweep pages (e.g., for a large allocation), it can pass a
372 // allocation. The caller should call reimburseSweepCredit if that
387 // Account for this span allocation.
401 // just-allocated span are not available for object allocation. Thi
    [all...]
malloc.go 11 // Small allocation sizes (up to and including 32 kB) are
25 // mstats: allocation statistics.
52 // 1. If the mspan is being swept in response to allocation, it
53 // is returned to the mcache to satisfy the allocation.
74 // 1. Stack frame allocation can avoid zeroing altogether.
194 // an allocation. It is okay if SysFree is a no-op.
249 // Set up the allocation arena, a contiguous area of memory where
279 // allocation at 0x40 << 32 because when using 4k pages with 3-level
376 throw("misrounded allocation in mallocinit")
416 // We haven't added this allocation t
    [all...]
debug.go 40 // at process startup. Changes to operating system CPU allocation after
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 20 import android.renderscript.Allocation;
45 /** Access mode Allocation: Frame data will be accessed as a RenderScript Allocation. */
533 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); local
534 allocation.copyTo(mBitmap);
626 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION) local
748 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 47 typedef de::SharedPtr<Allocation> AllocationSp;
146 MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vkd, device, *buffer),
149 VK_CHECK(vkd.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset()));
152 allocations->push_back(AllocationSp(allocation.release()));
435 const std::vector<de::SharedPtr<vk::Allocation> >& allocations,
450 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 local
468 void* const dstPtr = ((deUint8*)allocation->getHostPtr()) + layout.offset + layout.rowPitch * row
755 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 local
    [all...]
  /frameworks/rs/driver/
rsdCore.cpp 47 using android::renderscript::Allocation;
287 typedef void (*sAllocationDestroyFnPtr) (const Context *rsc, Allocation *alloc);
288 typedef void (*sAllocationIoSendFnPtr) (const Context *rsc, Allocation *alloc);
289 typedef void (*sAllocationSetSurfaceFnPtr) (const Context *rsc, Allocation *alloc, ANativeWindow *nw);
325 rsc->mHal.funcs.allocation.destroy = sAllocationDestroy;
326 rsc->mHal.funcs.allocation.ioSend = sAllocationIoSend;
327 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.hpp 54 de::MovePtr<vk::Allocation> allocation)
56 , m_allocation (allocation)
62 vk::Allocation& getAllocation (void) const { return *m_allocation; }
66 const de::UniquePtr<vk::Allocation> m_allocation;
87 de::MovePtr<vk::Allocation>& allocation)
89 , m_allocation (allocation)
95 vk::Allocation& getAllocation (void) const { return *m_allocation; }
99 const de::UniquePtr<vk::Allocation> m_allocation
    [all...]
vktSynchronizationOperation.hpp 167 de::MovePtr<vk::Allocation> allocation,
172 de::MovePtr<vk::Allocation> allocation,
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_object.cpp 50 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum);
78 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum);
105 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum);
106 sp<Allocation> mIn = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum);
107 sp<Allocation> allocation = Allocation::createTyped(mRS, mIn->getType()) local
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 23 * \brief Memory allocation callback utilities.
82 } allocation; member in union:vk::AllocationCallbackRecord::__anon16462
109 static AllocationCallbackRecord allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr);
  /external/flatbuffers/go/
sizes.go 52 // byteSliceToString converts a []byte to string without a heap allocation.
  /external/valgrind/massif/tests/
long-names.post.exp 41 100.00% (4,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
new-cpp.post.exp 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
overloaded-new.post.exp 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/valgrind/memcheck/tests/
holey_buffer_too_small.stderr.exp 9 Uninitialised value was created by a heap allocation
  /frameworks/rs/driver/runtime/
Android.mk 38 ll32/allocation.ll
41 ll64/allocation.ll
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 42 private Allocation mGridCache;
46 Allocation.USAGE_SCRIPT |
47 Allocation.USAGE_GRAPHICS_CONSTANTS);
75 private Allocation loadTexture(int id) {
79 final Allocation allocation = local
80 Allocation.createFromBitmap(mRS, bp,
81 Allocation.MipmapControl.MIPMAP_NONE,
82 Allocation.USAGE_GRAPHICS_TEXTURE);
83 return allocation;
    [all...]
  /prebuilts/go/darwin-x86/src/errors/
errors_test.go 22 // Same allocation should be equal to itself (not crash).
  /prebuilts/go/darwin-x86/test/
tinyfin.go 42 // Check that p points to the correct subobject of the tiny allocation.
  /prebuilts/go/linux-x86/src/errors/
errors_test.go 22 // Same allocation should be equal to itself (not crash).

Completed in 1008 milliseconds

1 2 3 45 6 7 8 91011>>