HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 876 - 900 of 1428) sorted by null

<<31323334353637383940>>

  /frameworks/base/graphics/java/android/graphics/
ImageDecoder.java     [all...]
  /art/compiler/optimizing/
code_generator_vector_x86.cc 183 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) {
184 LocationSummary* locations = new (allocator) LocationSummary(instruction);
427 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
428 LocationSummary* locations = new (allocator) LocationSummary(instruction);
856 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
857 LocationSummary* locations = new (allocator) LocationSummary(instruction);
    [all...]
code_generator_vector_x86_64.cc 166 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) {
167 LocationSummary* locations = new (allocator) LocationSummary(instruction);
410 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
411 LocationSummary* locations = new (allocator) LocationSummary(instruction);
839 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
840 LocationSummary* locations = new (allocator) LocationSummary(instruction);
    [all...]
graph_checker.cc 59 // Use local allocator for allocating memory.
60 ScopedArenaAllocator allocator(GetGraph()->GetArenaStack());
65 ScopedArenaVector<HBasicBlock*> sorted_predecessors(allocator.Adapter(kArenaAllocGraphChecker));
88 ScopedArenaVector<HBasicBlock*> sorted_successors(allocator.Adapter(kArenaAllocGraphChecker));
    [all...]
code_generator_mips.h 139 ParallelMoveResolverMIPS(ArenaAllocator* allocator, CodeGeneratorMIPS* codegen)
140 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {}
518 void Finalize(CodeAllocator* allocator) OVERRIDE;
code_generator_mips64.h 136 ParallelMoveResolverMIPS64(ArenaAllocator* allocator, CodeGeneratorMIPS64* codegen)
137 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {}
498 void Finalize(CodeAllocator* allocator) OVERRIDE;
code_generator_x86.h 130 ParallelMoveResolverX86(ArenaAllocator* allocator, CodeGeneratorX86* codegen)
131 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {}
505 void Finalize(CodeAllocator* allocator) OVERRIDE;
code_generator_x86_64.h 129 ParallelMoveResolverX86_64(ArenaAllocator* allocator, CodeGeneratorX86_64* codegen)
130 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {}
362 void Finalize(CodeAllocator* allocator) OVERRIDE;
scheduler.cc 777 // Phase-local allocator that allocates scheduler internal data structures like
779 ScopedArenaAllocator allocator(graph_->GetArenaStack());
795 arm64::HSchedulerARM64 scheduler(&allocator, selector);
805 arm::HSchedulerARM scheduler(&allocator, selector, &arm_latency_visitor);
ssa_builder.cc 628 ArenaAllocator* allocator = graph_->GetAllocator(); local
630 HPhi* new_phi = new (allocator) HPhi(allocator, phi->GetRegNumber(), inputs.size(), type);
  /external/ImageMagick/coders/
miff.c 435 allocator;
430 allocator; local
1933 allocator; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp 176 Allocator& allocator,
183 return ::vkt::pipeline::bindBuffer(vkd, device, allocator, buffer, requirement);
204 Allocator& allocator,
211 return ::vkt::pipeline::bindImage(vkd, device, allocator, image, requirement);
898 Allocator& allocator = context.getDefaultAllocator(); local
1420 Allocator& allocator = context.getDefaultAllocator(); local
    [all...]
vktPipelineImageUtil.cpp 207 vk::Allocator& allocator,
236 bufferAlloc = allocator.allocate(getBufferMemoryRequirements(vk, device, *buffer), MemoryRequirement::HostVisible);
356 Allocator& allocator,
398 bufferAlloc = allocator.allocate(getBufferMemoryRequirements(vk, device, *buffer), MemoryRequirement::HostVisible);
523 Allocator& allocator,
555 uploadTestTextureInternal(vk, device, queue, queueFamilyIndex, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTexture.getTextureFormat(), destImage);
558 uploadTestTextureInternal(vk, device, queue, queueFamilyIndex, allocator, srcTexture, DE_NULL, srcTexture.getTextureFormat(), destImage)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraChannel.cpp 246 * @allocator : stream related buffer allocator
261 int32_t QCameraChannel::addStream(QCameraAllocator &allocator,
288 QCameraStream *pStream = new QCameraStream(allocator,
    [all...]
  /external/dng_sdk/source/
dng_render.cpp 753 dng_memory_allocator *allocator,
818 dng_memory_allocator *allocator,
824 allocator,
888 BuildHueSatMapEncodingTable (*allocator,
899 BuildHueSatMapEncodingTable (*allocator,
932 fExposureRamp.Initialize (*allocator, rampFunction);
949 fToneCurve.Initialize (*allocator, totalTone);
962 fEncodeGamma.Initialize (*allocator, finalSpace.GammaFunction ());
981 fTempBuffer [threadIndex] . Reset (allocator->Allocate (tempBufferSize));
    [all...]
dng_camera_profile.cpp 1330 void BuildHueSatMapEncodingTable (dng_memory_allocator &allocator,
1358 encodeTable->Initialize (allocator,
1364 decodeTable->Initialize (allocator,
dng_negative.cpp 189 dng_memory_allocator &allocator)
194 , fMakerNote (CloneAutoPtr (rhs.fMakerNote, allocator))
197 , fIPTCBlock (CloneAutoPtr (rhs.fIPTCBlock, allocator))
217 dng_metadata * dng_metadata::Clone (dng_memory_allocator &allocator) const
220 return new dng_metadata (*this, allocator);
261 dng_memory_block * dng_metadata::BuildExifBlock (dng_memory_allocator &allocator,
267 dng_memory_stream stream (allocator);
398 return stream.AsMemoryBlock (allocator);
529 void dng_metadata::RebuildIPTC (dng_memory_allocator &allocator,
535 fXMP->RebuildIPTC (*this, allocator, padForTIFF)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 492 Allocator& allocator = m_context.getDefaultAllocator(); local
516 m_image = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageCreateInfo, MemoryRequirement::Any));
524 m_buffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible));
631 Allocator& allocator = m_context.getDefaultAllocator(); local
635 m_buffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible));
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.cpp 375 Allocator& allocator = m_context.getDefaultAllocator(); local
408 m_colorImage = MovePtr<ImageWithMemory>(new ImageWithMemory(vk, device, allocator, imageCreateInfo, MemoryRequirement::Any));
415 vk, device, allocator, makeBufferCreateInfo(bitmapSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible));
428 vk, device, allocator, makeBufferCreateInfo(bufferSize, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
assoc_container.hpp 88 * @tparam _Alloc Allocator type.
190 * @tparam _Alloc Allocator type.
203 typename _Alloc = std::allocator<char> >
353 * @tparam _Alloc Allocator type.
367 typename _Alloc = std::allocator<char> >
545 * @tparam _Alloc Allocator type.
623 * @tparam _Alloc Allocator type.
634 typename _Alloc = std::allocator<char> >
714 * @tparam _Alloc Allocator type.
730 typename _Alloc = std::allocator<char>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
assoc_container.hpp 88 * @tparam _Alloc Allocator type.
190 * @tparam _Alloc Allocator type.
203 typename _Alloc = std::allocator<char> >
353 * @tparam _Alloc Allocator type.
367 typename _Alloc = std::allocator<char> >
545 * @tparam _Alloc Allocator type.
623 * @tparam _Alloc Allocator type.
634 typename _Alloc = std::allocator<char> >
714 * @tparam _Alloc Allocator type.
730 typename _Alloc = std::allocator<char>
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationFractionalSpacingTests.cpp 520 Allocator& allocator = context.getDefaultAllocator();
528 const Buffer resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
533 const Buffer tessLevelsBuffer (vk, device, allocator, makeBufferCreateInfo(tessLevelsBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
vktTessellationGeometryGridRenderTests.cpp 536 Allocator& allocator = m_context.getDefaultAllocator(); local
545 const Image colorAttachmentImage (vk, device, allocator, colorImageCreateInfo, MemoryRequirement::Any);
550 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
vktTessellationWindingTests.cpp 414 Allocator& allocator = m_context.getDefaultAllocator(); local
421 const Image colorAttachmentImage (vk, device, allocator,
428 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);

Completed in 1378 milliseconds

<<31323334353637383940>>