Add absolute path to include

Change-Id: Ib0782b4ab8d9a26ec358ecfb57721f4fe8d51b06
This commit is contained in:
kamdiedrich
2020-02-22 22:50:57 +01:00
committed by sys_ocldev
parent a48b50c554
commit d015d3633f
1377 changed files with 5386 additions and 5464 deletions

View File

@@ -8,17 +8,16 @@
#include "core/helpers/get_info.h"
#include "core/helpers/hw_info.h"
#include "core/utilities/api_intercept.h"
#include "api/api.h"
#include "api/dispatch.h"
#include "command_queue/command_queue.h"
#include "context/context.h"
#include "device/cl_device.h"
#include "mem_obj/image.h"
#include "platform/platform.h"
#include "sharings/d3d/d3d_buffer.h"
#include "sharings/d3d/d3d_surface.h"
#include "sharings/d3d/d3d_texture.h"
#include "opencl/source/api/api.h"
#include "opencl/source/api/dispatch.h"
#include "opencl/source/command_queue/command_queue.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/mem_obj/image.h"
#include "opencl/source/platform/platform.h"
#include "opencl/source/sharings/d3d/d3d_buffer.h"
#include "opencl/source/sharings/d3d/d3d_surface.h"
#include "opencl/source/sharings/d3d/d3d_texture.h"
using namespace NEO;

View File

@@ -5,10 +5,10 @@
*
*/
#include "context/context.inl"
#include "os_interface/windows/d3d_sharing_functions.h"
#include "sharings/d3d/d3d_sharing.h"
#include "sharings/sharing_factory.h"
#include "opencl/source/context/context.inl"
#include "opencl/source/os_interface/windows/d3d_sharing_functions.h"
#include "opencl/source/sharings/d3d/d3d_sharing.h"
#include "opencl/source/sharings/sharing_factory.h"
using namespace NEO;

View File

@@ -5,9 +5,9 @@
*
*/
#include "context/context.inl"
#include "os_interface/windows/d3d_sharing_functions.h"
#include "sharings/sharing_factory.h"
#include "opencl/source/context/context.inl"
#include "opencl/source/os_interface/windows/d3d_sharing_functions.h"
#include "opencl/source/sharings/sharing_factory.h"
using namespace NEO;

View File

@@ -8,10 +8,10 @@
#pragma once
#include "core/helpers/array_count.h"
#include "core/helpers/debug_helpers.h"
#include "opencl/source/api/dispatch.h"
#include "opencl/source/sharings/sharing.h"
#include "DXGI1_2.h"
#include "api/dispatch.h"
#include "sharings/sharing.h"
#include <map>
#include <vector>

View File

@@ -8,8 +8,7 @@
#ifdef _WIN32
#include "core/device/device.h"
#include "device/cl_device.h"
#include "opencl/source/device/cl_device.h"
namespace NEO {

View File

@@ -10,10 +10,9 @@
#pragma warning(push)
#pragma warning(disable : 4005)
#include "core/helpers/hw_cmds.h"
#include "command_stream/command_stream_receiver_with_aub_dump.h"
#include "command_stream/device_command_stream.h"
#include "os_interface/windows/wddm_device_command_stream.h"
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.h"
#include "opencl/source/command_stream/device_command_stream.h"
#include "opencl/source/os_interface/windows/wddm_device_command_stream.h"
#pragma warning(pop)
namespace NEO {

View File

@@ -5,13 +5,12 @@
*
*/
#include "device/driver_info.h"
#include "opencl/source/device/driver_info.h"
#include "core/os_interface/windows/debug_registry_reader.h"
#include "core/os_interface/windows/os_interface.h"
#include "core/os_interface/windows/wddm/wddm.h"
#include "os_interface/windows/driver_info.h"
#include "opencl/source/os_interface/windows/driver_info.h"
namespace NEO {

View File

@@ -7,7 +7,7 @@
#pragma once
#include "device/driver_info.h"
#include "opencl/source/device/driver_info.h"
#include <memory>
#include <string>

View File

@@ -12,11 +12,11 @@
#include "core/os_interface/windows/os_context_win.h"
#include "core/os_interface/windows/os_interface.h"
#include "core/os_interface/windows/wddm/wddm.h"
#include "opencl/source/context/context.h"
#include "opencl/source/extensions/public/cl_gl_private_intel.h"
#include "opencl/source/sharings/gl/gl_arb_sync_event.h"
#include "opencl/source/sharings/gl/windows/gl_sharing_windows.h"
#include "context/context.h"
#include "extensions/public/cl_gl_private_intel.h"
#include "sharings/gl/gl_arb_sync_event.h"
#include "sharings/gl/windows/gl_sharing_windows.h"
#include <GL/gl.h>
namespace NEO {

View File

@@ -7,10 +7,9 @@
#include "core/helpers/timestamp_packet.h"
#include "core/os_interface/windows/windows_wrapper.h"
#include "helpers/windows/gl_helper.h"
#include "sharings/gl/gl_arb_sync_event.h"
#include "sharings/gl/windows/gl_sharing_windows.h"
#include "opencl/source/helpers/windows/gl_helper.h"
#include "opencl/source/sharings/gl/gl_arb_sync_event.h"
#include "opencl/source/sharings/gl/windows/gl_sharing_windows.h"
#include <algorithm>
#include <cstdint>

View File

@@ -5,7 +5,7 @@
*
*/
#include "os_interface/ocl_reg_path.h"
#include "opencl/source/os_interface/ocl_reg_path.h"
namespace NEO {
const char *oclRegPath = "Software\\Intel\\IGFX\\OCL\\";

View File

@@ -5,7 +5,7 @@
*
*/
#include "os_interface/metrics_library.h"
#include "opencl/source/os_interface/metrics_library.h"
namespace NEO {
//////////////////////////////////////////////////////

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "os_interface/performance_counters.h"
#include "opencl/source/os_interface/performance_counters.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "command_stream/device_command_stream.h"
#include "opencl/source/command_stream/device_command_stream.h"
struct COMMAND_BUFFER_HEADER_REC;

View File

@@ -20,8 +20,7 @@
#include "core/helpers/ptr_math.h"
#include "core/helpers/windows/gmm_callbacks.h"
#include "core/os_interface/windows/wddm/wddm.h"
#include "os_interface/windows/wddm_device_command_stream.h"
#include "opencl/source/os_interface/windows/wddm_device_command_stream.h"
#pragma warning(pop)
#include "core/os_interface/windows/gdi_interface.h"