HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 726 - 750 of 1382) sorted by null

<<21222324252627282930>>

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPointSizeTests.cpp 311 Allocator& allocator = context.getDefaultAllocator(); local
318 const Image colorAttachmentImage (vk, device, allocator,
325 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
vktTessellationWindingTests.cpp 260 Allocator& allocator = m_context.getDefaultAllocator(); local
267 const Image colorAttachmentImage (vk, device, allocator,
274 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
vktTessellationCommonEdgeTests.cpp 249 Allocator& allocator = context.getDefaultAllocator(); local
333 const Buffer vertexBuffer(vk, device, allocator,
353 const Image colorAttachmentImage (vk, device, allocator,
360 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
vktTessellationShaderInputOutputTests.cpp 78 Allocator& allocator = context.getDefaultAllocator(); local
82 const Buffer vertexBuffer(vk, device, allocator,
98 const Image colorAttachmentImage (vk, device, allocator,
105 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
vktTessellationUtil.hpp 51 vk::Allocator& allocator,
56 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
79 vk::Allocator& allocator,
84 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
  /external/dng_sdk/source/
dng_iptc.cpp 721 dng_memory_block * dng_iptc::Spool (dng_memory_allocator &allocator,
729 dng_memory_stream stream (allocator, NULL, 2048);
981 return stream.AsMemoryBlock (allocator);
dng_memory.h 307 // to 16-byte boundaries if the allocator does not do that already. The
320 // The allocator on Win64/Mac64 is 16-byte aligned already. iOS is too.
345 dng_memory_block * Clone (dng_memory_allocator &allocator) const;
511 /// \brief Interface for dng_memory_block allocator.
533 /// \brief Default memory allocator used if NULL is passed in for allocator
543 // C++ allocator (i.e. an implementation of the Allocator concept) that throws a
  /external/libchrome/base/metrics/
statistics_recorder.cc 464 GlobalHistogramAllocator* allocator = GlobalHistogramAllocator::Get();
465 if (allocator)
466 allocator->ImportHistogramsToStatisticsRecorder();
persistent_memory_allocator.cc 92 // describe the state of the allocator to all processes.
129 const PersistentMemoryAllocator* allocator)
130 : allocator_(allocator), last_record_(kReferenceQueue), record_count_(0) {}
133 const PersistentMemoryAllocator* allocator,
135 : allocator_(allocator), last_record_(starting_after), record_count_(0) {
149 // made to the allocator, notably "freeptr" (see comment in loop for why
343 // The allocator is attaching to a previously initialized segment of
366 // some issue with the underlying memory segment. The "Local" allocator
669 // having internal dereferences go through this same function, the allocator
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 757 SkBitmap::Allocator* alloc) {
825 HeapAllocator allocator; local
827 if (!bitmapCopyTo(&result, dstCT, src, &allocator)) {
830 auto bitmap = allocator.getStorageObjAndReset();
837 AshmemPixelAllocator allocator(env);
838 if (!bitmapCopyTo(&result, dstCT, src, &allocator)) {
841 auto bitmap = allocator.getStorageObjAndReset();
1282 HeapAllocator allocator; local
1595 HeapAllocator allocator; local
    [all...]
  /art/runtime/gc/allocator/
rosalloc-inl.h 24 namespace allocator { namespace in namespace:art::gc
122 } // namespace allocator
  /art/runtime/gc/space/
dlmalloc_space.h 121 MallocSpace* CreateInstance(MemMap* mem_map, const std::string& name, void* allocator,
malloc_space.h 126 virtual MallocSpace* CreateInstance(MemMap* mem_map, const std::string& name, void* allocator,
157 // When true the low memory mode argument specifies that the heap wishes the created allocator to
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 726 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
728 de::MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement);
733 de::MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement)
735 de::MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requirement));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.hpp 117 vk::Allocator& getAllocator (void) const { return m_allocator; }
123 OperationContext (Context& context, PipelineCacheData& pipelineCacheData, const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator);
130 vk::Allocator& m_allocator;
  /external/eigen/Eigen/src/StlSupport/
StdDeque.h 18 * std::deque such that for data types with alignment issues the correct allocator
25 class deque<__VA_ARGS__, std::allocator<__VA_ARGS__> > \
StdList.h 17 * std::list such that for data types with alignment issues the correct allocator
24 class list<__VA_ARGS__, std::allocator<__VA_ARGS__> > \
StdVector.h 18 * std::vector such that for data types with alignment issues the correct allocator
25 class vector<__VA_ARGS__, std::allocator<__VA_ARGS__> > \
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_UTypes.pass.cpp 84 std::tuple<Explicit> t{std::allocator_arg, std::allocator<void>{}, 42};
135 // Check that uses-allocator construction is still selected when
148 // Stress test the SFINAE on the uses-allocator constructors and
move.pass.cpp 54 using Alloc = std::allocator<void>;
69 // uses-allocator special member constructors
76 // uses-allocator args constructors
  /external/libvterm/src/
vterm_internal.h 128 VTermAllocatorFunctions *allocator; member in struct:VTerm
  /external/skia/src/core/
SkResourceCache.h 167 * Use this allocator for bitmaps, so they can use ashmem when available.
170 static SkBitmap::Allocator* GetAllocator();
242 SkBitmap::Allocator* allocator() const { return fAllocator; } function in class:SkResourceCache
259 // the allocator is nullptr or one that matches discardables
260 SkBitmap::Allocator* fAllocator;
  /external/skia/src/pathops/
SkOpSegment.h 63 SkOpAngle* angle = SkOpTAllocator<SkOpAngle>::Allocate(this->globalState()->allocator());
81 SkOpAngle* angle = SkOpTAllocator<SkOpAngle>::Allocate(this->globalState()->allocator());
99 return SkOpTAllocator<T>::AllocateArray(this->globalState()->allocator(), count);
240 SkOpSpan* result = SkOpTAllocator<SkOpSpan>::Allocate(globalState->allocator());
  /external/v8/src/crankshaft/
lithium.cc 431 LAllocator allocator(values, graph);
432 LChunkBuilder builder(info, graph, &allocator);
436 if (!allocator.Allocate(chunk)) {
442 allocator.assigned_double_registers());
703 // For ordinary values, tell the register allocator we need the value
  /external/v8/src/wasm/
wasm-interpreter.h 138 WasmInterpreter(WasmInstance* instance, AccountingAllocator* allocator);

Completed in 723 milliseconds

<<21222324252627282930>>