Files
compute-runtime/shared/source/helpers/app_resource_helper.h
Bartosz Dunajski 96d14967ac Partial support for XE_HP_SDV
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2021-06-24 18:35:54 +02:00

18 lines
409 B
C++

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/memory_manager/graphics_allocation.h"
namespace NEO {
struct AppResourceHelper {
public:
static const char *getResourceTagStr(GraphicsAllocation::AllocationType type);
static void copyResourceTagStr(char *dst, GraphicsAllocation::AllocationType type, size_t size);
};
} // namespace NEO