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

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/
rsFont.cpp 475 mRSC->mHal.funcs.allocation.data2D(mRSC, mTextTexture.get(), 0, 0, 0,
522 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(),
556 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
583 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
586 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc);
613 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(),
615 mTextMeshPtr = (float*)mRSC->mHal.funcs.allocation.lock1D(mRSC, vertexAlloc)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 113 de::MovePtr<Allocation> createBufferMemory (const DeviceInterface& vk,
118 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible));
119 bindBufferMemory(vk, device, buffer, allocation->getMemory(), allocation->getOffset());
120 return allocation;
123 de::MovePtr<Allocation> createImageMemory (const DeviceInterface& vk,
128 de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, image), MemoryRequirement::Any));
129 bindImageMemory(vk, device, image, allocation->getMemory(), allocation->getOffset())
    [all...]
  /external/valgrind/massif/tests/
alloc-fns-A.post.exp 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
alloc-fns-B.post.exp 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_0_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /prebuilts/go/darwin-x86/src/runtime/
lfstack_test.go 31 global = stack // force heap allocation
extern.go 27 allocfreetrace: setting allocfreetrace=1 causes every allocation to be
28 profiled and a stack trace printed on each object's allocation and free.
86 line with allocation), background GC time, and idle GC time.
  /prebuilts/go/linux-x86/src/runtime/
lfstack_test.go 31 global = stack // force heap allocation
extern.go 27 allocfreetrace: setting allocfreetrace=1 causes every allocation to be
28 profiled and a stack trace printed on each object's allocation and free.
86 line with allocation), background GC time, and idle GC time.
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 709 // Don't allow allocation of fewer elements than we have initializers.
731 // allocation fails.
1338 Address allocation = Address::invalid(); local
    [all...]
  /build/blueprint/proptools/
clone.go 85 // We can't use the existing destination allocation, so
106 // Re-use the existing allocation.
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 401 const Allocation& allocation = m_buffer->getAllocation(); local
402 invalidateMappedMemoryRange(deviceInterface, device, allocation.getMemory(), allocation.getOffset(), bufferSizeInBytes);
405 tcu::ConstPixelBufferAccess resultPixelBuffer(m_format, computeGridSize.x(), computeGridSize.y(), computeGridSize.z(), allocation.getHostPtr());
  /external/webrtc/webrtc/p2p/base/
turnserver.h 60 // Encapsulates a TURN allocation.
61 // The object is created when an allocation request is received, and then
63 // (via HandleChannelData) for this allocation when received by the server.
246 void OnAllocationDestroyed(TurnServerAllocation* allocation);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
op.go 50 inputs []inputInfo // ordered in register allocation order
52 outputs []outputInfo // ordered in register allocation order
  /prebuilts/go/darwin-x86/src/syscall/
exec_bsd.go 43 // declarations require heap allocation (e.g., err1).
67 // No more allocation or calls of non-assembly functions.
exec_solaris.go 58 // declarations require heap allocation (e.g., err1).
80 // No more allocation or calls of non-assembly functions.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
op.go 50 inputs []inputInfo // ordered in register allocation order
52 outputs []outputInfo // ordered in register allocation order
  /prebuilts/go/linux-x86/src/syscall/
exec_bsd.go 43 // declarations require heap allocation (e.g., err1).
67 // No more allocation or calls of non-assembly functions.
exec_solaris.go 58 // declarations require heap allocation (e.g., err1).
80 // No more allocation or calls of non-assembly functions.
  /system/core/libmemunreachable/tests/
HeapWalker_test.cpp 44 TEST_F(HeapWalkerTest, allocation) {
46 ASSERT_TRUE(heap_walker.Allocation(3, 4));
47 ASSERT_TRUE(heap_walker.Allocation(2, 3));
48 ASSERT_TRUE(heap_walker.Allocation(4, 5));
49 ASSERT_TRUE(heap_walker.Allocation(6, 7));
50 ASSERT_TRUE(heap_walker.Allocation(0, 1));
55 ASSERT_TRUE(heap_walker.Allocation(2, 3));
56 ASSERT_TRUE(heap_walker.Allocation(3, 4));
57 ASSERT_FALSE(heap_walker.Allocation(2, 3));
58 ASSERT_FALSE(heap_walker.Allocation(1, 3))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 785 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation)
787 DE_ASSERT(allocation);
788 VK_CHECK(m_vk.bindImageMemory(m_device, *m_object, allocation->getMemory(), allocation->getOffset()));
791 m_allocation = allocation;
    [all...]
  /external/ImageMagick/www/api/
memory.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Memory Allocation</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, memory, allocation, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
324 <dd>a pointer to a memory allocation. </dd>
354 <dd>A pointer to a memory allocation. </dd>
381 <dd>A pointer to a memory allocation. </dd>
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 7270 struct pmem_allocation allocation; local
8951 struct pmem_allocation allocation; local
9087 struct pmem_allocation allocation; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 798 de::MovePtr<Allocation> alloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible);
869 de::MovePtr<vk::Allocation> alloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible);
    [all...]
  /device/linaro/hikey/gralloc960/
Android.mk 103 #if Mali display is available, AFBC buffers should be initialised after allocation

Completed in 1044 milliseconds

1 2 3 4 5 67 8 91011>>