5#ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_VMA_H_
6#define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_VMA_H_
8#include "flutter/flutter_vma/flutter_vma.h"
9#include "flutter/fml/trace_event.h"
10#include "flutter/fml/unique_object.h"
25 static void Free(VmaAllocator allocator) {
27 ::vmaDestroyAllocator(allocator);
46 return !(*
this == other);
54 return value.allocator != VmaAllocator{};
59 ::vmaDestroyPool(
pool.allocator,
pool.pool);
80 return !(*
this == other);
88 return value.allocator != VmaAllocator{};
93 ::vmaDestroyBuffer(
buffer.allocator,
static_cast<VkBuffer
>(
buffer.buffer),
115 return !(*
this == other);
123 return value.allocator != VmaAllocator{};
128 ::vmaDestroyImage(
image.allocator,
static_cast<VkImage
>(
image.image),
sk_sp< const SkImage > image
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace buffer
static VmaAllocator InvalidValue()
static bool IsValid(const VmaAllocator &value)
static void Free(VmaAllocator allocator)
static BufferVMA InvalidValue()
static bool IsValid(const BufferVMA &value)
static void Free(const BufferVMA &buffer)
constexpr bool operator==(const BufferVMA &other) const
constexpr bool operator!=(const BufferVMA &other) const
static ImageVMA InvalidValue()
static bool IsValid(const ImageVMA &value)
static void Free(const ImageVMA &image)
constexpr bool operator!=(const ImageVMA &other) const
constexpr bool operator==(const ImageVMA &other) const
static PoolVMA InvalidValue()
static void Free(const PoolVMA &pool)
static bool IsValid(const PoolVMA &value)
constexpr bool operator!=(const PoolVMA &other) const
constexpr bool operator==(const PoolVMA &other) const
#define TRACE_EVENT0(category_group, name)