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

<<21222324252627282930>>

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp 118 Allocator& allocator = m_context.getDefaultAllocator(); local
155 const de::UniquePtr<Image> imageMS(new Image(deviceInterface, device, allocator, imageMSInfo, MemoryRequirement::Any));
163 const de::UniquePtr<Image> imageRS(new Image(deviceInterface, device, allocator, imageRSInfo, MemoryRequirement::Any));
171 imagesPerSampleVec[sampleNdx] = de::SharedPtr<Image>(new Image(deviceInterface, device, allocator, imageRSInfo, MemoryRequirement::Any));
372 de::SharedPtr<Buffer> vertexBuffer = de::SharedPtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCreateInfo(vertexDataDesc.dataSize, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible));
570 de::SharedPtr<Buffer> vertexBufferPerSampleFetchPass = de::SharedPtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCreateInfo(bufferPerSampleFetchPassSize, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible));
    [all...]
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp 375 if (xcamfilter->allocator)
376 gst_object_unref (xcamfilter->allocator);
582 xcamfilter->allocator = gst_dmabuf_allocator_new ();
583 if (!xcamfilter->allocator) {
584 GST_WARNING ("xcamfilter get allocator failed");
845 append_xcambuf_to_gstbuf (GstAllocator *allocator, SmartPtr<VideoBuffer> xcambuf, GstBuffer **gstbuf)
957 GstAllocator *allocator = xcamfilter->allocator; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp 228 template <class Allocator = std::allocator<typename std::remove_const<T>::type>>
229 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> & data)
234 template <class Allocator = std::allocator<typename std::remove_const<T>::type>>
235 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> const& data)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ImageDecoderTest.java 338 for (int allocator : ALLOCATORS) {
339 decoder.setAllocator(allocator);
340 assertEquals(allocator, decoder.getAllocator());
351 public int allocator; field in class:ImageDecoderTest.Listener
357 decoder.setAllocator(allocator);
372 for (int allocator : ALLOCATORS) {
377 l.allocator = allocator;
390 switch (allocator) {
407 assertEquals("image " + name + "; allocator: " + allocator
1075 int allocator; field in class:ImageDecoderTest.HeaderListener
1673 int allocator; field in class:ImageDecoderTest.Listener
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_kernel.cc 184 DeviceType device_type, DeviceBase* device, Allocator* allocator,
192 allocator_(allocator),
265 Allocator* eigen_gpu_allocator = get_allocator(AllocatorAttributes());
284 Allocator* OpKernelContext::get_allocator(AllocatorAttributes attr) {
285 Allocator* allocator = local
290 if (wrapped.first == allocator) {
295 new TrackingAllocator(allocator, params_->track_allocations);
296 wrapped_allocators_.push_back(std::make_pair(allocator, wrapped_allocator))
    [all...]
  /hardware/google/av/codec2/vndk/
C2Buffer.cpp 142 /** returns the allocator's ID */
327 const std::shared_ptr<C2Allocator> &allocator)
328 : mAllocator(allocator) { }
395 // TODO: get proper allocator? and mutex?
411 // TODO: get proper allocator? and mutex?
438 _C2BufferPoolAllocator(const std::shared_ptr<C2Allocator> &allocator)
439 : mAllocator(allocator) {}
644 Impl(const std::shared_ptr<C2Allocator> &allocator)
647 mAllocator(std::make_shared<_C2BufferPoolAllocator>(allocator)) {
748 const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/common/
media_hidl_test_common.cpp 24 #include <android/hardware/graphics/allocator/2.0/IAllocator.h>
31 #include <android/hidl/allocator/1.0/IAllocator.h>
45 using ::android::hidl::allocator::V1_0::IAllocator;
199 sp<android::hardware::graphics::allocator::V2_0::IAllocator> allocator = local
200 android::hardware::graphics::allocator::V2_0::IAllocator::getService();
201 ASSERT_NE(nullptr, allocator.get());
240 allocator->allocate(
281 sp<IAllocator> allocator = IAllocator::getService("ashmem"); local
282 ASSERT_NE(allocator.get(), nullptr)
    [all...]
  /art/compiler/jni/quick/
calling_convention.h 234 static std::unique_ptr<ManagedRuntimeCallingConvention> Create(ArenaAllocator* allocator,
287 static std::unique_ptr<JniCallingConvention> Create(ArenaAllocator* allocator,
  /art/compiler/utils/arm/
assembler_arm_vixl.h 156 explicit ArmVIXLAssembler(ArenaAllocator* allocator)
157 : Assembler(allocator) {
  /art/compiler/utils/x86/
jni_macro_assembler_x86.h 37 explicit X86JNIMacroAssembler(ArenaAllocator* allocator) : JNIMacroAssemblerFwd(allocator) {}
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.h 37 explicit X86_64JNIMacroAssembler(ArenaAllocator* allocator)
38 : JNIMacroAssemblerFwd<X86_64Assembler, PointerSize::k64>(allocator) {}
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 89 template <class Allocator>
91 Allocator *a = new Allocator;
93 SizeClassAllocatorLocalCache<Allocator> cache;
112 uptr class_id0 = Allocator::SizeClassMapT::ClassID(size);
125 CHECK_EQ(class_id, Allocator::SizeClassMapT::ClassID(size));
170 template <class Allocator>
172 Allocator *a = new Allocator;
174 SizeClassAllocatorLocalCache<Allocator> cache
580 AllocatorCache::Allocator *allocator; member in struct:NewThreadParams
594 AllocatorCache::Allocator allocator; local
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 136 AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint = 1024);
158 //! Allocator that starts returning null after N allocs
170 DeterministicFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.hpp 44 vk::Allocator& allocator,
65 vk::Allocator& allocator,
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.hpp 120 vk::Allocator& allocator);
127 vk::Allocator& allocator,
136 vk::Allocator& getAllocator (void) const { return m_allocator; }
148 vk::Allocator& m_allocator;
  /external/dng_sdk/source/
dng_xmp.h 50 dng_xmp (dng_memory_allocator &allocator);
238 dng_memory_allocator &allocator,
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 43 // The current globally-active persistent allocator for all new histograms.
100 PersistentMemoryAllocator* allocator)
101 : allocator_(allocator), record_iterator_(allocator) {}
254 PersistentHistogramAllocator* allocator)
255 : allocator_(allocator), memory_iter_(allocator->memory_allocator()) {}
309 // If the allocator is corrupt, don't waste time trying anything else.
311 // failed due to a corrupt allocator and the number of process instances
364 // array would have failed for being too large; the allocator support
    [all...]
  /external/libcups/cups/
http-private.h 117 extern SecCertificateRef SecCertificateCreateWithBytes(CFAllocatorRef allocator, const UInt8 *bytes, CFIndex length);
121 extern SecIdentityRef SecIdentityCreate(CFAllocatorRef allocator, SecCertificateRef certificate, SecKeyRef privateKey);
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyDescriptor.java 239 ObjectAllocator allocator = new ObjectAllocator() { local
248 klass.setAllocator(allocator);
  /external/python/cpython3/Include/
objimpl.h 46 new object (allocated by an arbitrary allocator), and initialize its object
50 specialized Python allocator (implemented in obmalloc.c), if WITH_PYMALLOC is
51 enabled. In addition, a special debugging allocator is used if PYMALLOC_DEBUG
56 operator new), you must first allocate the object with your custom allocator,
75 object allocator. If WITH_PYMALLOC is enabled, these may differ from
76 the platform malloc/realloc/free. The Python object allocator is
92 so that you can exploit Python's small-block allocator for non-object
125 * Generic object allocator interface
179 allocator, where PyObject_New is inlined, and shows the important
218 /* Get the arena allocator. *
219 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator); variable
222 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator); variable
    [all...]
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 149 SkSTArenaAlloc<4096> allocator; // FIXME: constant-ize, tune local
152 SkOpGlobalState globalState(contourList, &allocator
SkPathOpsTypes.cpp 232 SkArenaAlloc* allocator
235 : fAllocator(allocator)
  /external/skqp/src/pathops/
SkPathOpsSimplify.cpp 149 SkSTArenaAlloc<4096> allocator; // FIXME: constant-ize, tune local
152 SkOpGlobalState globalState(contourList, &allocator
SkPathOpsTypes.cpp 232 SkArenaAlloc* allocator
235 : fAllocator(allocator)
  /external/swiftshader/tests/fuzzers/
VertexRoutineFuzzer.cpp 33 // TODO(cwallez@google.com): Like in ANGLE, disable most of the pool allocator for fuzzing
40 SetGlobalPoolAllocator(&allocator);
49 TPoolAllocator allocator; member in class:__anon35716::ScopedPoolAllocatorAndTLS

Completed in 1241 milliseconds

<<21222324252627282930>>