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

1 2 3 4 56 7 8 91011

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 367 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 367 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsBase.cpp 484 const de::UniquePtr<Allocation> imageTexelsAlloc (bindImage(deviceInterface, getDevice(), getAllocator(), *imageTexels, MemoryRequirement::Any));
491 const de::UniquePtr<Allocation> imageResidencyAlloc (bindImage(deviceInterface, getDevice(), getAllocator(), *imageResidency, MemoryRequirement::Any));
514 const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *inputBuffer, MemoryRequirement::HostVisible));
573 const de::UniquePtr<Allocation> bufferTexelsAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *bufferTexels, MemoryRequirement::HostVisible));
582 const de::UniquePtr<Allocation> bufferResidencyAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *bufferResidency, MemoryRequirement::HostVisible));
vktSparseResourcesBufferSparseResidency.cpp 238 const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *inputBuffer, MemoryRequirement::HostVisible));
256 const de::UniquePtr<Allocation> outputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *outputBuffer, MemoryRequirement::HostVisible));
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 381 BumpPtrAllocator& getAllocator() const {
397 if (ownsAllocator()) delete &getAllocator();
462 BumpPtrAllocator& A = getAllocator();
    [all...]
StringMap.h 285 AllocatorTy &getAllocator() { return Allocator; }
286 const AllocatorTy &getAllocator() const { return Allocator; }
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 381 BumpPtrAllocator& getAllocator() const {
397 if (ownsAllocator()) delete &getAllocator();
459 BumpPtrAllocator& A = getAllocator();
998 BumpPtrAllocator& getAllocator() { return F.getAllocator(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 387 BumpPtrAllocator& getAllocator() const {
403 if (ownsAllocator()) delete &getAllocator();
467 BumpPtrAllocator& A = getAllocator();
    [all...]
StringMap.h 292 AllocatorTy &getAllocator() { return Allocator; }
293 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 387 BumpPtrAllocator& getAllocator() const {
403 if (ownsAllocator()) delete &getAllocator();
467 BumpPtrAllocator& A = getAllocator();
    [all...]
StringMap.h 292 AllocatorTy &getAllocator() { return Allocator; }
293 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 387 BumpPtrAllocator& getAllocator() const {
403 if (ownsAllocator()) delete &getAllocator();
467 BumpPtrAllocator& A = getAllocator();
    [all...]
StringMap.h 292 AllocatorTy &getAllocator() { return Allocator; }
293 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 387 BumpPtrAllocator& getAllocator() const {
403 if (ownsAllocator()) delete &getAllocator();
467 BumpPtrAllocator& A = getAllocator();
    [all...]
StringMap.h 292 AllocatorTy &getAllocator() { return Allocator; }
293 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 387 BumpPtrAllocator& getAllocator() const {
403 if (ownsAllocator()) delete &getAllocator();
467 BumpPtrAllocator& A = getAllocator();
    [all...]
StringMap.h 292 AllocatorTy &getAllocator() { return Allocator; }
293 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 387 BumpPtrAllocator& getAllocator() const {
403 if (ownsAllocator()) delete &getAllocator();
467 BumpPtrAllocator& A = getAllocator();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 387 BumpPtrAllocator& getAllocator() const {
403 if (ownsAllocator()) delete &getAllocator();
467 BumpPtrAllocator& A = getAllocator();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 387 BumpPtrAllocator& getAllocator() const {
403 if (ownsAllocator()) delete &getAllocator();
467 BumpPtrAllocator& A = getAllocator();
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 284 return getAllocator()->Allocate<T>();
290 T *Ret = getAllocator()->Allocate<T>();
503 // Managed by getAllocator()
597 LockedPtr<ArenaAllocator> getAllocator() {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringMap.h 291 AllocatorTy &getAllocator() { return Allocator; }
292 const AllocatorTy &getAllocator() const { return Allocator; }
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 353 IMemAlloc* IonController::getAllocator(int flags)
664 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 352 IMemAlloc* IonController::getAllocator(int flags)
658 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 360 IMemAlloc* IonController::getAllocator(int flags)
669 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);

Completed in 3248 milliseconds

1 2 3 4 56 7 8 91011