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

<<31323334353637383940>>

  /external/skia/src/core/
SkBitmapDevice.cpp 92 SkRasterHandleAllocator* allocator) {
106 } else if (allocator) {
107 hndl = allocator->allocBitmap(info, &bitmap);
336 // Since the shader need only live for our stack-frame, pass in a custom allocator. This
  /external/skqp/src/core/
SkBitmapDevice.cpp 92 SkRasterHandleAllocator* allocator) {
106 } else if (allocator) {
107 hndl = allocator->allocBitmap(info, &bitmap);
336 // Since the shader need only live for our stack-frame, pass in a custom allocator. This
  /external/tensorflow/tensorflow/compiler/xla/tests/
dynamic_ops_test.cc 668 StreamExecutorMemoryAllocator allocator(platform, executors);
695 start_indices_shape, &allocator, /*device_ordinal=*/0)
710 options.set_allocator(&allocator);
  /external/v8/src/compiler/
pipeline.cc 57 #include "src/compiler/register-allocator-verifier.h"
58 #include "src/compiler/register-allocator.h"
553 zone_stats_(parse_info->isolate()->allocator()),
650 zone_stats_(info->isolate()->allocator()),
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 76 std::allocator<Magick::Coordinate>; member in class:Magick::std
150 std::allocator<Magick::Drawable>; member in class:Magick::std
227 std::allocator<Magick::VPath>; member in class:Magick::std
230 // std::vector<Magick::VPath, std::allocator<Magick::VPath> >;
2434 std::allocator<Magick::PathArcArgs>; member in class:Magick::std
2608 std::allocator<Magick::PathCurvetoArgs>; member in class:Magick::std
2789 std::allocator<Magick::PathQuadraticCurvetoArgs>; member in class:Magick::std
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 457 Allocator& allocator = m_context.getDefaultAllocator(); local
486 m_resultImage = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageParams, MemoryRequirement::Any));
493 const Buffer inputBuffer(deviceInterface, device, allocator, makeBufferCreateInfo(imageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_SRC_BIT), MemoryRequirement::HostVisible);
513 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCreateInfo(outBuffSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible));
772 Allocator& allocator = m_context.getDefaultAllocator(); local
802 m_intermResultsImage = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageParams, MemoryRequirement::Any));
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 422 int testNo, SkArenaAlloc* allocator) {
426 SkOpGlobalState state(&contour, allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr));
561 SkSTArenaAlloc<4096> allocator;
571 testQuadAngles(reporter, quad0, quad1, 0, &allocator);
576 SkSTArenaAlloc<4096> allocator;
603 testQuadAngles(reporter, q1, q2, index, &allocator);
    [all...]
  /external/skqp/tests/
PathOpsAngleIdeas.cpp 422 int testNo, SkArenaAlloc* allocator) {
426 SkOpGlobalState state(&contour, allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr));
561 SkSTArenaAlloc<4096> allocator;
571 testQuadAngles(reporter, quad0, quad1, 0, &allocator);
576 SkSTArenaAlloc<4096> allocator;
603 testQuadAngles(reporter, q1, q2, index, &allocator);
    [all...]
  /device/google/cuttlefish/shared/
device.mk 164 android.hardware.graphics.allocator@2.0-impl \
165 android.hardware.graphics.allocator@2.0-service
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 115 Allocator& allocator,
118 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible));
125 Allocator& allocator,
128 de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, image), MemoryRequirement::Any));
345 Allocator& allocator,
351 memory[memoryNdx] = safeSharedPtr(createImageMemory(vkd, device, allocator, **images[memoryNdx]).release());
386 Allocator& allocator
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.hpp 190 vk::Allocator& allocator,
196 vk::Allocator& allocator,
  /external/dng_sdk/source/
dng_gain_map.cpp 252 dng_gain_map::dng_gain_map (dng_memory_allocator &allocator,
269 fBuffer.Reset (allocator.Allocate (
406 AutoPtr<dng_gain_map> map (new dng_gain_map (host.Allocator (),
dng_stream.cpp 159 dng_memory_block * dng_stream::AsMemoryBlock (dng_memory_allocator &allocator)
173 AutoPtr<dng_memory_block> block (allocator.Allocate (len));
  /external/gemmlowp/internal/
pack.h 32 #include "allocator.h"
51 PackedSideBlock(Side side, Allocator* allocator,
53 : allocator_(allocator), pos_(0) {
101 // Pointer to the allocator provided by the caller. Not owned.
102 // The Allocator is assumed to outlive the PackedSideBlock.
103 Allocator* const allocator_;
106 Allocator::Handle data_handle_;
110 Allocator::Handle sums_of_each_slice_handle_;
  /external/libchrome/base/metrics/
persistent_memory_allocator.h 27 // Simple allocator for pieces of a memory block that may be persistent
46 // allocator has been attached to it.
52 // OBJECTS: Although the allocator can be used in a "malloc" sense, fetching
70 // identification of these objects in the allocator, including the ability
82 // what sizeof(T) would return. By providing it explicitly, the allocator can
111 // allocator is being cleaned up. If file-backed, the file is likely
122 // Iterator for going through all iterable memory records in an allocator.
123 // Like the allocator itself, iterators are lock-free and thread-secure.
138 // Constructs an iterator on a given |allocator|, starting at the beginning.
139 // The allocator must live beyond the lifetime of the iterator. This clas
    [all...]
  /external/libcxx/test/support/
test_allocator.h 297 T* allocate(std::size_t n) { return std::allocator<T>{}.allocate(n); }
299 void deallocate(T* p, std::size_t n) { std::allocator<T>{}.deallocate(p, n); }
  /external/skia/src/pathops/
SkPathOpsTypes.h 42 SkArenaAlloc* allocator SkDEBUGPARAMS(bool debugSkipAssert)
53 SkArenaAlloc* allocator() { function in class:SkOpGlobalState
  /external/skqp/src/pathops/
SkPathOpsTypes.h 42 SkArenaAlloc* allocator SkDEBUGPARAMS(bool debugSkipAssert)
53 SkArenaAlloc* allocator() { function in class:SkOpGlobalState
  /external/tensorflow/tensorflow/core/kernels/data/
map_and_batch_dataset_op.cc 186 Tensor component(ctx->allocator({}), output[i].dtype(),
258 Tensor component(ctx->allocator({}), return_values[i].dtype(),
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
media_audio_hidl_test_common.cpp 28 #include <android/hidl/allocator/1.0/IAllocator.h>
38 using ::android::hidl::allocator::V1_0::IAllocator;
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
media_video_hidl_test_common.cpp 28 #include <android/hidl/allocator/1.0/IAllocator.h>
38 using ::android::hidl::allocator::V1_0::IAllocator;
  /hardware/interfaces/soundtrigger/2.1/vts/functional/
VtsHalSoundtriggerV2_1TargetTest.cpp 32 #include <android/hidl/allocator/1.0/IAllocator.h>
56 using ::android::hidl::allocator::V1_0::IAllocator;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_allocator.h 297 T* allocate(std::size_t n) { return std::allocator<T>{}.allocate(n); }
299 void deallocate(T* p, std::size_t n) { std::allocator<T>{}.deallocate(p, n); }
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 76 android.hardware.graphics.allocator@2.0-vts.func_fuzzer.Allocator \
77 android.hardware.graphics.allocator@2.0-vts.func_fuzzer.AllocatorClient \
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 138 Allocator& allocator,
157 MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vkd, device, *buffer),
169 Allocator& allocator,
174 allocateStagingBuffers(vkd, device, allocator, imageData, buffers, allocations);
282 Allocator& allocator,
299 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release()));
308 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release()))
    [all...]

Completed in 1272 milliseconds

<<31323334353637383940>>