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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/test/
tinyfin.go 42 // Check that p points to the correct subobject of the tiny allocation.
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 155 MovePtr<Allocation> allocation; member in struct:vkt::synchronization::__anon16763::Buffer
175 buffer.allocation = allocator.allocate(getBufferMemoryRequirements(vkd, device, *buffer.buffer), visibility);
177 VK_CHECK(vkd.bindBufferMemory(device, *buffer.buffer, buffer.allocation->getMemory(), buffer.allocation->getOffset()));
179 // If caller provides a host memory buffer for the allocation, then go
180 // ahead and copy the provided data into the allocation and update the
190 range.memory = buffer.allocation->getMemory();
191 range.offset = buffer.allocation->getOffset();
194 deMemcpy(buffer.allocation->getHostPtr(), bufferParameters.memory, (size_t)bufferParameters.size)
228 MovePtr<Allocation> allocation; member in struct:vkt::synchronization::__anon16763::Image
    [all...]
vktSynchronizationCrossInstanceSharingTests.cpp 83 class SimpleAllocation : public vk::Allocation
99 : Allocation (memory, 0, DE_NULL)
350 de::MovePtr<vk::Allocation> allocateAndBindMemory (const vk::DeviceInterface& vkd,
384 TCU_THROW(NotSupportedError, "Memory requires dedicated allocation");
397 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown()));
400 de::MovePtr<vk::Allocation> allocateAndBindMemory (const vk::DeviceInterface& vkd,
434 TCU_THROW(NotSupportedError, "Memory requires dedicated allocation");
446 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown()));
511 de::MovePtr<vk::Allocation> allocation = allocateAndBindMemory(vkd, device, *image, externalType, exportedMemoryTypeIndex, dedicated, get (…) local
539 de::MovePtr<vk::Allocation> allocation = allocateAndBindMemory(vkd, device, *buffer, externalType, exportedMemoryTypeIndex, dedicated, getMemReq2Supported); local
642 de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *image, nativeHandle, externalType, exportedMemoryTypeIndex, dedicated); local
670 de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *buffer, nativeHandle, externalType, exportedMemoryTypeIndex, dedicated); local
    [all...]
  /frameworks/rs/script_api/
rs_graphics.spec 218 summary: Sync the contents of an allocation
220 Sync the contents of an allocation.
259 summary: Bind a constant allocation
261 Bind a new Allocation object to a ProgramFragment or ProgramVertex.
262 The Allocation must be a valid constant input for the Program.
371 summary: Bind a texture allocation
373 Bind a new Allocation object to a ProgramFragment. The
374 Allocation must be a valid texture for the Program. The sampling
713 ret: rs_allocation, "allocation containing index data"
715 arg: uint32_t index, "index of the index allocation"
    [all...]
rs_object_info.spec 20 The functions below can be used to query the characteristics of an Allocation, Element,
34 See the <a href='http://developer.android.com/reference/android/renderscript/Allocation.html'>android.renderscript.Allocation</a> for details on to create Allocations.
39 for the cells of an Allocation and the instantiation of that type. For example:<ul>
42 i.e. a cell of an Allocation.</li></ul>
73 If the Allocation is a cubemap, this function returns 1 if there's more than one face
85 Query an Allocation for the presence of more than one Level Of Detail. This is useful
93 ret: uint32_t, "X dimension of the Allocation."
97 Returns the size of the X dimension of the Allocation.
104 ret: uint32_t, "Y dimension of the Allocation.
    [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.
138 void* allocation = arena.Alloc(size); local
139 EXPECT_TRUE(IsAligned<ArenaAllocator::kAlignment>(allocation))
140 << reinterpret_cast<uintptr_t>(allocation);
153 // Case 1: small aligned allocation, aligned extend inside arena.
166 // Case 2: small aligned allocation, non-aligned extend inside arena.
179 // Case 3: small non-aligned allocation, aligned extend inside arena.
192 // Case 4: small non-aligned allocation, aligned non-extend inside arena.
208 // Case 5: large allocation, aligned extend into next arena
    [all...]
  /external/v8/src/inspector/
v8-heap-profiler-agent-impl.cc 344 for (const auto& allocation : node->allocations)
345 selfSize += allocation.size * allocation.count;
369 m_isolate); // Allocation profile contains Local handles.
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
SurfacePixelValidator.java 24 import android.renderscript.Allocation;
56 private final Allocation mInPixelsAllocation;
122 allocation -> mWorkerHandler.post(mConsumeRunnable));
129 private Allocation createBufferQueueAllocation() {
130 return Allocation.createAllocations(mRS, Type.createXY(mRS,
133 Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT,
  /external/libvncserver/client_examples/
gtkvncviewer.c 47 widget->allocation.width,
48 widget->allocation.height);
52 cl->width = widget->allocation.width;
53 cl->height = widget->allocation.height;
  /external/v8/src/heap/
scavenger.cc 126 // over-allocation.
162 AllocationResult allocation = local
166 if (allocation.To(&target)) {
190 AllocationResult allocation = local
194 if (allocation.To(&target)) {
mark-compact.cc 110 // The object is either part of a black area of black allocation or a
1628 AllocationResult allocation = target_space->AllocateRaw(size, alignment); local
1755 AllocationResult allocation; local
1790 AllocationResult allocation = local
1808 AllocationResult allocation = local
1820 AllocationResult allocation; local
    [all...]
  /external/valgrind/massif/tests/
insig.post.exp 48 93.48% (16,528B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
70 87.28% (16,688B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
big-alloc.post.exp 48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-A.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-B.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-C.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-D.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_0_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_10_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_10_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /compatibility/cdd/8_performance-and-power/
8_5_consistent-performance.md 7 system optimize the allocation of the resources to address such fluctuations.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305.go 73 // original slice has sufficient capacity then no allocation is performed.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305.go 73 // original slice has sufficient capacity then no allocation is performed.

Completed in 828 milliseconds

1 2 3 4 56 7 8 91011>>