From 26ea44c5425981cfd5c47b2ee39c942eeabd9732 Mon Sep 17 00:00:00 2001 From: "Bernhart, Bryan" Date: Thu, 27 Jul 2023 10:55:06 -0700 Subject: [PATCH] Update header guards to use project relative path. --- src/gpgmm/common/Backend.h | 6 +++--- src/gpgmm/common/BlockAllocator.h | 6 +++--- src/gpgmm/common/BuddyBlockAllocator.h | 6 +++--- src/gpgmm/common/BuddyMemoryAllocator.h | 6 +++--- src/gpgmm/common/ConditionalMemoryAllocator.h | 6 +++--- src/gpgmm/common/DedicatedMemoryAllocator.h | 6 +++--- src/gpgmm/common/Defaults.h | 6 +++--- src/gpgmm/common/Error.h | 6 +++--- src/gpgmm/common/EventMessage.h | 6 +++--- src/gpgmm/common/EventTraceWriter.h | 6 +++--- src/gpgmm/common/GPUInfo.h | 6 +++--- src/gpgmm/common/IndexedMemoryPool.h | 6 +++--- src/gpgmm/common/JSONSerializer.h | 6 +++--- src/gpgmm/common/LIFOMemoryPool.h | 6 +++--- src/gpgmm/common/Memory.h | 6 +++--- src/gpgmm/common/MemoryAllocation.h | 6 +++--- src/gpgmm/common/MemoryAllocator.h | 6 +++--- src/gpgmm/common/MemoryBlock.h | 6 +++--- src/gpgmm/common/MemoryCache.h | 6 +++--- src/gpgmm/common/MemoryPool.h | 6 +++--- src/gpgmm/common/Message.h | 6 +++--- src/gpgmm/common/Object.h | 6 +++--- src/gpgmm/common/PooledMemoryAllocator.h | 6 +++--- src/gpgmm/common/SegmentedMemoryAllocator.h | 6 +++--- src/gpgmm/common/SizeClass.h | 6 +++--- src/gpgmm/common/SlabBlockAllocator.h | 6 +++--- src/gpgmm/common/SlabMemoryAllocator.h | 6 +++--- src/gpgmm/common/ThreadPool.h | 6 +++--- src/gpgmm/common/TraceEvent.h | 6 +++--- src/gpgmm/common/TraceEventPhase.h | 5 +++-- src/gpgmm/d3d12/BackendD3D12.h | 4 ++-- src/gpgmm/d3d12/BudgetUpdateD3D12.h | 6 +++--- src/gpgmm/d3d12/BufferAllocatorD3D12.h | 6 +++--- src/gpgmm/d3d12/CapsD3D12.h | 6 +++--- src/gpgmm/d3d12/D3D12Platform.h | 6 +++--- src/gpgmm/d3d12/DebugObjectD3D12.h | 6 +++--- src/gpgmm/d3d12/ErrorD3D12.h | 7 ++++--- src/gpgmm/d3d12/FenceD3D12.h | 6 +++--- src/gpgmm/d3d12/JSONSerializerD3D12.h | 6 +++--- src/gpgmm/d3d12/LogD3D12.h | 6 +++--- src/gpgmm/d3d12/ResidencyHeapD3D12.h | 6 +++--- src/gpgmm/d3d12/ResidencyListD3D12.h | 6 +++--- src/gpgmm/d3d12/ResidencyManagerD3D12.h | 6 +++--- src/gpgmm/d3d12/ResourceAllocationD3D12.h | 6 +++--- src/gpgmm/d3d12/ResourceAllocationTrackingAllocatorD3D12.h | 6 +++--- src/gpgmm/d3d12/ResourceAllocatorD3D12.h | 6 +++--- src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.h | 6 +++--- src/gpgmm/d3d12/ResourceSizeD3D12.h | 6 +++--- src/gpgmm/d3d12/UnknownD3D12.h | 6 +++--- src/gpgmm/d3d12/UtilsD3D12.h | 6 +++--- src/gpgmm/utils/Assert.h | 6 +++--- src/gpgmm/utils/Compiler.h | 6 +++--- src/gpgmm/utils/EnumFlags.h | 6 +++--- src/gpgmm/utils/JSONEncoder.h | 6 +++--- src/gpgmm/utils/Limits.h | 6 +++--- src/gpgmm/utils/LinkedList.h | 6 +++--- src/gpgmm/utils/Log.h | 6 +++--- src/gpgmm/utils/Math.h | 6 +++--- src/gpgmm/utils/NonCopyable.h | 6 +++--- src/gpgmm/utils/Platform.h | 6 +++--- src/gpgmm/utils/PlatformDebug.h | 6 +++--- src/gpgmm/utils/PlatformTime.h | 6 +++--- src/gpgmm/utils/PlatformUtils.h | 6 +++--- src/gpgmm/utils/RefCount.h | 6 +++--- src/gpgmm/utils/StableList.h | 6 +++--- src/gpgmm/utils/Utils.h | 6 +++--- src/gpgmm/utils/WindowsUtils.h | 6 +++--- src/gpgmm/vk/BackendVk.h | 6 +++--- src/gpgmm/vk/CapsVk.h | 6 +++--- src/gpgmm/vk/DeviceMemoryAllocatorVk.h | 6 +++--- src/gpgmm/vk/DeviceMemoryVk.h | 6 +++--- src/gpgmm/vk/ErrorVk.h | 6 +++--- src/gpgmm/vk/ResourceAllocatorVk.h | 6 +++--- src/gpgmm/vk/VkPlatform.h | 6 +++--- src/tests/D3D12Test.h | 6 +++--- src/tests/DummyMemoryAllocator.h | 6 +++--- src/tests/GPGMMTest.h | 6 +++--- src/tests/VKTest.h | 6 +++--- 78 files changed, 234 insertions(+), 232 deletions(-) diff --git a/src/gpgmm/common/Backend.h b/src/gpgmm/common/Backend.h index fc7fc19ad..79eaad31a 100644 --- a/src/gpgmm/common/Backend.h +++ b/src/gpgmm/common/Backend.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_BACKEND_H_ -#define GPGMM_COMMON_BACKEND_H_ +#ifndef SRC_GPGMM_COMMON_BACKEND_H_ +#define SRC_GPGMM_COMMON_BACKEND_H_ namespace gpgmm { @@ -45,4 +45,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_BACKEND_H_ +#endif // SRC_GPGMM_COMMON_BACKEND_H_ diff --git a/src/gpgmm/common/BlockAllocator.h b/src/gpgmm/common/BlockAllocator.h index 231028b7d..086351824 100644 --- a/src/gpgmm/common/BlockAllocator.h +++ b/src/gpgmm/common/BlockAllocator.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_BLOCKALLOCATOR_H_ -#define GPGMM_COMMON_BLOCKALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_BLOCKALLOCATOR_H_ +#define SRC_GPGMM_COMMON_BLOCKALLOCATOR_H_ #include "gpgmm/common/MemoryBlock.h" #include "gpgmm/common/Object.h" @@ -32,4 +32,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_BLOCKALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_BLOCKALLOCATOR_H_ diff --git a/src/gpgmm/common/BuddyBlockAllocator.h b/src/gpgmm/common/BuddyBlockAllocator.h index c5a991af1..644b704cf 100644 --- a/src/gpgmm/common/BuddyBlockAllocator.h +++ b/src/gpgmm/common/BuddyBlockAllocator.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_BUDDYBLOCKALLOCATOR_H_ -#define GPGMM_COMMON_BUDDYBLOCKALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_BUDDYBLOCKALLOCATOR_H_ +#define SRC_GPGMM_COMMON_BUDDYBLOCKALLOCATOR_H_ #include "gpgmm/common/BlockAllocator.h" #include "gpgmm/utils/Limits.h" @@ -113,4 +113,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_BUDDYBLOCKALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_BUDDYBLOCKALLOCATOR_H_ diff --git a/src/gpgmm/common/BuddyMemoryAllocator.h b/src/gpgmm/common/BuddyMemoryAllocator.h index 37ca3bffd..41416e567 100644 --- a/src/gpgmm/common/BuddyMemoryAllocator.h +++ b/src/gpgmm/common/BuddyMemoryAllocator.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_BUDDYMEMORYALLOCATOR_H_ -#define GPGMM_COMMON_BUDDYMEMORYALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_BUDDYMEMORYALLOCATOR_H_ +#define SRC_GPGMM_COMMON_BUDDYMEMORYALLOCATOR_H_ #include "gpgmm/common/BuddyBlockAllocator.h" #include "gpgmm/common/IndexedMemoryPool.h" @@ -68,4 +68,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_BUDDYMEMORYALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_BUDDYMEMORYALLOCATOR_H_ diff --git a/src/gpgmm/common/ConditionalMemoryAllocator.h b/src/gpgmm/common/ConditionalMemoryAllocator.h index 99b2b97a1..9698e8675 100644 --- a/src/gpgmm/common/ConditionalMemoryAllocator.h +++ b/src/gpgmm/common/ConditionalMemoryAllocator.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_CONDITIONALMEMORYALLOCATOR_H_ -#define GPGMM_COMMON_CONDITIONALMEMORYALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_CONDITIONALMEMORYALLOCATOR_H_ +#define SRC_GPGMM_COMMON_CONDITIONALMEMORYALLOCATOR_H_ #include "gpgmm/common/MemoryAllocator.h" @@ -51,4 +51,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_CONDITIONALMEMORYALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_CONDITIONALMEMORYALLOCATOR_H_ diff --git a/src/gpgmm/common/DedicatedMemoryAllocator.h b/src/gpgmm/common/DedicatedMemoryAllocator.h index bf5ce46d2..782505407 100644 --- a/src/gpgmm/common/DedicatedMemoryAllocator.h +++ b/src/gpgmm/common/DedicatedMemoryAllocator.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_DEDICATEDMEMORYALLOCATOR_H_ -#define GPGMM_COMMON_DEDICATEDMEMORYALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_DEDICATEDMEMORYALLOCATOR_H_ +#define SRC_GPGMM_COMMON_DEDICATEDMEMORYALLOCATOR_H_ #include "gpgmm/common/MemoryAllocator.h" @@ -45,4 +45,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_DEDICATEDMEMORYALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_DEDICATEDMEMORYALLOCATOR_H_ diff --git a/src/gpgmm/common/Defaults.h b/src/gpgmm/common/Defaults.h index 7f64ab158..d9be17572 100644 --- a/src/gpgmm/common/Defaults.h +++ b/src/gpgmm/common/Defaults.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_DEFAULTS_H_ -#define GPGMM_COMMON_DEFAULTS_H_ +#ifndef SRC_GPGMM_COMMON_DEFAULTS_H_ +#define SRC_GPGMM_COMMON_DEFAULTS_H_ #include @@ -23,4 +23,4 @@ namespace gpgmm { static constexpr float kDefaultMemoryGrowthFactor = 1.25f; // 25% growth } // namespace gpgmm -#endif // GPGMM_COMMON_DEFAULTS_H_ +#endif // SRC_GPGMM_COMMON_DEFAULTS_H_ diff --git a/src/gpgmm/common/Error.h b/src/gpgmm/common/Error.h index 76682c42f..e9a2d7adf 100644 --- a/src/gpgmm/common/Error.h +++ b/src/gpgmm/common/Error.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_ERROR_H_ -#define GPGMM_COMMON_ERROR_H_ +#ifndef SRC_GPGMM_COMMON_ERROR_H_ +#define SRC_GPGMM_COMMON_ERROR_H_ #include "gpgmm/utils/Assert.h" @@ -102,4 +102,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_ERROR_H_ +#endif // SRC_GPGMM_COMMON_ERROR_H_ diff --git a/src/gpgmm/common/EventMessage.h b/src/gpgmm/common/EventMessage.h index d87680c01..99d713133 100644 --- a/src/gpgmm/common/EventMessage.h +++ b/src/gpgmm/common/EventMessage.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_EVENT_MESSAGE_H_ -#define GPGMM_COMMON_EVENT_MESSAGE_H_ +#ifndef SRC_GPGMM_COMMON_EVENTMESSAGE_H_ +#define SRC_GPGMM_COMMON_EVENTMESSAGE_H_ #include "gpgmm/common/Message.h" #include "gpgmm/common/Object.h" @@ -78,4 +78,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_EVENT_MESSAGE_H_ +#endif // SRC_GPGMM_COMMON_EVENTMESSAGE_H_ diff --git a/src/gpgmm/common/EventTraceWriter.h b/src/gpgmm/common/EventTraceWriter.h index 8776824fe..9d1704d2a 100644 --- a/src/gpgmm/common/EventTraceWriter.h +++ b/src/gpgmm/common/EventTraceWriter.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_EVENTTRACEWRITER_H_ -#define GPGMM_COMMON_EVENTTRACEWRITER_H_ +#ifndef SRC_GPGMM_COMMON_EVENTTRACEWRITER_H_ +#define SRC_GPGMM_COMMON_EVENTTRACEWRITER_H_ #include "gpgmm/common/TraceEvent.h" @@ -65,4 +65,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_EVENTTRACEWRITER_H_ +#endif // SRC_GPGMM_COMMON_EVENTTRACEWRITER_H_ diff --git a/src/gpgmm/common/GPUInfo.h b/src/gpgmm/common/GPUInfo.h index fc30d0f46..22411a8a7 100644 --- a/src/gpgmm/common/GPUInfo.h +++ b/src/gpgmm/common/GPUInfo.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_GPUINFO_H_ -#define GPGMM_COMMON_GPUINFO_H_ +#ifndef SRC_GPGMM_COMMON_GPUINFO_H_ +#define SRC_GPGMM_COMMON_GPUINFO_H_ namespace gpgmm { @@ -28,4 +28,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_GPUINFO_H_ +#endif // SRC_GPGMM_COMMON_GPUINFO_H_ diff --git a/src/gpgmm/common/IndexedMemoryPool.h b/src/gpgmm/common/IndexedMemoryPool.h index a30429fbf..754f80853 100644 --- a/src/gpgmm/common/IndexedMemoryPool.h +++ b/src/gpgmm/common/IndexedMemoryPool.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_INDEXEDMEMORYPOOL_H_ -#define GPGMM_COMMON_INDEXEDMEMORYPOOL_H_ +#ifndef SRC_GPGMM_COMMON_INDEXEDMEMORYPOOL_H_ +#define SRC_GPGMM_COMMON_INDEXEDMEMORYPOOL_H_ #include "gpgmm/common/MemoryPool.h" @@ -39,4 +39,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_INDEXEDMEMORYPOOL_H_ +#endif // SRC_GPGMM_COMMON_INDEXEDMEMORYPOOL_H_ diff --git a/src/gpgmm/common/JSONSerializer.h b/src/gpgmm/common/JSONSerializer.h index cdf67a8ed..ca58d1804 100644 --- a/src/gpgmm/common/JSONSerializer.h +++ b/src/gpgmm/common/JSONSerializer.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_JSONSERIALIZER_H_ -#define GPGMM_COMMON_JSONSERIALIZER_H_ +#ifndef SRC_GPGMM_COMMON_JSONSERIALIZER_H_ +#define SRC_GPGMM_COMMON_JSONSERIALIZER_H_ #include "gpgmm/utils/JSONEncoder.h" @@ -33,4 +33,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_JSONSERIALIZER_H_ +#endif // SRC_GPGMM_COMMON_JSONSERIALIZER_H_ diff --git a/src/gpgmm/common/LIFOMemoryPool.h b/src/gpgmm/common/LIFOMemoryPool.h index ffa948d38..d8770d698 100644 --- a/src/gpgmm/common/LIFOMemoryPool.h +++ b/src/gpgmm/common/LIFOMemoryPool.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_LIFOMEMORYPOOL_H_ -#define GPGMM_COMMON_LIFOMEMORYPOOL_H_ +#ifndef SRC_GPGMM_COMMON_LIFOMEMORYPOOL_H_ +#define SRC_GPGMM_COMMON_LIFOMEMORYPOOL_H_ #include "gpgmm/common/MemoryPool.h" @@ -41,4 +41,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_LIFOMEMORYPOOL_H_ +#endif // SRC_GPGMM_COMMON_LIFOMEMORYPOOL_H_ diff --git a/src/gpgmm/common/Memory.h b/src/gpgmm/common/Memory.h index 944b7a99f..b39518429 100644 --- a/src/gpgmm/common/Memory.h +++ b/src/gpgmm/common/Memory.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_MEMORY_H_ -#define GPGMM_COMMON_MEMORY_H_ +#ifndef SRC_GPGMM_COMMON_MEMORY_H_ +#define SRC_GPGMM_COMMON_MEMORY_H_ #include "gpgmm/common/Object.h" #include "gpgmm/utils/RefCount.h" @@ -48,4 +48,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_MEMORY_H_ +#endif // SRC_GPGMM_COMMON_MEMORY_H_ diff --git a/src/gpgmm/common/MemoryAllocation.h b/src/gpgmm/common/MemoryAllocation.h index dbb41f624..e61464809 100644 --- a/src/gpgmm/common/MemoryAllocation.h +++ b/src/gpgmm/common/MemoryAllocation.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_MEMORYALLOCATION_H_ -#define GPGMM_COMMON_MEMORYALLOCATION_H_ +#ifndef SRC_GPGMM_COMMON_MEMORYALLOCATION_H_ +#define SRC_GPGMM_COMMON_MEMORYALLOCATION_H_ #include "gpgmm/common/Object.h" #include "gpgmm/utils/Limits.h" @@ -101,4 +101,4 @@ namespace gpgmm { }; } // namespace gpgmm -#endif // GPGMM_COMMON_MEMORYALLOCATION_H_ +#endif // SRC_GPGMM_COMMON_MEMORYALLOCATION_H_ diff --git a/src/gpgmm/common/MemoryAllocator.h b/src/gpgmm/common/MemoryAllocator.h index 76d716a66..bc9dafb7b 100644 --- a/src/gpgmm/common/MemoryAllocator.h +++ b/src/gpgmm/common/MemoryAllocator.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_MEMORYALLOCATOR_H_ -#define GPGMM_COMMON_MEMORYALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_MEMORYALLOCATOR_H_ +#define SRC_GPGMM_COMMON_MEMORYALLOCATOR_H_ #include "gpgmm/common/BlockAllocator.h" #include "gpgmm/common/Error.h" @@ -259,4 +259,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_MEMORYALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_MEMORYALLOCATOR_H_ diff --git a/src/gpgmm/common/MemoryBlock.h b/src/gpgmm/common/MemoryBlock.h index b5f85191c..75489fcd8 100644 --- a/src/gpgmm/common/MemoryBlock.h +++ b/src/gpgmm/common/MemoryBlock.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_MEMORYBLOCK_H_ -#define GPGMM_COMMON_MEMORYBLOCK_H_ +#ifndef SRC_GPGMM_COMMON_MEMORYBLOCK_H_ +#define SRC_GPGMM_COMMON_MEMORYBLOCK_H_ #include "gpgmm/utils/Limits.h" @@ -26,4 +26,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_MEMORYBLOCK_H_ +#endif // SRC_GPGMM_COMMON_MEMORYBLOCK_H_ diff --git a/src/gpgmm/common/MemoryCache.h b/src/gpgmm/common/MemoryCache.h index 951decef8..718d4ea83 100644 --- a/src/gpgmm/common/MemoryCache.h +++ b/src/gpgmm/common/MemoryCache.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_MEMORYCACHE_H_ -#define GPGMM_COMMON_MEMORYCACHE_H_ +#ifndef SRC_GPGMM_COMMON_MEMORYCACHE_H_ +#define SRC_GPGMM_COMMON_MEMORYCACHE_H_ #include "gpgmm/utils/Assert.h" #include "gpgmm/utils/NonCopyable.h" @@ -212,4 +212,4 @@ namespace gpgmm { }; } // namespace gpgmm -#endif // GPGMM_COMMON_MEMORYCACHE_H_ +#endif // SRC_GPGMM_COMMON_MEMORYCACHE_H_ diff --git a/src/gpgmm/common/MemoryPool.h b/src/gpgmm/common/MemoryPool.h index fb1329d8c..b5ddff3d9 100644 --- a/src/gpgmm/common/MemoryPool.h +++ b/src/gpgmm/common/MemoryPool.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_MEMORYPOOL_H_ -#define GPGMM_COMMON_MEMORYPOOL_H_ +#ifndef SRC_GPGMM_COMMON_MEMORYPOOL_H_ +#define SRC_GPGMM_COMMON_MEMORYPOOL_H_ #include "gpgmm/common/MemoryAllocation.h" #include "gpgmm/utils/Limits.h" @@ -78,4 +78,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_MEMORYPOOL_H_ +#endif // SRC_GPGMM_COMMON_MEMORYPOOL_H_ diff --git a/src/gpgmm/common/Message.h b/src/gpgmm/common/Message.h index 5940c2392..05f89be64 100644 --- a/src/gpgmm/common/Message.h +++ b/src/gpgmm/common/Message.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_MESSAGE_H_ -#define GPGMM_COMMON_MESSAGE_H_ +#ifndef SRC_GPGMM_COMMON_MESSAGE_H_ +#define SRC_GPGMM_COMMON_MESSAGE_H_ namespace gpgmm { @@ -50,4 +50,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_MESSAGE_H_ +#endif // SRC_GPGMM_COMMON_MESSAGE_H_ diff --git a/src/gpgmm/common/Object.h b/src/gpgmm/common/Object.h index 74886aec3..1d237ebee 100644 --- a/src/gpgmm/common/Object.h +++ b/src/gpgmm/common/Object.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_OBJECT_H_ -#define GPGMM_COMMON_OBJECT_H_ +#ifndef SRC_GPGMM_COMMON_OBJECT_H_ +#define SRC_GPGMM_COMMON_OBJECT_H_ namespace gpgmm { @@ -35,4 +35,4 @@ namespace gpgmm { } } // namespace gpgmm -#endif // GPGMM_COMMON_OBJECT_H_ +#endif // SRC_GPGMM_COMMON_OBJECT_H_ diff --git a/src/gpgmm/common/PooledMemoryAllocator.h b/src/gpgmm/common/PooledMemoryAllocator.h index a01f4ee94..d90dae353 100644 --- a/src/gpgmm/common/PooledMemoryAllocator.h +++ b/src/gpgmm/common/PooledMemoryAllocator.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_POOLEDMEMORYALLOCATOR_H_ -#define GPGMM_COMMON_POOLEDMEMORYALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_POOLEDMEMORYALLOCATOR_H_ +#define SRC_GPGMM_COMMON_POOLEDMEMORYALLOCATOR_H_ #include "gpgmm/common/MemoryAllocator.h" @@ -47,4 +47,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_POOLEDMEMORYALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_POOLEDMEMORYALLOCATOR_H_ diff --git a/src/gpgmm/common/SegmentedMemoryAllocator.h b/src/gpgmm/common/SegmentedMemoryAllocator.h index d728c3e06..83fce8a76 100644 --- a/src/gpgmm/common/SegmentedMemoryAllocator.h +++ b/src/gpgmm/common/SegmentedMemoryAllocator.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_SEGMENTEDMEMORYALLOCATOR_H_ -#define GPGMM_COMMON_SEGMENTEDMEMORYALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_SEGMENTEDMEMORYALLOCATOR_H_ +#define SRC_GPGMM_COMMON_SEGMENTEDMEMORYALLOCATOR_H_ #include "gpgmm/common/LIFOMemoryPool.h" #include "gpgmm/common/MemoryAllocator.h" @@ -60,4 +60,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_SEGMENTEMEMORYALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_SEGMENTEMEMORYALLOCATOR_H_ diff --git a/src/gpgmm/common/SizeClass.h b/src/gpgmm/common/SizeClass.h index f089c9cce..ed956bc49 100644 --- a/src/gpgmm/common/SizeClass.h +++ b/src/gpgmm/common/SizeClass.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_SIZECLASS_H_ -#define GPGMM_COMMON_SIZECLASS_H_ +#ifndef SRC_GPGMM_COMMON_SIZECLASS_H_ +#define SRC_GPGMM_COMMON_SIZECLASS_H_ #include @@ -65,4 +65,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_SIZECLASS_H_ +#endif // SRC_GPGMM_COMMON_SIZECLASS_H_ diff --git a/src/gpgmm/common/SlabBlockAllocator.h b/src/gpgmm/common/SlabBlockAllocator.h index 6dcfae3c9..4d8eaa6c9 100644 --- a/src/gpgmm/common/SlabBlockAllocator.h +++ b/src/gpgmm/common/SlabBlockAllocator.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_SLABBLOCKALLOCATOR_H_ -#define GPGMM_COMMON_SLABBLOCKALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_SLABBLOCKALLOCATOR_H_ +#define SRC_GPGMM_COMMON_SLABBLOCKALLOCATOR_H_ #include "gpgmm/common/BlockAllocator.h" @@ -70,4 +70,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_SLABBLOCKALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_SLABBLOCKALLOCATOR_H_ diff --git a/src/gpgmm/common/SlabMemoryAllocator.h b/src/gpgmm/common/SlabMemoryAllocator.h index 00400fc82..d38359a3e 100644 --- a/src/gpgmm/common/SlabMemoryAllocator.h +++ b/src/gpgmm/common/SlabMemoryAllocator.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_SLABMEMORYALLOCATOR_H_ -#define GPGMM_COMMON_SLABMEMORYALLOCATOR_H_ +#ifndef SRC_GPGMM_COMMON_SLABMEMORYALLOCATOR_H_ +#define SRC_GPGMM_COMMON_SLABMEMORYALLOCATOR_H_ #include "gpgmm/common/MemoryAllocator.h" #include "gpgmm/common/MemoryCache.h" @@ -162,4 +162,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_SLABMEMORYALLOCATOR_H_ +#endif // SRC_GPGMM_COMMON_SLABMEMORYALLOCATOR_H_ diff --git a/src/gpgmm/common/ThreadPool.h b/src/gpgmm/common/ThreadPool.h index da735a261..253b0b9e4 100644 --- a/src/gpgmm/common/ThreadPool.h +++ b/src/gpgmm/common/ThreadPool.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_THREADPOOL_H_ -#define GPGMM_COMMON_THREADPOOL_H_ +#ifndef SRC_GPGMM_COMMON_THREADPOOL_H_ +#define SRC_GPGMM_COMMON_THREADPOOL_H_ #include "gpgmm/utils/NonCopyable.h" @@ -105,4 +105,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_THREADPOOL_H_ +#endif // SRC_GPGMM_COMMON_THREADPOOL_H_ diff --git a/src/gpgmm/common/TraceEvent.h b/src/gpgmm/common/TraceEvent.h index cb130665f..535361a98 100644 --- a/src/gpgmm/common/TraceEvent.h +++ b/src/gpgmm/common/TraceEvent.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_TRACEEVENT_H_ -#define GPGMM_COMMON_TRACEEVENT_H_ +#ifndef SRC_GPGMM_COMMON_TRACEEVENT_H_ +#define SRC_GPGMM_COMMON_TRACEEVENT_H_ #include "gpgmm/common/JSONSerializer.h" #include "gpgmm/common/TraceEventPhase.h" @@ -254,4 +254,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_COMMON_TRACEEVENT_H_ +#endif // SRC_GPGMM_COMMON_TRACEEVENT_H_ diff --git a/src/gpgmm/common/TraceEventPhase.h b/src/gpgmm/common/TraceEventPhase.h index 3cdc48a70..86f02e3c7 100644 --- a/src/gpgmm/common/TraceEventPhase.h +++ b/src/gpgmm/common/TraceEventPhase.h @@ -12,7 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_COMMON_TRACEEVENTPHASE_H_ +#ifndef SRC_GPGMM_COMMON_TRACEEVENTPHASE_H_ +#define SRC_GPGMM_COMMON_TRACEEVENTPHASE_H_ // Phase indicates the nature of an event entry. E.g. part of a begin/end pair. # define TRACE_EVENT_PHASE_BEGIN ('B') @@ -24,4 +25,4 @@ # define TRACE_EVENT_PHASE_METADATA ('M') # define TRACE_EVENT_PHASE_COUNTER ('C') -#endif // GPGMM_COMMON_TRACEEVENTPHASE_H_ +#endif // SRC_GPGMM_COMMON_TRACEEVENTPHASE_H_ diff --git a/src/gpgmm/d3d12/BackendD3D12.h b/src/gpgmm/d3d12/BackendD3D12.h index 5d7119db8..788cb5f5e 100644 --- a/src/gpgmm/d3d12/BackendD3D12.h +++ b/src/gpgmm/d3d12/BackendD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_BACKEND3D12_H_ -#define GPGMM_D3D12_BACKEND3D12_H_ +#ifndef SRC_GPGMM_D3D12_BACKEND3D12_H_ +#define SRC_GPGMM_D3D12_BACKEND3D12_H_ #include "gpgmm/common/Backend.h" diff --git a/src/gpgmm/d3d12/BudgetUpdateD3D12.h b/src/gpgmm/d3d12/BudgetUpdateD3D12.h index 671c64c33..2ad7e9782 100644 --- a/src/gpgmm/d3d12/BudgetUpdateD3D12.h +++ b/src/gpgmm/d3d12/BudgetUpdateD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_BUDGETUPDATED3D12_H_ -#define GPGMM_D3D12_BUDGETUPDATED3D12_H_ +#ifndef SRC_GPGMM_D3D12_BUDGETUPDATED3D12_H_ +#define SRC_GPGMM_D3D12_BUDGETUPDATED3D12_H_ #include "gpgmm/common/ThreadPool.h" #include "gpgmm/d3d12/D3D12Platform.h" @@ -73,4 +73,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_BUDGETUPDATED3D12_H_ +#endif // SRC_GPGMM_D3D12_BUDGETUPDATED3D12_H_ diff --git a/src/gpgmm/d3d12/BufferAllocatorD3D12.h b/src/gpgmm/d3d12/BufferAllocatorD3D12.h index 136076af8..2f9966c98 100644 --- a/src/gpgmm/d3d12/BufferAllocatorD3D12.h +++ b/src/gpgmm/d3d12/BufferAllocatorD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_BUFFERALLOCATORD3D12_H_ -#define GPGMM_D3D12_BUFFERALLOCATORD3D12_H_ +#ifndef SRC_GPGMM_D3D12_BUFFERALLOCATORD3D12_H_ +#define SRC_GPGMM_D3D12_BUFFERALLOCATORD3D12_H_ #include "gpgmm/common/MemoryAllocator.h" @@ -48,4 +48,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_BUFFERALLOCATORD3D12_H_ +#endif // SRC_GPGMM_D3D12_BUFFERALLOCATORD3D12_H_ diff --git a/src/gpgmm/d3d12/CapsD3D12.h b/src/gpgmm/d3d12/CapsD3D12.h index fe3689986..3ca4beb20 100644 --- a/src/gpgmm/d3d12/CapsD3D12.h +++ b/src/gpgmm/d3d12/CapsD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_CAPSD3D12_H_ -#define GPGMM_D3D12_CAPSD3D12_H_ +#ifndef SRC_GPGMM_D3D12_CAPSD3D12_H_ +#define SRC_GPGMM_D3D12_CAPSD3D12_H_ #include "gpgmm/common/GPUInfo.h" #include "gpgmm/d3d12/D3D12Platform.h" @@ -66,4 +66,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_CAPSD3D12_H_ +#endif // SRC_GPGMM_D3D12_CAPSD3D12_H_ diff --git a/src/gpgmm/d3d12/D3D12Platform.h b/src/gpgmm/d3d12/D3D12Platform.h index 386cb7495..bc5887ec7 100644 --- a/src/gpgmm/d3d12/D3D12Platform.h +++ b/src/gpgmm/d3d12/D3D12Platform.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_D3D12PLATFORM_H_ -#define GPGMM_D3D12_D3D12PLATFORM_H_ +#ifndef SRC_GPGMM_D3D12_D3D12PLATFORM_H_ +#define SRC_GPGMM_D3D12_D3D12PLATFORM_H_ #include #include @@ -28,4 +28,4 @@ using Microsoft::WRL::ComPtr; -#endif // GPGMM_D3D12_D3D12PLATFORM_H_ +#endif // SRC_GPGMM_D3D12_D3D12PLATFORM_H_ diff --git a/src/gpgmm/d3d12/DebugObjectD3D12.h b/src/gpgmm/d3d12/DebugObjectD3D12.h index 96d4bfbde..b8d6095b8 100644 --- a/src/gpgmm/d3d12/DebugObjectD3D12.h +++ b/src/gpgmm/d3d12/DebugObjectD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_DEBUGOBJECTD3D12_H_ -#define GPGMM_D3D12_DEBUGOBJECTD3D12_H_ +#ifndef SRC_GPGMM_D3D12_DEBUGOBJECTD3D12_H_ +#define SRC_GPGMM_D3D12_DEBUGOBJECTD3D12_H_ #include "gpgmm/d3d12/UnknownD3D12.h" @@ -41,4 +41,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_DEBUGOBJECTD3D12_H_ +#endif // SRC_GPGMM_D3D12_DEBUGOBJECTD3D12_H_ diff --git a/src/gpgmm/d3d12/ErrorD3D12.h b/src/gpgmm/d3d12/ErrorD3D12.h index ed6fcc04d..3aec50e6c 100644 --- a/src/gpgmm/d3d12/ErrorD3D12.h +++ b/src/gpgmm/d3d12/ErrorD3D12.h @@ -11,8 +11,9 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_ERRORD3D12_H_ -#define GPGMM_D3D12_ERRORD3D12_H_ + +#ifndef SRC_GPGMM_D3D12_ERRORD3D12_H_ +#define SRC_GPGMM_D3D12_ERRORD3D12_H_ #include "gpgmm/common/Error.h" #include "gpgmm/d3d12/D3D12Platform.h" @@ -75,4 +76,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_ERRORD3D12_H_ +#endif // SRC_GPGMM_D3D12_ERRORD3D12_H_ diff --git a/src/gpgmm/d3d12/FenceD3D12.h b/src/gpgmm/d3d12/FenceD3D12.h index 1e20f0527..cddb3a2a0 100644 --- a/src/gpgmm/d3d12/FenceD3D12.h +++ b/src/gpgmm/d3d12/FenceD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_FENCED3D12_H_ -#define GPGMM_D3D12_FENCED3D12_H_ +#ifndef SRC_GPGMM_D3D12_FENCED3D12_H_ +#define SRC_GPGMM_D3D12_FENCED3D12_H_ #include "gpgmm/d3d12/D3D12Platform.h" #include "gpgmm/utils/NonCopyable.h" @@ -52,4 +52,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_FENCED3D12_H_ +#endif // SRC_GPGMM_D3D12_FENCED3D12_H_ diff --git a/src/gpgmm/d3d12/JSONSerializerD3D12.h b/src/gpgmm/d3d12/JSONSerializerD3D12.h index 376600f94..aae41ca8f 100644 --- a/src/gpgmm/d3d12/JSONSerializerD3D12.h +++ b/src/gpgmm/d3d12/JSONSerializerD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_JSONSERIALIZERD3D12_H_ -#define GPGMM_D3D12_JSONSERIALIZERD3D12_H_ +#ifndef SRC_GPGMM_D3D12_JSONSERIALIZERD3D12_H_ +#define SRC_GPGMM_D3D12_JSONSERIALIZERD3D12_H_ #include "gpgmm/common/JSONSerializer.h" #include "gpgmm/d3d12/D3D12Platform.h" @@ -68,4 +68,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_JSONSERIALIZERD3D12_H_ +#endif // SRC_GPGMM_D3D12_JSONSERIALIZERD3D12_H_ diff --git a/src/gpgmm/d3d12/LogD3D12.h b/src/gpgmm/d3d12/LogD3D12.h index 3956eaca5..126d561f0 100644 --- a/src/gpgmm/d3d12/LogD3D12.h +++ b/src/gpgmm/d3d12/LogD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_LOGD3D12_H_ -#define GPGMM_D3D12_LOGD3D12_H_ +#ifndef SRC_GPGMM_D3D12_LOGD3D12_H_ +#define SRC_GPGMM_D3D12_LOGD3D12_H_ #include "gpgmm/common/EventMessage.h" #include "gpgmm/utils/WindowsUtils.h" @@ -66,4 +66,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_LOGD3D12_H_ +#endif // SRC_GPGMM_D3D12_LOGD3D12_H_ diff --git a/src/gpgmm/d3d12/ResidencyHeapD3D12.h b/src/gpgmm/d3d12/ResidencyHeapD3D12.h index 631477f3c..8927baea3 100644 --- a/src/gpgmm/d3d12/ResidencyHeapD3D12.h +++ b/src/gpgmm/d3d12/ResidencyHeapD3D12.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_HEAPD3D12_H_ -#define GPGMM_D3D12_HEAPD3D12_H_ +#ifndef SRC_GPGMM_D3D12_RESIDENCYHEAPD3D12_H_ +#define SRC_GPGMM_D3D12_RESIDENCYHEAPD3D12_H_ #include "gpgmm/common/Memory.h" #include "gpgmm/d3d12/DebugObjectD3D12.h" @@ -93,4 +93,4 @@ namespace gpgmm::d3d12 { }; } // namespace gpgmm::d3d12 -#endif +#endif // SRC_GPGMM_D3D12_RESIDENCYHEAPD3D12_H_ diff --git a/src/gpgmm/d3d12/ResidencyListD3D12.h b/src/gpgmm/d3d12/ResidencyListD3D12.h index 1caa59319..ed1596243 100644 --- a/src/gpgmm/d3d12/ResidencyListD3D12.h +++ b/src/gpgmm/d3d12/ResidencyListD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_RESIDENCYLISTD3D12_H_ -#define GPGMM_D3D12_RESIDENCYLISTD3D12_H_ +#ifndef SRC_GPGMM_D3D12_RESIDENCYLISTD3D12_H_ +#define SRC_GPGMM_D3D12_RESIDENCYLISTD3D12_H_ #include "gpgmm/d3d12/D3D12Platform.h" #include "gpgmm/d3d12/UnknownD3D12.h" @@ -54,4 +54,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif +#endif // SRC_GPGMM_D3D12_RESIDENCYLISTD3D12_H_ diff --git a/src/gpgmm/d3d12/ResidencyManagerD3D12.h b/src/gpgmm/d3d12/ResidencyManagerD3D12.h index a069f811c..64777931f 100644 --- a/src/gpgmm/d3d12/ResidencyManagerD3D12.h +++ b/src/gpgmm/d3d12/ResidencyManagerD3D12.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_RESIDENCYMANAGERD3D12_H_ -#define GPGMM_D3D12_RESIDENCYMANAGERD3D12_H_ +#ifndef SRC_GPGMM_D3D12_RESIDENCYMANAGERD3D12_H_ +#define SRC_GPGMM_D3D12_RESIDENCYMANAGERD3D12_H_ #include "gpgmm/common/Object.h" #include "gpgmm/d3d12/DebugObjectD3D12.h" @@ -155,4 +155,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_RESIDENCYMANAGERD3D12_H_ +#endif // SRC_GPGMM_D3D12_RESIDENCYMANAGERD3D12_H_ diff --git a/src/gpgmm/d3d12/ResourceAllocationD3D12.h b/src/gpgmm/d3d12/ResourceAllocationD3D12.h index 18b53a329..d9c303173 100644 --- a/src/gpgmm/d3d12/ResourceAllocationD3D12.h +++ b/src/gpgmm/d3d12/ResourceAllocationD3D12.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_RESOURCEALLOCATIOND3D12_H_ -#define GPGMM_D3D12_RESOURCEALLOCATIOND3D12_H_ +#ifndef SRC_GPGMM_D3D12_RESOURCEALLOCATIOND3D12_H_ +#define SRC_GPGMM_D3D12_RESOURCEALLOCATIOND3D12_H_ #include "gpgmm/common/MemoryAllocation.h" #include "gpgmm/d3d12/DebugObjectD3D12.h" @@ -86,4 +86,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_RESOURCEALLOCATIOND3D12_H_ +#endif // SRC_GPGMM_D3D12_RESOURCEALLOCATIOND3D12_H_ diff --git a/src/gpgmm/d3d12/ResourceAllocationTrackingAllocatorD3D12.h b/src/gpgmm/d3d12/ResourceAllocationTrackingAllocatorD3D12.h index f69b81545..2616b4bee 100644 --- a/src/gpgmm/d3d12/ResourceAllocationTrackingAllocatorD3D12.h +++ b/src/gpgmm/d3d12/ResourceAllocationTrackingAllocatorD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_RESOURCEALLOCATIONTRACKINGALLOCATORD3D12_H_ -#define GPGMM_D3D12_RESOURCEALLOCATIONTRACKINGALLOCATORD3D12_H_ +#ifndef SRC_GPGMM_D3D12_RESOURCEALLOCATIONTRACKINGALLOCATORD3D12_H_ +#define SRC_GPGMM_D3D12_RESOURCEALLOCATIONTRACKINGALLOCATORD3D12_H_ #include "gpgmm/common/MemoryAllocator.h" #include "gpgmm/common/MemoryCache.h" @@ -58,4 +58,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_RESOURCEALLOCATIONTRACKINGALLOCATORD3D12_H_ +#endif // SRC_GPGMM_D3D12_RESOURCEALLOCATIONTRACKINGALLOCATORD3D12_H_ diff --git a/src/gpgmm/d3d12/ResourceAllocatorD3D12.h b/src/gpgmm/d3d12/ResourceAllocatorD3D12.h index f23501392..85a51113f 100644 --- a/src/gpgmm/d3d12/ResourceAllocatorD3D12.h +++ b/src/gpgmm/d3d12/ResourceAllocatorD3D12.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_RESOURCEALLOCATORD3D12_H_ -#define GPGMM_D3D12_RESOURCEALLOCATORD3D12_H_ +#ifndef SRC_GPGMM_D3D12_RESOURCEALLOCATORD3D12_H_ +#define SRC_GPGMM_D3D12_RESOURCEALLOCATORD3D12_H_ #include "gpgmm/common/MemoryAllocator.h" #include "gpgmm/d3d12/DebugObjectD3D12.h" @@ -184,4 +184,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_RESOURCEALLOCATORD3D12_H_ +#endif // SRC_GPGMM_D3D12_RESOURCEALLOCATORD3D12_H_ diff --git a/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.h b/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.h index 0f517a927..53c4dfd23 100644 --- a/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.h +++ b/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_RESOURCEHEAPALLOCATORD3D12_H_ -#define GPGMM_D3D12_RESOURCEHEAPALLOCATORD3D12_H_ +#ifndef SRC_GPGMM_D3D12_RESOURCEHEAPALLOCATORD3D12_H_ +#define SRC_GPGMM_D3D12_RESOURCEHEAPALLOCATORD3D12_H_ #include "gpgmm/common/MemoryAllocator.h" #include "gpgmm/d3d12/D3D12Platform.h" @@ -63,4 +63,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_RESOURCEHEAPALLOCATORD3D12_H_ +#endif // SRC_GPGMM_D3D12_RESOURCEHEAPALLOCATORD3D12_H_ diff --git a/src/gpgmm/d3d12/ResourceSizeD3D12.h b/src/gpgmm/d3d12/ResourceSizeD3D12.h index 6c5296c25..eaf91e718 100644 --- a/src/gpgmm/d3d12/ResourceSizeD3D12.h +++ b/src/gpgmm/d3d12/ResourceSizeD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_RESOURCESIZE_H_ -#define GPGMM_D3D12_RESOURCESIZE_H_ +#ifndef SRC_GPGMM_D3D12_RESOURCESIZE_H_ +#define SRC_GPGMM_D3D12_RESOURCESIZE_H_ #include "gpgmm/common/SizeClass.h" #include "gpgmm/d3d12/D3D12Platform.h" @@ -48,4 +48,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_RESOURCESIZE_H_ +#endif // SRC_GPGMM_D3D12_RESOURCESIZE_H_ diff --git a/src/gpgmm/d3d12/UnknownD3D12.h b/src/gpgmm/d3d12/UnknownD3D12.h index ab9afea6a..70bf17fee 100644 --- a/src/gpgmm/d3d12/UnknownD3D12.h +++ b/src/gpgmm/d3d12/UnknownD3D12.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_UNKNOWND3D12_H_ -#define GPGMM_D3D12_UNKNOWND3D12_H_ +#ifndef SRC_GPGMM_D3D12_UNKNOWND3D12_H_ +#define SRC_GPGMM_D3D12_UNKNOWND3D12_H_ #include "gpgmm/d3d12/D3D12Platform.h" #include "gpgmm/utils/NonCopyable.h" @@ -57,4 +57,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_UNKNOWND3D12_H_ +#endif // SRC_GPGMM_D3D12_UNKNOWND3D12_H_ diff --git a/src/gpgmm/d3d12/UtilsD3D12.h b/src/gpgmm/d3d12/UtilsD3D12.h index 8da6972c5..18730b36b 100644 --- a/src/gpgmm/d3d12/UtilsD3D12.h +++ b/src/gpgmm/d3d12/UtilsD3D12.h @@ -11,8 +11,8 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_D3D12_UTILSD3D12_H_ -#define GPGMM_D3D12_UTILSD3D12_H_ +#ifndef SRC_GPGMM_D3D12_UTILSD3D12_H_ +#define SRC_GPGMM_D3D12_UTILSD3D12_H_ #include "gpgmm/d3d12/D3D12Platform.h" @@ -33,4 +33,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // GPGMM_D3D12_UTILSD3D12_H_ +#endif // SRC_GPGMM_D3D12_UTILSD3D12_H_ diff --git a/src/gpgmm/utils/Assert.h b/src/gpgmm/utils/Assert.h index 3621d4748..2c55e2b17 100644 --- a/src/gpgmm/utils/Assert.h +++ b/src/gpgmm/utils/Assert.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_ASSERT_H_ -#define GPGMM_UTILS_ASSERT_H_ +#ifndef SRC_GPGMM_UTILS_ASSERT_H_ +#define SRC_GPGMM_UTILS_ASSERT_H_ #include "Compiler.h" @@ -105,4 +105,4 @@ namespace gpgmm { } -#endif // GPGMM_UTILS_ASSERT_H_ +#endif // SRC_GPGMM_UTILS_ASSERT_H_ diff --git a/src/gpgmm/utils/Compiler.h b/src/gpgmm/utils/Compiler.h index e922cac77..d797240d7 100644 --- a/src/gpgmm/utils/Compiler.h +++ b/src/gpgmm/utils/Compiler.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_COMPILER_H_ -#define GPGMM_UTILS_COMPILER_H_ +#ifndef SRC_GPGMM_UTILS_COMPILER_H_ +#define SRC_GPGMM_UTILS_COMPILER_H_ // Defines macros for compiler-specific functionality // - GPGMM_COMPILER_[CLANG|GCC|MSVC]: Compiler detection @@ -113,4 +113,4 @@ extern void __cdecl __debugbreak(void); # define GPGMM_FALLTHROUGH #endif -#endif // GPGMM_UTILS_COMPILER_H_ +#endif // SRC_GPGMM_UTILS_COMPILER_H_ diff --git a/src/gpgmm/utils/EnumFlags.h b/src/gpgmm/utils/EnumFlags.h index d11458202..7302ddb69 100644 --- a/src/gpgmm/utils/EnumFlags.h +++ b/src/gpgmm/utils/EnumFlags.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_ENUMFLAGS_H_ -#define GPGMM_UTILS_ENUMFLAGS_H_ +#ifndef SRC_GPGMM_UTILS_ENUMFLAGS_H_ +#define SRC_GPGMM_UTILS_ENUMFLAGS_H_ #include @@ -90,4 +90,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_ENUMFLAGS_H_ +#endif // SRC_GPGMM_UTILS_ENUMFLAGS_H_ diff --git a/src/gpgmm/utils/JSONEncoder.h b/src/gpgmm/utils/JSONEncoder.h index 7479e9ea4..a3a959d84 100644 --- a/src/gpgmm/utils/JSONEncoder.h +++ b/src/gpgmm/utils/JSONEncoder.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_JSON_ENCODER_H_ -#define GPGMM_UTILS_JSON_ENCODER_H_ +#ifndef SRC_GPGMM_UTILS_JSONENCODER_H_ +#define SRC_GPGMM_UTILS_JSONENCODER_H_ #include #include @@ -82,4 +82,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_JSON_ENCODER_H_ +#endif // SRC_GPGMM_UTILS_JSON_ENCODER_H_ diff --git a/src/gpgmm/utils/Limits.h b/src/gpgmm/utils/Limits.h index e0ecf6d38..c83f98bac 100644 --- a/src/gpgmm/utils/Limits.h +++ b/src/gpgmm/utils/Limits.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_LIMITS_H_ -#define GPGMM_UTILS_LIMITS_H_ +#ifndef SRC_GPGMM_UTILS_LIMITS_H_ +#define SRC_GPGMM_UTILS_LIMITS_H_ #include // CHAR_BIT #include @@ -34,4 +34,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_LIMITS_H_ +#endif // SRC_GPGMM_UTILS_LIMITS_H_ diff --git a/src/gpgmm/utils/LinkedList.h b/src/gpgmm/utils/LinkedList.h index c5e9b19c3..cb55d4c15 100644 --- a/src/gpgmm/utils/LinkedList.h +++ b/src/gpgmm/utils/LinkedList.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_LINKED_LIST_H -#define GPGMM_UTILS_LINKED_LIST_H +#ifndef SRC_GPGMM_UTILS_LINKED_LIST_H +#define SRC_GPGMM_UTILS_LINKED_LIST_H #include "Assert.h" #include "Utils.h" @@ -316,4 +316,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_LINKED_LIST_H +#endif // SRC_GPGMM_UTILS_LINKED_LIST_H diff --git a/src/gpgmm/utils/Log.h b/src/gpgmm/utils/Log.h index db3034332..78dc79658 100644 --- a/src/gpgmm/utils/Log.h +++ b/src/gpgmm/utils/Log.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_LOG_H_ -#define GPGMM_UTILS_LOG_H_ +#ifndef SRC_GPGMM_UTILS_LOG_H_ +#define SRC_GPGMM_UTILS_LOG_H_ // Targets shouldn't use iostream or printf directly for several reasons: // - iostream adds static initializers which we want to avoid. @@ -133,4 +133,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_LOG_H_ +#endif // SRC_GPGMM_UTILS_LOG_H_ diff --git a/src/gpgmm/utils/Math.h b/src/gpgmm/utils/Math.h index a1d92c641..14681ba38 100644 --- a/src/gpgmm/utils/Math.h +++ b/src/gpgmm/utils/Math.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_MATH_H_ -#define GPGMM_UTILS_MATH_H_ +#ifndef SRC_GPGMM_UTILS_MATH_H_ +#define SRC_GPGMM_UTILS_MATH_H_ #include "Assert.h" @@ -61,4 +61,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_MATH_H_ +#endif // SRC_GPGMM_UTILS_MATH_H_ diff --git a/src/gpgmm/utils/NonCopyable.h b/src/gpgmm/utils/NonCopyable.h index 27153b282..c18b9981f 100644 --- a/src/gpgmm/utils/NonCopyable.h +++ b/src/gpgmm/utils/NonCopyable.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_NONCOPYABLE_H_ -#define GPGMM_UTILS_NONCOPYABLE_H_ +#ifndef SRC_GPGMM_UTILS_NONCOPYABLE_H_ +#define SRC_GPGMM_UTILS_NONCOPYABLE_H_ namespace gpgmm { @@ -34,4 +34,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_NONCOPYABLE_H_ +#endif // SRC_GPGMM_UTILS_NONCOPYABLE_H_ diff --git a/src/gpgmm/utils/Platform.h b/src/gpgmm/utils/Platform.h index e8d592fba..797ce3668 100644 --- a/src/gpgmm/utils/Platform.h +++ b/src/gpgmm/utils/Platform.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_PLATFORM_H_ -#define GPGMM_UTILS_PLATFORM_H_ +#ifndef SRC_GPGMM_UTILS_PLATFORM_H_ +#define SRC_GPGMM_UTILS_PLATFORM_H_ // Per operating system. @@ -90,4 +90,4 @@ static_assert(sizeof(sizeof(char)) == 4, "Expect sizeof(size_t) == 4"); # error "Unsupported platform" #endif -#endif // GPGMM_UTILS_PLATFORM_H_ +#endif // SRC_GPGMM_UTILS_PLATFORM_H_ diff --git a/src/gpgmm/utils/PlatformDebug.h b/src/gpgmm/utils/PlatformDebug.h index 9faa84279..695a891dc 100644 --- a/src/gpgmm/utils/PlatformDebug.h +++ b/src/gpgmm/utils/PlatformDebug.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_PLATFORMDEBUG_H_ -#define GPGMM_UTILS_PLATFORMDEBUG_H_ +#ifndef SRC_GPGMM_UTILS_PLATFORMDEBUG_H_ +#define SRC_GPGMM_UTILS_PLATFORMDEBUG_H_ #include "Log.h" @@ -42,4 +42,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_PLATFORMDEBUG_H_ +#endif // SRC_GPGMM_UTILS_PLATFORMDEBUG_H_ diff --git a/src/gpgmm/utils/PlatformTime.h b/src/gpgmm/utils/PlatformTime.h index 21ebb3526..2229eb687 100644 --- a/src/gpgmm/utils/PlatformTime.h +++ b/src/gpgmm/utils/PlatformTime.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_PLATFORMTIME_H_ -#define GPGMM_UTILS_PLATFORMTIME_H_ +#ifndef SRC_GPGMM_UTILS_PLATFORMTIME_H_ +#define SRC_GPGMM_UTILS_PLATFORMTIME_H_ namespace gpgmm { @@ -39,4 +39,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_PLATFORMTIME_H_ +#endif // SRC_GPGMM_UTILS_PLATFORMTIME_H_ diff --git a/src/gpgmm/utils/PlatformUtils.h b/src/gpgmm/utils/PlatformUtils.h index c0d85f4a1..b90c11ce7 100644 --- a/src/gpgmm/utils/PlatformUtils.h +++ b/src/gpgmm/utils/PlatformUtils.h @@ -13,8 +13,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_PLATFORMUTILS_H_ -#define GPGMM_UTILS_PLATFORMUTILS_H_ +#ifndef SRC_GPGMM_UTILS_PLATFORMUTILS_H_ +#define SRC_GPGMM_UTILS_PLATFORMUTILS_H_ #include "Platform.h" @@ -31,4 +31,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_PLATFORMUTILS_H_ +#endif // SRC_GPGMM_UTILS_PLATFORMUTILS_H_ diff --git a/src/gpgmm/utils/RefCount.h b/src/gpgmm/utils/RefCount.h index 558573315..c60b61d24 100644 --- a/src/gpgmm/utils/RefCount.h +++ b/src/gpgmm/utils/RefCount.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_REFCOUNT_H_ -#define GPGMM_UTILS_REFCOUNT_H_ +#ifndef SRC_GPGMM_UTILS_REFCOUNT_H_ +#define SRC_GPGMM_UTILS_REFCOUNT_H_ #include "Utils.h" @@ -147,4 +147,4 @@ namespace gpgmm { }; } // namespace gpgmm -#endif // GPGMM_UTILS_REFCOUNT_H_ +#endif // SRC_GPGMM_UTILS_REFCOUNT_H_ diff --git a/src/gpgmm/utils/StableList.h b/src/gpgmm/utils/StableList.h index 485a791bb..770c415f7 100644 --- a/src/gpgmm/utils/StableList.h +++ b/src/gpgmm/utils/StableList.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_STABLELIST_H_ -#define GPGMM_UTILS_STABLELIST_H_ +#ifndef SRC_GPGMM_UTILS_STABLELIST_H_ +#define SRC_GPGMM_UTILS_STABLELIST_H_ #include "Assert.h" #include "Compiler.h" @@ -431,4 +431,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_STABLELIST_H_ +#endif // SRC_GPGMM_UTILS_STABLELIST_H_ diff --git a/src/gpgmm/utils/Utils.h b/src/gpgmm/utils/Utils.h index 258d43b67..2d2bc3ae0 100644 --- a/src/gpgmm/utils/Utils.h +++ b/src/gpgmm/utils/Utils.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_UTILS_H_ -#define GPGMM_UTILS_UTILS_H_ +#ifndef SRC_GPGMM_UTILS_UTILS_H_ +#define SRC_GPGMM_UTILS_UTILS_H_ #include #include @@ -85,4 +85,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_UTILS_H_ +#endif // SRC_GPGMM_UTILS_UTILS_H_ diff --git a/src/gpgmm/utils/WindowsUtils.h b/src/gpgmm/utils/WindowsUtils.h index 0c3af38f7..f15e27bc4 100644 --- a/src/gpgmm/utils/WindowsUtils.h +++ b/src/gpgmm/utils/WindowsUtils.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_UTILS_WINDOWSUTILS_H -#define GPGMM_UTILS_WINDOWSUTILS_H +#ifndef SRC_GPGMM_UTILS_WINDOWSUTILS_H +#define SRC_GPGMM_UTILS_WINDOWSUTILS_H #include namespace gpgmm { @@ -25,4 +25,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // GPGMM_UTILS_WINDOWSUTILS_H +#endif // SRC_GPGMM_UTILS_WINDOWSUTILS_H diff --git a/src/gpgmm/vk/BackendVk.h b/src/gpgmm/vk/BackendVk.h index c71d3bebd..2eb674ad2 100644 --- a/src/gpgmm/vk/BackendVk.h +++ b/src/gpgmm/vk/BackendVk.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_VK_BACKENDVK_H_ -#define GPGMM_VK_BACKENDVK_H_ +#ifndef SRC_GPGMM_VK_BACKENDVK_H_ +#define SRC_GPGMM_VK_BACKENDVK_H_ #include "gpgmm/common/Backend.h" @@ -32,4 +32,4 @@ namespace gpgmm::vk { } // namespace gpgmm::vk -#endif // GPGMM_VK_BACKENDVK_H_ +#endif // SRC_GPGMM_VK_BACKENDVK_H_ diff --git a/src/gpgmm/vk/CapsVk.h b/src/gpgmm/vk/CapsVk.h index 6b2406884..e3e88ff45 100644 --- a/src/gpgmm/vk/CapsVk.h +++ b/src/gpgmm/vk/CapsVk.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_VK_CAPSVK_H_ -#define GPGMM_VK_CAPSVK_H_ +#ifndef SRC_GPGMM_VK_CAPSVK_H_ +#define SRC_GPGMM_VK_CAPSVK_H_ #include "gpgmm/vk/VKPlatform.h" @@ -42,4 +42,4 @@ namespace gpgmm::vk { } // namespace gpgmm::vk -#endif // GPGMM_VK_CAPSVK_H_ +#endif // SRC_GPGMM_VK_CAPSVK_H_ diff --git a/src/gpgmm/vk/DeviceMemoryAllocatorVk.h b/src/gpgmm/vk/DeviceMemoryAllocatorVk.h index ed06f7ae0..e8aa70918 100644 --- a/src/gpgmm/vk/DeviceMemoryAllocatorVk.h +++ b/src/gpgmm/vk/DeviceMemoryAllocatorVk.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_VK_DEVICEMEMORYALLOCATORVK_H_ -#define GPGMM_VK_DEVICEMEMORYALLOCATORVK_H_ +#ifndef SRC_GPGMM_VK_DEVICEMEMORYALLOCATORVK_H_ +#define SRC_GPGMM_VK_DEVICEMEMORYALLOCATORVK_H_ #include "gpgmm/vk/ResourceAllocatorVk.h" @@ -35,4 +35,4 @@ namespace gpgmm::vk { } // namespace gpgmm::vk -#endif // GPGMM_VK_DEVICEMEMORYALLOCATORVK_H_ +#endif // SRC_GPGMM_VK_DEVICEMEMORYALLOCATORVK_H_ diff --git a/src/gpgmm/vk/DeviceMemoryVk.h b/src/gpgmm/vk/DeviceMemoryVk.h index d7ac0c40f..87a7f73fc 100644 --- a/src/gpgmm/vk/DeviceMemoryVk.h +++ b/src/gpgmm/vk/DeviceMemoryVk.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_VK_DEVICEMEMORYVK_H_ -#define GPGMM_VK_DEVICEMEMORYVK_H_ +#ifndef SRC_GPGMM_VK_DEVICEMEMORYVK_H_ +#define SRC_GPGMM_VK_DEVICEMEMORYVK_H_ #include "gpgmm/common/Memory.h" @@ -39,4 +39,4 @@ namespace gpgmm::vk { } // namespace gpgmm::vk -#endif // GPGMM_VK_DEVICEMEMORYVK_H_ +#endif // SRC_GPGMM_VK_DEVICEMEMORYVK_H_ diff --git a/src/gpgmm/vk/ErrorVk.h b/src/gpgmm/vk/ErrorVk.h index b3834ac96..3391ca9c6 100644 --- a/src/gpgmm/vk/ErrorVk.h +++ b/src/gpgmm/vk/ErrorVk.h @@ -11,8 +11,8 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_VK_ERRORVK_H_ -#define GPGMM_VK_ERRORVK_H_ +#ifndef SRC_GPGMM_VK_ERRORVK_H_ +#define SRC_GPGMM_VK_ERRORVK_H_ #include "gpgmm/common/Error.h" #include "gpgmm/vk/VKPlatform.h" @@ -54,4 +54,4 @@ namespace gpgmm::vk { } // namespace gpgmm::vk -#endif // GPGMM_VK_ERRORVK_H_ +#endif // SRC_GPGMM_VK_ERRORVK_H_ diff --git a/src/gpgmm/vk/ResourceAllocatorVk.h b/src/gpgmm/vk/ResourceAllocatorVk.h index b7b34c5b6..4ed543686 100644 --- a/src/gpgmm/vk/ResourceAllocatorVk.h +++ b/src/gpgmm/vk/ResourceAllocatorVk.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_VK_RESOURCEALLOCATORVK_H_ -#define GPGMM_VK_RESOURCEALLOCATORVK_H_ +#ifndef SRC_GPGMM_VK_RESOURCEALLOCATORVK_H_ +#define SRC_GPGMM_VK_RESOURCEALLOCATORVK_H_ #include "gpgmm/common/MemoryAllocator.h" #include "gpgmm/vk/FunctionsVk.h" @@ -78,4 +78,4 @@ namespace gpgmm::vk { } // namespace gpgmm::vk -#endif // GPGMM_VK_RESOURCEALLOCATORVK_H_ +#endif // SRC_GPGMM_VK_RESOURCEALLOCATORVK_H_ diff --git a/src/gpgmm/vk/VkPlatform.h b/src/gpgmm/vk/VkPlatform.h index 6993508d0..a9b733dbd 100644 --- a/src/gpgmm/vk/VkPlatform.h +++ b/src/gpgmm/vk/VkPlatform.h @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_VK_VKPlatform_H_ -#define GPGMM_VK_VKPlatform_H_ +#ifndef SRC_GPGMM_VK_VKPLATFORM_H_ +#define SRC_GPGMM_VK_VKPLATFORM_H_ #include -#endif // GPGMM_VK_VKPlatform_H_ +#endif // SRC_GPGMM_VK_VKPLATFORM_H_ diff --git a/src/tests/D3D12Test.h b/src/tests/D3D12Test.h index f3ed72c0f..e2e351507 100644 --- a/src/tests/D3D12Test.h +++ b/src/tests/D3D12Test.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef TESTS_D3D12TEST_H_ -#define TESTS_D3D12TEST_H_ +#ifndef SRC_TESTS_D3D12TEST_H_ +#define SRC_TESTS_D3D12TEST_H_ #include "tests/GPGMMTest.h" @@ -74,4 +74,4 @@ namespace gpgmm::d3d12 { } // namespace gpgmm::d3d12 -#endif // TESTS_D3D12TEST_H_ +#endif // SRC_TESTS_D3D12TEST_H_ diff --git a/src/tests/DummyMemoryAllocator.h b/src/tests/DummyMemoryAllocator.h index 425c75731..74f5cb44c 100644 --- a/src/tests/DummyMemoryAllocator.h +++ b/src/tests/DummyMemoryAllocator.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef TESTS_DUMMYMEMORYALLOCATOR_H_ -#define TESTS_DUMMYMEMORYALLOCATOR_H_ +#ifndef SRC_TESTS_DUMMYMEMORYALLOCATOR_H_ +#define SRC_TESTS_DUMMYMEMORYALLOCATOR_H_ #include "gpgmm/common/MemoryAllocator.h" #include "gpgmm/common/TraceEvent.h" @@ -68,4 +68,4 @@ namespace gpgmm { } // namespace gpgmm -#endif // TESTS_DUMMYMEMORYALLOCATOR_H_ +#endif // SRC_TESTS_DUMMYMEMORYALLOCATOR_H_ diff --git a/src/tests/GPGMMTest.h b/src/tests/GPGMMTest.h index ac8f556ad..a681f7136 100644 --- a/src/tests/GPGMMTest.h +++ b/src/tests/GPGMMTest.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef TESTS_GPGMMTEST_H_ -#define TESTS_GPGMMTEST_H_ +#ifndef SRC_TESTS_GPGMMTEST_H_ +#define SRC_TESTS_GPGMMTEST_H_ #include @@ -90,4 +90,4 @@ class GPGMMTestEnvironment : public testing::Environment { gpgmm::MessageSeverity mLogLevel; // Initialized by Setup(). }; -#endif // TESTS_GPGMMTEST_H_ +#endif // SRC_TESTS_GPGMMTEST_H_ diff --git a/src/tests/VKTest.h b/src/tests/VKTest.h index d991f7922..884095798 100644 --- a/src/tests/VKTest.h +++ b/src/tests/VKTest.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef TESTS_VKTEST_H_ -#define TESTS_VKTEST_H_ +#ifndef SRC_TESTS_VKTEST_H_ +#define SRC_TESTS_VKTEST_H_ #include "tests/GPGMMTest.h" @@ -44,4 +44,4 @@ namespace gpgmm::vk { } // namespace gpgmm::vk -#endif // TESTS_VKTEST_H_ +#endif // SRC_TESTS_VKTEST_H_