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

1 2 3 4 5 67 8 91011

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 292 AllocatorTy &getAllocator() { return Allocator; }
293 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 292 AllocatorTy &getAllocator() { return Allocator; }
293 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 292 AllocatorTy &getAllocator() { return Allocator; }
293 const AllocatorTy &getAllocator() const { return Allocator; }
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 96 Allocator& allocator = context.getAllocator();
597 Allocator& allocator = m_context.getAllocator();
702 Allocator& allocator = m_context.getAllocator();
986 Allocator& allocator = context.getAllocator();
    [all...]
vktSynchronizationOperation.hpp 135 vk::Allocator& getAllocator (void) const { return m_allocator; }
vktSynchronizationOperationMultiQueueTests.cpp 217 Allocator& getAllocator (void)
284 , m_opContext (new OperationContext(context, pipelineCacheData, m_queues->getDeviceInterface(), m_queues->getDevice(), m_queues->getAllocator()))
  /external/swiftshader/third_party/LLVM/unittests/ADT/
StringMapTest.cpp 203 testMap.getAllocator(), 1u));
  /hardware/interfaces/graphics/mapper/2.0/vts/functional/
VtsHalGraphicsMapperTestUtils.cpp 57 sp<IAllocator> Gralloc::getAllocator() const {
VtsHalGraphicsMapperV2_0TargetTest.cpp 92 mGralloc->getAllocator()->allocate(
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 251 const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *inputBuffer, MemoryRequirement::HostVisible));
311 const de::UniquePtr<Allocation> outputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *outputBuffer, MemoryRequirement::HostVisible));
vktSparseResourcesMipmapSparseResidency.cpp 370 const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *inputBuffer, MemoryRequirement::HostVisible));
432 const de::UniquePtr<Allocation> outputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *outputBuffer, MemoryRequirement::HostVisible));
vktSparseResourcesBufferMemoryAliasing.cpp 262 const de::UniquePtr<Allocation> outputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *outputBuffer, MemoryRequirement::HostVisible));
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 441 IMemAlloc* IonController::getAllocator(int flags)
760 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_buffer_allocator.cpp 131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 545 = Results[I].CreateCodeCompletionString(S, Context, getAllocator(),
621 = Candidates[I].CreateSignatureString(CurrentArg, S, getAllocator(),
632 CodeCompletionAllocator &getAllocator() override {
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 572 static IMemAlloc* getAllocator(int flags)
576 memalloc = alloc_ctrl->getAllocator(flags);
609 IMemAlloc* memalloc = getAllocator(hnd->flags);
  /external/clang/lib/Lex/
HeaderSearch.cpp 723 copyString(Filename, LookupFileCache.getAllocator());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 118 BCounterFactory(G.getAllocator()), FunctionSummaries(FS) {}
  /external/llvm/include/llvm/Support/
YAMLParser.h 138 BumpPtrAllocator &getAllocator();
  /external/llvm/unittests/ADT/
StringMapTest.cpp 231 testMap.getAllocator(), 1u));
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 141 BumpPtrAllocator &getAllocator();
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 335 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 338 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags);

Completed in 2468 milliseconds

1 2 3 4 5 67 8 91011