Flutter Engine
The Flutter Engine
Namespaces | Macros
VulkanAMDMemoryAllocator.cpp File Reference
#include "src/gpu/vk/VulkanAMDMemoryAllocator.h"
#include "include/gpu/vk/VulkanExtensions.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkTo.h"
#include "src/core/SkTraceEvent.h"
#include "src/gpu/vk/VulkanInterface.h"
#include <algorithm>
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  skgpu
 

Macros

#define SKGPU_COPY_FUNCTION(NAME)   functions.vk##NAME = interface->fFunctions.f##NAME
 
#define SKGPU_COPY_FUNCTION_KHR(NAME)   functions.vk##NAME##KHR = interface->fFunctions.f##NAME
 

Macro Definition Documentation

◆ SKGPU_COPY_FUNCTION

#define SKGPU_COPY_FUNCTION (   NAME)    functions.vk##NAME = interface->fFunctions.f##NAME

◆ SKGPU_COPY_FUNCTION_KHR

#define SKGPU_COPY_FUNCTION_KHR (   NAME)    functions.vk##NAME##KHR = interface->fFunctions.f##NAME