dawn_native: Fixup header guards from BACKEND_ to DAWNNATIVE_
diff --git a/src/dawn_native/BindGroup.h b/src/dawn_native/BindGroup.h
index 2361f88..2a26b43 100644
--- a/src/dawn_native/BindGroup.h
+++ b/src/dawn_native/BindGroup.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_BINDGROUP_H_
-#define BACKEND_BINDGROUP_H_
+#ifndef DAWNNATIVE_BINDGROUP_H_
+#define DAWNNATIVE_BINDGROUP_H_
#include "common/Constants.h"
#include "dawn_native/BindGroupLayout.h"
@@ -93,4 +93,4 @@
} // namespace backend
-#endif // BACKEND_BINDGROUP_H_
+#endif // DAWNNATIVE_BINDGROUP_H_
diff --git a/src/dawn_native/BindGroupLayout.h b/src/dawn_native/BindGroupLayout.h
index 2f332e4..0d5f938 100644
--- a/src/dawn_native/BindGroupLayout.h
+++ b/src/dawn_native/BindGroupLayout.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_BINDGROUPLAYOUT_H_
-#define BACKEND_BINDGROUPLAYOUT_H_
+#ifndef DAWNNATIVE_BINDGROUPLAYOUT_H_
+#define DAWNNATIVE_BINDGROUPLAYOUT_H_
#include "common/Constants.h"
#include "dawn_native/Error.h"
@@ -63,4 +63,4 @@
} // namespace backend
-#endif // BACKEND_BINDGROUPLAYOUT_H_
+#endif // DAWNNATIVE_BINDGROUPLAYOUT_H_
diff --git a/src/dawn_native/BlendState.h b/src/dawn_native/BlendState.h
index 16e054e..4012d31 100644
--- a/src/dawn_native/BlendState.h
+++ b/src/dawn_native/BlendState.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_BLENDSTATE_H_
-#define BACKEND_BLENDSTATE_H_
+#ifndef DAWNNATIVE_BLENDSTATE_H_
+#define DAWNNATIVE_BLENDSTATE_H_
#include "dawn_native/Builder.h"
#include "dawn_native/Forward.h"
@@ -72,4 +72,4 @@
} // namespace backend
-#endif // BACKEND_BLENDSTATE_H_
+#endif // DAWNNATIVE_BLENDSTATE_H_
diff --git a/src/dawn_native/Buffer.h b/src/dawn_native/Buffer.h
index 7183a01..9fda881 100644
--- a/src/dawn_native/Buffer.h
+++ b/src/dawn_native/Buffer.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_BUFFER_H_
-#define BACKEND_BUFFER_H_
+#ifndef DAWNNATIVE_BUFFER_H_
+#define DAWNNATIVE_BUFFER_H_
#include "dawn_native/Builder.h"
#include "dawn_native/Error.h"
@@ -139,4 +139,4 @@
} // namespace backend
-#endif // BACKEND_BUFFER_H_
+#endif // DAWNNATIVE_BUFFER_H_
diff --git a/src/dawn_native/Builder.h b/src/dawn_native/Builder.h
index 622c8cc..52eb5c8 100644
--- a/src/dawn_native/Builder.h
+++ b/src/dawn_native/Builder.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_BUILDER_H_
-#define BACKEND_BUILDER_H_
+#ifndef DAWNNATIVE_BUILDER_H_
+#define DAWNNATIVE_BUILDER_H_
#include "dawn_native/Forward.h"
#include "dawn_native/RefCounted.h"
@@ -104,4 +104,4 @@
} // namespace backend
-#endif // BACKEND_BUILDER_H_
+#endif // DAWNNATIVE_BUILDER_H_
diff --git a/src/dawn_native/CommandAllocator.h b/src/dawn_native/CommandAllocator.h
index 244275a..d39176a 100644
--- a/src/dawn_native/CommandAllocator.h
+++ b/src/dawn_native/CommandAllocator.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_COMMAND_ALLOCATOR_H_
-#define BACKEND_COMMAND_ALLOCATOR_H_
+#ifndef DAWNNATIVE_COMMAND_ALLOCATOR_H_
+#define DAWNNATIVE_COMMAND_ALLOCATOR_H_
#include <cstddef>
#include <cstdint>
@@ -147,4 +147,4 @@
} // namespace backend
-#endif // BACKEND_COMMAND_ALLOCATOR_H_
+#endif // DAWNNATIVE_COMMAND_ALLOCATOR_H_
diff --git a/src/dawn_native/CommandBuffer.h b/src/dawn_native/CommandBuffer.h
index 5e6464c..a42ac96 100644
--- a/src/dawn_native/CommandBuffer.h
+++ b/src/dawn_native/CommandBuffer.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_COMMANDBUFFER_H_
-#define BACKEND_COMMANDBUFFER_H_
+#ifndef DAWNNATIVE_COMMANDBUFFER_H_
+#define DAWNNATIVE_COMMANDBUFFER_H_
#include "dawn/dawncpp.h"
@@ -148,4 +148,4 @@
} // namespace backend
-#endif // BACKEND_COMMANDBUFFER_H_
+#endif // DAWNNATIVE_COMMANDBUFFER_H_
diff --git a/src/dawn_native/CommandBufferStateTracker.h b/src/dawn_native/CommandBufferStateTracker.h
index e5793f5..3dc2906 100644
--- a/src/dawn_native/CommandBufferStateTracker.h
+++ b/src/dawn_native/CommandBufferStateTracker.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_COMMANDBUFFERSTATETRACKER_H
-#define BACKEND_COMMANDBUFFERSTATETRACKER_H
+#ifndef DAWNNATIVE_COMMANDBUFFERSTATETRACKER_H
+#define DAWNNATIVE_COMMANDBUFFERSTATETRACKER_H
#include "common/Constants.h"
#include "dawn_native/CommandBuffer.h"
@@ -60,4 +60,4 @@
} // namespace backend
-#endif // BACKEND_COMMANDBUFFERSTATETRACKER_H
+#endif // DAWNNATIVE_COMMANDBUFFERSTATETRACKER_H
diff --git a/src/dawn_native/Commands.h b/src/dawn_native/Commands.h
index f47cf49..839245c 100644
--- a/src/dawn_native/Commands.h
+++ b/src/dawn_native/Commands.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_COMMANDS_H_
-#define BACKEND_COMMANDS_H_
+#ifndef DAWNNATIVE_COMMANDS_H_
+#define DAWNNATIVE_COMMANDS_H_
#include "dawn_native/RenderPassDescriptor.h"
#include "dawn_native/Texture.h"
@@ -160,4 +160,4 @@
} // namespace backend
-#endif // BACKEND_COMMANDS_H_
+#endif // DAWNNATIVE_COMMANDS_H_
diff --git a/src/dawn_native/ComputePipeline.h b/src/dawn_native/ComputePipeline.h
index fc43825..526891a 100644
--- a/src/dawn_native/ComputePipeline.h
+++ b/src/dawn_native/ComputePipeline.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_COMPUTEPIPELINE_H_
-#define BACKEND_COMPUTEPIPELINE_H_
+#ifndef DAWNNATIVE_COMPUTEPIPELINE_H_
+#define DAWNNATIVE_COMPUTEPIPELINE_H_
#include "dawn_native/Pipeline.h"
@@ -34,4 +34,4 @@
} // namespace backend
-#endif // BACKEND_COMPUTEPIPELINE_H_
+#endif // DAWNNATIVE_COMPUTEPIPELINE_H_
diff --git a/src/dawn_native/DepthStencilState.h b/src/dawn_native/DepthStencilState.h
index d0a7b81..b5e5626 100644
--- a/src/dawn_native/DepthStencilState.h
+++ b/src/dawn_native/DepthStencilState.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_DEPTHSTENCILSTATE_H_
-#define BACKEND_DEPTHSTENCILSTATE_H_
+#ifndef DAWNNATIVE_DEPTHSTENCILSTATE_H_
+#define DAWNNATIVE_DEPTHSTENCILSTATE_H_
#include "dawn_native/Builder.h"
#include "dawn_native/Forward.h"
@@ -82,4 +82,4 @@
} // namespace backend
-#endif // BACKEND_DEPTHSTENCILSTATE_H_
+#endif // DAWNNATIVE_DEPTHSTENCILSTATE_H_
diff --git a/src/dawn_native/Device.h b/src/dawn_native/Device.h
index 8750bb4..1a40a85 100644
--- a/src/dawn_native/Device.h
+++ b/src/dawn_native/Device.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_DEVICEBASE_H_
-#define BACKEND_DEVICEBASE_H_
+#ifndef DAWNNATIVE_DEVICEBASE_H_
+#define DAWNNATIVE_DEVICEBASE_H_
#include "dawn_native/Error.h"
#include "dawn_native/Forward.h"
@@ -135,4 +135,4 @@
} // namespace backend
-#endif // BACKEND_DEVICEBASE_H_
+#endif // DAWNNATIVE_DEVICEBASE_H_
diff --git a/src/dawn_native/Error.h b/src/dawn_native/Error.h
index 5d02869..7d718a8 100644
--- a/src/dawn_native/Error.h
+++ b/src/dawn_native/Error.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_ERROR_H_
-#define BACKEND_ERROR_H_
+#ifndef DAWNNATIVE_ERROR_H_
+#define DAWNNATIVE_ERROR_H_
#include "common/Result.h"
@@ -88,4 +88,4 @@
} // namespace backend
-#endif // BACKEND_ERROR_H_
+#endif // DAWNNATIVE_ERROR_H_
diff --git a/src/dawn_native/ErrorData.h b/src/dawn_native/ErrorData.h
index e70c9d7..2e26d57 100644
--- a/src/dawn_native/ErrorData.h
+++ b/src/dawn_native/ErrorData.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_ERRORDATA_H_
-#define BACKEND_ERRORDATA_H_
+#ifndef DAWNNATIVE_ERRORDATA_H_
+#define DAWNNATIVE_ERRORDATA_H_
#include <string>
#include <vector>
@@ -42,4 +42,4 @@
} // namespace backend
-#endif // BACKEND_ERRORDATA_H_
+#endif // DAWNNATIVE_ERRORDATA_H_
diff --git a/src/dawn_native/Forward.h b/src/dawn_native/Forward.h
index 8826f2b..7f86640 100644
--- a/src/dawn_native/Forward.h
+++ b/src/dawn_native/Forward.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_FORWARD_H_
-#define BACKEND_FORWARD_H_
+#ifndef DAWNNATIVE_FORWARD_H_
+#define DAWNNATIVE_FORWARD_H_
#include <cstdint>
@@ -65,4 +65,4 @@
enum PushConstantType : uint8_t;
} // namespace backend
-#endif // BACKEND_FORWARD_H_
+#endif // DAWNNATIVE_FORWARD_H_
diff --git a/src/dawn_native/InputState.h b/src/dawn_native/InputState.h
index d375159..d0fb19c 100644
--- a/src/dawn_native/InputState.h
+++ b/src/dawn_native/InputState.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_INPUTSTATE_H_
-#define BACKEND_INPUTSTATE_H_
+#ifndef DAWNNATIVE_INPUTSTATE_H_
+#define DAWNNATIVE_INPUTSTATE_H_
#include "common/Constants.h"
#include "dawn_native/Builder.h"
@@ -83,4 +83,4 @@
} // namespace backend
-#endif // BACKEND_INPUTSTATE_H_
+#endif // DAWNNATIVE_INPUTSTATE_H_
diff --git a/src/dawn_native/PassResourceUsage.h b/src/dawn_native/PassResourceUsage.h
index 585c541..a9b8857 100644
--- a/src/dawn_native/PassResourceUsage.h
+++ b/src/dawn_native/PassResourceUsage.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_PASSRESOURCEUSAGE_H
-#define BACKEND_PASSRESOURCEUSAGE_H
+#ifndef DAWNNATIVE_PASSRESOURCEUSAGE_H
+#define DAWNNATIVE_PASSRESOURCEUSAGE_H
#include "dawn/dawncpp.h"
@@ -37,4 +37,4 @@
} // namespace backend
-#endif // BACKEND_PASSRESOURCEUSAGE_H
+#endif // DAWNNATIVE_PASSRESOURCEUSAGE_H
diff --git a/src/dawn_native/PerStage.h b/src/dawn_native/PerStage.h
index 10d946a..411d5db 100644
--- a/src/dawn_native/PerStage.h
+++ b/src/dawn_native/PerStage.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_PERSTAGE_H_
-#define BACKEND_PERSTAGE_H_
+#ifndef DAWNNATIVE_PERSTAGE_H_
+#define DAWNNATIVE_PERSTAGE_H_
#include "common/Assert.h"
#include "common/BitSetIterator.h"
@@ -74,4 +74,4 @@
} // namespace backend
-#endif // BACKEND_PERSTAGE_H_
+#endif // DAWNNATIVE_PERSTAGE_H_
diff --git a/src/dawn_native/Pipeline.h b/src/dawn_native/Pipeline.h
index 0bd8ffc..1460e1c 100644
--- a/src/dawn_native/Pipeline.h
+++ b/src/dawn_native/Pipeline.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_PIPELINE_H_
-#define BACKEND_PIPELINE_H_
+#ifndef DAWNNATIVE_PIPELINE_H_
+#define DAWNNATIVE_PIPELINE_H_
#include "dawn_native/Builder.h"
#include "dawn_native/Forward.h"
@@ -82,4 +82,4 @@
} // namespace backend
-#endif // BACKEND_PIPELINE_H_
+#endif // DAWNNATIVE_PIPELINE_H_
diff --git a/src/dawn_native/PipelineLayout.h b/src/dawn_native/PipelineLayout.h
index 4b2d843..c165c1c 100644
--- a/src/dawn_native/PipelineLayout.h
+++ b/src/dawn_native/PipelineLayout.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_PIPELINELAYOUT_H_
-#define BACKEND_PIPELINELAYOUT_H_
+#ifndef DAWNNATIVE_PIPELINELAYOUT_H_
+#define DAWNNATIVE_PIPELINELAYOUT_H_
#include "common/Constants.h"
#include "dawn_native/Error.h"
@@ -57,4 +57,4 @@
} // namespace backend
-#endif // BACKEND_PIPELINELAYOUT_H_
+#endif // DAWNNATIVE_PIPELINELAYOUT_H_
diff --git a/src/dawn_native/Queue.h b/src/dawn_native/Queue.h
index cd01e55..9db85e6 100644
--- a/src/dawn_native/Queue.h
+++ b/src/dawn_native/Queue.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_QUEUE_H_
-#define BACKEND_QUEUE_H_
+#ifndef DAWNNATIVE_QUEUE_H_
+#define DAWNNATIVE_QUEUE_H_
#include "dawn_native/Builder.h"
#include "dawn_native/Error.h"
@@ -49,4 +49,4 @@
} // namespace backend
-#endif // BACKEND_QUEUE_H_
+#endif // DAWNNATIVE_QUEUE_H_
diff --git a/src/dawn_native/RefCounted.h b/src/dawn_native/RefCounted.h
index a0a3e87..1e9557f 100644
--- a/src/dawn_native/RefCounted.h
+++ b/src/dawn_native/RefCounted.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_REFCOUNTED_H_
-#define BACKEND_REFCOUNTED_H_
+#ifndef DAWNNATIVE_REFCOUNTED_H_
+#define DAWNNATIVE_REFCOUNTED_H_
#include <cstdint>
@@ -126,4 +126,4 @@
} // namespace backend
-#endif // BACKEND_REFCOUNTED_H_
+#endif // DAWNNATIVE_REFCOUNTED_H_
diff --git a/src/dawn_native/RenderPassDescriptor.h b/src/dawn_native/RenderPassDescriptor.h
index f38bd73..9e0d21d 100644
--- a/src/dawn_native/RenderPassDescriptor.h
+++ b/src/dawn_native/RenderPassDescriptor.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_RENDERPASSDESCRIPTOR_H_
-#define BACKEND_RENDERPASSDESCRIPTOR_H_
+#ifndef DAWNNATIVE_RENDERPASSDESCRIPTOR_H_
+#define DAWNNATIVE_RENDERPASSDESCRIPTOR_H_
#include "common/Constants.h"
#include "dawn_native/Builder.h"
@@ -106,4 +106,4 @@
} // namespace backend
-#endif // BACKEND_RENDERPASS_H_
+#endif // DAWNNATIVE_RENDERPASS_H_
diff --git a/src/dawn_native/RenderPipeline.h b/src/dawn_native/RenderPipeline.h
index 44bb0be..a5cdc1a 100644
--- a/src/dawn_native/RenderPipeline.h
+++ b/src/dawn_native/RenderPipeline.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_RENDERPIPELINE_H_
-#define BACKEND_RENDERPIPELINE_H_
+#ifndef DAWNNATIVE_RENDERPIPELINE_H_
+#define DAWNNATIVE_RENDERPIPELINE_H_
#include "dawn_native/BlendState.h"
#include "dawn_native/DepthStencilState.h"
@@ -93,4 +93,4 @@
} // namespace backend
-#endif // BACKEND_RENDERPIPELINE_H_
+#endif // DAWNNATIVE_RENDERPIPELINE_H_
diff --git a/src/dawn_native/Sampler.h b/src/dawn_native/Sampler.h
index 0ccaa4e..816db69 100644
--- a/src/dawn_native/Sampler.h
+++ b/src/dawn_native/Sampler.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_SAMPLER_H_
-#define BACKEND_SAMPLER_H_
+#ifndef DAWNNATIVE_SAMPLER_H_
+#define DAWNNATIVE_SAMPLER_H_
#include "dawn_native/Error.h"
#include "dawn_native/RefCounted.h"
@@ -34,4 +34,4 @@
} // namespace backend
-#endif // BACKEND_SAMPLER_H_
+#endif // DAWNNATIVE_SAMPLER_H_
diff --git a/src/dawn_native/ShaderModule.h b/src/dawn_native/ShaderModule.h
index 801ba35..3084104 100644
--- a/src/dawn_native/ShaderModule.h
+++ b/src/dawn_native/ShaderModule.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_SHADERMODULE_H_
-#define BACKEND_SHADERMODULE_H_
+#ifndef DAWNNATIVE_SHADERMODULE_H_
+#define DAWNNATIVE_SHADERMODULE_H_
#include "common/Constants.h"
#include "dawn_native/Builder.h"
@@ -94,4 +94,4 @@
} // namespace backend
-#endif // BACKEND_SHADERMODULE_H_
+#endif // DAWNNATIVE_SHADERMODULE_H_
diff --git a/src/dawn_native/SwapChain.h b/src/dawn_native/SwapChain.h
index dfc39f4..5c751ce 100644
--- a/src/dawn_native/SwapChain.h
+++ b/src/dawn_native/SwapChain.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_SWAPCHAIN_H_
-#define BACKEND_SWAPCHAIN_H_
+#ifndef DAWNNATIVE_SWAPCHAIN_H_
+#define DAWNNATIVE_SWAPCHAIN_H_
#include "dawn_native/Builder.h"
#include "dawn_native/Forward.h"
@@ -70,4 +70,4 @@
} // namespace backend
-#endif // BACKEND_SWAPCHAIN_H_
+#endif // DAWNNATIVE_SWAPCHAIN_H_
diff --git a/src/dawn_native/Texture.h b/src/dawn_native/Texture.h
index c0165af..28c11cc 100644
--- a/src/dawn_native/Texture.h
+++ b/src/dawn_native/Texture.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_TEXTURE_H_
-#define BACKEND_TEXTURE_H_
+#ifndef DAWNNATIVE_TEXTURE_H_
+#define DAWNNATIVE_TEXTURE_H_
#include "dawn_native/Builder.h"
#include "dawn_native/Forward.h"
@@ -113,4 +113,4 @@
} // namespace backend
-#endif // BACKEND_TEXTURE_H_
+#endif // DAWNNATIVE_TEXTURE_H_
diff --git a/src/dawn_native/ToBackend.h b/src/dawn_native/ToBackend.h
index 903a675..7cb0d43 100644
--- a/src/dawn_native/ToBackend.h
+++ b/src/dawn_native/ToBackend.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_TOBACKEND_H_
-#define BACKEND_TOBACKEND_H_
+#ifndef DAWNNATIVE_TOBACKEND_H_
+#define DAWNNATIVE_TOBACKEND_H_
#include "dawn_native/Forward.h"
@@ -151,4 +151,4 @@
} // namespace backend
-#endif // BACKEND_TOBACKEND_H_
+#endif // DAWNNATIVE_TOBACKEND_H_
diff --git a/src/dawn_native/d3d12/BindGroupD3D12.h b/src/dawn_native/d3d12/BindGroupD3D12.h
index 3ab28ad..ae2ab74 100644
--- a/src/dawn_native/d3d12/BindGroupD3D12.h
+++ b/src/dawn_native/d3d12/BindGroupD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_BINDGROUPD3D12_H_
-#define BACKEND_D3D12_BINDGROUPD3D12_H_
+#ifndef DAWNNATIVE_D3D12_BINDGROUPD3D12_H_
+#define DAWNNATIVE_D3D12_BINDGROUPD3D12_H_
#include "dawn_native/BindGroup.h"
@@ -49,4 +49,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_BINDGROUPD3D12_H_
+#endif // DAWNNATIVE_D3D12_BINDGROUPD3D12_H_
diff --git a/src/dawn_native/d3d12/BindGroupLayoutD3D12.h b/src/dawn_native/d3d12/BindGroupLayoutD3D12.h
index fa6f93e..8189da0 100644
--- a/src/dawn_native/d3d12/BindGroupLayoutD3D12.h
+++ b/src/dawn_native/d3d12/BindGroupLayoutD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_BINDGROUPLAYOUTD3D12_H_
-#define BACKEND_D3D12_BINDGROUPLAYOUTD3D12_H_
+#ifndef DAWNNATIVE_D3D12_BINDGROUPLAYOUTD3D12_H_
+#define DAWNNATIVE_D3D12_BINDGROUPLAYOUTD3D12_H_
#include "dawn_native/BindGroupLayout.h"
@@ -51,4 +51,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_BINDGROUPLAYOUTD3D12_H_
+#endif // DAWNNATIVE_D3D12_BINDGROUPLAYOUTD3D12_H_
diff --git a/src/dawn_native/d3d12/BlendStateD3D12.h b/src/dawn_native/d3d12/BlendStateD3D12.h
index 641beb5..938189e 100644
--- a/src/dawn_native/d3d12/BlendStateD3D12.h
+++ b/src/dawn_native/d3d12/BlendStateD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_BLENDSTATED3D12_H_
-#define BACKEND_D3D12_BLENDSTATED3D12_H_
+#ifndef DAWNNATIVE_D3D12_BLENDSTATED3D12_H_
+#define DAWNNATIVE_D3D12_BLENDSTATED3D12_H_
#include "dawn_native/BlendState.h"
@@ -33,4 +33,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_BLENDSTATED3D12_H_
+#endif // DAWNNATIVE_D3D12_BLENDSTATED3D12_H_
diff --git a/src/dawn_native/d3d12/BufferD3D12.h b/src/dawn_native/d3d12/BufferD3D12.h
index 760c706..d5ddfe2 100644
--- a/src/dawn_native/d3d12/BufferD3D12.h
+++ b/src/dawn_native/d3d12/BufferD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_BUFFERD3D12_H_
-#define BACKEND_D3D12_BUFFERD3D12_H_
+#ifndef DAWNNATIVE_D3D12_BUFFERD3D12_H_
+#define DAWNNATIVE_D3D12_BUFFERD3D12_H_
#include "common/SerialQueue.h"
#include "dawn_native/Buffer.h"
@@ -84,4 +84,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_BUFFERD3D12_H_
+#endif // DAWNNATIVE_D3D12_BUFFERD3D12_H_
diff --git a/src/dawn_native/d3d12/CommandAllocatorManager.h b/src/dawn_native/d3d12/CommandAllocatorManager.h
index eef8dee..ec45ee6 100644
--- a/src/dawn_native/d3d12/CommandAllocatorManager.h
+++ b/src/dawn_native/d3d12/CommandAllocatorManager.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_COMMANDALLOCATORMANAGER_H_
-#define BACKEND_D3D12_COMMANDALLOCATORMANAGER_H_
+#ifndef DAWNNATIVE_D3D12_COMMANDALLOCATORMANAGER_H_
+#define DAWNNATIVE_D3D12_COMMANDALLOCATORMANAGER_H_
#include "dawn_native/d3d12/d3d12_platform.h"
@@ -53,4 +53,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_COMMANDALLOCATORMANAGER_H_
+#endif // DAWNNATIVE_D3D12_COMMANDALLOCATORMANAGER_H_
diff --git a/src/dawn_native/d3d12/CommandBufferD3D12.h b/src/dawn_native/d3d12/CommandBufferD3D12.h
index 3fab298..db4655a 100644
--- a/src/dawn_native/d3d12/CommandBufferD3D12.h
+++ b/src/dawn_native/d3d12/CommandBufferD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_COMMANDBUFFERD3D12_H_
-#define BACKEND_D3D12_COMMANDBUFFERD3D12_H_
+#ifndef DAWNNATIVE_D3D12_COMMANDBUFFERD3D12_H_
+#define DAWNNATIVE_D3D12_COMMANDBUFFERD3D12_H_
#include "dawn_native/CommandAllocator.h"
#include "dawn_native/CommandBuffer.h"
@@ -47,4 +47,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_COMMANDBUFFERD3D12_H_
+#endif // DAWNNATIVE_D3D12_COMMANDBUFFERD3D12_H_
diff --git a/src/dawn_native/d3d12/ComputePipelineD3D12.h b/src/dawn_native/d3d12/ComputePipelineD3D12.h
index ded4eaf..a35a13e 100644
--- a/src/dawn_native/d3d12/ComputePipelineD3D12.h
+++ b/src/dawn_native/d3d12/ComputePipelineD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_COMPUTEPIPELINED3D12_H_
-#define BACKEND_D3D12_COMPUTEPIPELINED3D12_H_
+#ifndef DAWNNATIVE_D3D12_COMPUTEPIPELINED3D12_H_
+#define DAWNNATIVE_D3D12_COMPUTEPIPELINED3D12_H_
#include "dawn_native/ComputePipeline.h"
@@ -37,4 +37,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_COMPUTEPIPELINED3D12_H_
+#endif // DAWNNATIVE_D3D12_COMPUTEPIPELINED3D12_H_
diff --git a/src/dawn_native/d3d12/DepthStencilStateD3D12.h b/src/dawn_native/d3d12/DepthStencilStateD3D12.h
index b87b69c..5db9c38 100644
--- a/src/dawn_native/d3d12/DepthStencilStateD3D12.h
+++ b/src/dawn_native/d3d12/DepthStencilStateD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_DEPTHSTENCILSTATED3D12_H_
-#define BACKEND_D3D12_DEPTHSTENCILSTATED3D12_H_
+#ifndef DAWNNATIVE_D3D12_DEPTHSTENCILSTATED3D12_H_
+#define DAWNNATIVE_D3D12_DEPTHSTENCILSTATED3D12_H_
#include "dawn_native/DepthStencilState.h"
@@ -36,4 +36,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_DEPTHSTENCILSTATED3D12_H_
+#endif // DAWNNATIVE_D3D12_DEPTHSTENCILSTATED3D12_H_
diff --git a/src/dawn_native/d3d12/DescriptorHeapAllocator.h b/src/dawn_native/d3d12/DescriptorHeapAllocator.h
index 2aaf555..e79c299 100644
--- a/src/dawn_native/d3d12/DescriptorHeapAllocator.h
+++ b/src/dawn_native/d3d12/DescriptorHeapAllocator.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_DESCRIPTORHEAPALLOCATOR_H_
-#define BACKEND_D3D12_DESCRIPTORHEAPALLOCATOR_H_
+#ifndef DAWNNATIVE_D3D12_DESCRIPTORHEAPALLOCATOR_H_
+#define DAWNNATIVE_D3D12_DESCRIPTORHEAPALLOCATOR_H_
#include "dawn_native/d3d12/d3d12_platform.h"
@@ -80,4 +80,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_DESCRIPTORHEAPALLOCATOR_H_
+#endif // DAWNNATIVE_D3D12_DESCRIPTORHEAPALLOCATOR_H_
diff --git a/src/dawn_native/d3d12/DeviceD3D12.h b/src/dawn_native/d3d12/DeviceD3D12.h
index dd2869f..f666397 100644
--- a/src/dawn_native/d3d12/DeviceD3D12.h
+++ b/src/dawn_native/d3d12/DeviceD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_DEVICED3D12_H_
-#define BACKEND_D3D12_DEVICED3D12_H_
+#ifndef DAWNNATIVE_D3D12_DEVICED3D12_H_
+#define DAWNNATIVE_D3D12_DEVICED3D12_H_
#include "dawn/dawncpp.h"
@@ -110,4 +110,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_DEVICED3D12_H_
+#endif // DAWNNATIVE_D3D12_DEVICED3D12_H_
diff --git a/src/dawn_native/d3d12/Forward.h b/src/dawn_native/d3d12/Forward.h
index 4751453..03562bf 100644
--- a/src/dawn_native/d3d12/Forward.h
+++ b/src/dawn_native/d3d12/Forward.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_FORWARD_H_
-#define BACKEND_D3D12_FORWARD_H_
+#ifndef DAWNNATIVE_D3D12_FORWARD_H_
+#define DAWNNATIVE_D3D12_FORWARD_H_
#include "dawn_native/ToBackend.h"
@@ -68,4 +68,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_FORWARD_H_
+#endif // DAWNNATIVE_D3D12_FORWARD_H_
diff --git a/src/dawn_native/d3d12/InputStateD3D12.h b/src/dawn_native/d3d12/InputStateD3D12.h
index 580ef6a..35a3e0c 100644
--- a/src/dawn_native/d3d12/InputStateD3D12.h
+++ b/src/dawn_native/d3d12/InputStateD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_INPUTSTATED3D12_H_
-#define BACKEND_D3D12_INPUTSTATED3D12_H_
+#ifndef DAWNNATIVE_D3D12_INPUTSTATED3D12_H_
+#define DAWNNATIVE_D3D12_INPUTSTATED3D12_H_
#include "dawn_native/InputState.h"
@@ -37,4 +37,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_INPUTSTATED3D12_H_
+#endif // DAWNNATIVE_D3D12_INPUTSTATED3D12_H_
diff --git a/src/dawn_native/d3d12/NativeSwapChainImplD3D12.h b/src/dawn_native/d3d12/NativeSwapChainImplD3D12.h
index a821253..80d3778 100644
--- a/src/dawn_native/d3d12/NativeSwapChainImplD3D12.h
+++ b/src/dawn_native/d3d12/NativeSwapChainImplD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_NATIVESWAPCHAINIMPLD3D12_H_
-#define BACKEND_D3D12_NATIVESWAPCHAINIMPLD3D12_H_
+#ifndef DAWNNATIVE_D3D12_NATIVESWAPCHAINIMPLD3D12_H_
+#define DAWNNATIVE_D3D12_NATIVESWAPCHAINIMPLD3D12_H_
#include "dawn_native/d3d12/d3d12_platform.h"
@@ -55,4 +55,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_NATIVESWAPCHAINIMPLD3D12_H_
+#endif // DAWNNATIVE_D3D12_NATIVESWAPCHAINIMPLD3D12_H_
diff --git a/src/dawn_native/d3d12/PipelineLayoutD3D12.h b/src/dawn_native/d3d12/PipelineLayoutD3D12.h
index f343fa2..8fb0913 100644
--- a/src/dawn_native/d3d12/PipelineLayoutD3D12.h
+++ b/src/dawn_native/d3d12/PipelineLayoutD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_PIPELINELAYOUTD3D12_H_
-#define BACKEND_D3D12_PIPELINELAYOUTD3D12_H_
+#ifndef DAWNNATIVE_D3D12_PIPELINELAYOUTD3D12_H_
+#define DAWNNATIVE_D3D12_PIPELINELAYOUTD3D12_H_
#include "dawn_native/PipelineLayout.h"
@@ -41,4 +41,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_PIPELINELAYOUTD3D12_H_
+#endif // DAWNNATIVE_D3D12_PIPELINELAYOUTD3D12_H_
diff --git a/src/dawn_native/d3d12/QueueD3D12.h b/src/dawn_native/d3d12/QueueD3D12.h
index d78a0b3..dfe6ddb 100644
--- a/src/dawn_native/d3d12/QueueD3D12.h
+++ b/src/dawn_native/d3d12/QueueD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_QUEUED3D12_H_
-#define BACKEND_D3D12_QUEUED3D12_H_
+#ifndef DAWNNATIVE_D3D12_QUEUED3D12_H_
+#define DAWNNATIVE_D3D12_QUEUED3D12_H_
#include "dawn_native/Queue.h"
@@ -37,4 +37,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_QUEUED3D12_H_
+#endif // DAWNNATIVE_D3D12_QUEUED3D12_H_
diff --git a/src/dawn_native/d3d12/RenderPassDescriptorD3D12.h b/src/dawn_native/d3d12/RenderPassDescriptorD3D12.h
index 0622ce4..5e96c8e 100644
--- a/src/dawn_native/d3d12/RenderPassDescriptorD3D12.h
+++ b/src/dawn_native/d3d12/RenderPassDescriptorD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_RENDERPASSDESCRIPTORD3D12_H_
-#define BACKEND_D3D12_RENDERPASSDESCRIPTORD3D12_H_
+#ifndef DAWNNATIVE_D3D12_RENDERPASSDESCRIPTORD3D12_H_
+#define DAWNNATIVE_D3D12_RENDERPASSDESCRIPTORD3D12_H_
#include "dawn_native/RenderPassDescriptor.h"
@@ -49,4 +49,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_RENDERPASSDESCRIPTORD3D12_H_
+#endif // DAWNNATIVE_D3D12_RENDERPASSDESCRIPTORD3D12_H_
diff --git a/src/dawn_native/d3d12/RenderPipelineD3D12.h b/src/dawn_native/d3d12/RenderPipelineD3D12.h
index ab3574f..14cb46e 100644
--- a/src/dawn_native/d3d12/RenderPipelineD3D12.h
+++ b/src/dawn_native/d3d12/RenderPipelineD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_RENDERPIPELINED3D12_H_
-#define BACKEND_D3D12_RENDERPIPELINED3D12_H_
+#ifndef DAWNNATIVE_D3D12_RENDERPIPELINED3D12_H_
+#define DAWNNATIVE_D3D12_RENDERPIPELINED3D12_H_
#include "dawn_native/RenderPipeline.h"
@@ -40,4 +40,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_RENDERPIPELINED3D12_H_
+#endif // DAWNNATIVE_D3D12_RENDERPIPELINED3D12_H_
diff --git a/src/dawn_native/d3d12/ResourceAllocator.h b/src/dawn_native/d3d12/ResourceAllocator.h
index c3283c6..93f083a 100644
--- a/src/dawn_native/d3d12/ResourceAllocator.h
+++ b/src/dawn_native/d3d12/ResourceAllocator.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_RESOURCEALLOCATIONMANAGER_H_
-#define BACKEND_D3D12_RESOURCEALLOCATIONMANAGER_H_
+#ifndef DAWNNATIVE_D3D12_RESOURCEALLOCATIONMANAGER_H_
+#define DAWNNATIVE_D3D12_RESOURCEALLOCATIONMANAGER_H_
#include "dawn_native/d3d12/d3d12_platform.h"
@@ -41,4 +41,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_RESOURCEALLOCATIONMANAGER_H_
+#endif // DAWNNATIVE_D3D12_RESOURCEALLOCATIONMANAGER_H_
diff --git a/src/dawn_native/d3d12/ResourceUploader.h b/src/dawn_native/d3d12/ResourceUploader.h
index b3897e3..0b1a4b6 100644
--- a/src/dawn_native/d3d12/ResourceUploader.h
+++ b/src/dawn_native/d3d12/ResourceUploader.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_RESOURCEUPLOADER_H_
-#define BACKEND_D3D12_RESOURCEUPLOADER_H_
+#ifndef DAWNNATIVE_D3D12_RESOURCEUPLOADER_H_
+#define DAWNNATIVE_D3D12_RESOURCEUPLOADER_H_
#include "dawn_native/d3d12/d3d12_platform.h"
@@ -45,4 +45,4 @@
};
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_RESOURCEUPLOADER_H_
+#endif // DAWNNATIVE_D3D12_RESOURCEUPLOADER_H_
diff --git a/src/dawn_native/d3d12/SamplerD3D12.h b/src/dawn_native/d3d12/SamplerD3D12.h
index 11d070a..03d3b4f 100644
--- a/src/dawn_native/d3d12/SamplerD3D12.h
+++ b/src/dawn_native/d3d12/SamplerD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_SAMPLERD3D12_H_
-#define BACKEND_D3D12_SAMPLERD3D12_H_
+#ifndef DAWNNATIVE_D3D12_SAMPLERD3D12_H_
+#define DAWNNATIVE_D3D12_SAMPLERD3D12_H_
#include "dawn_native/Sampler.h"
@@ -35,4 +35,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_SAMPLERD3D12_H_
+#endif // DAWNNATIVE_D3D12_SAMPLERD3D12_H_
diff --git a/src/dawn_native/d3d12/ShaderModuleD3D12.h b/src/dawn_native/d3d12/ShaderModuleD3D12.h
index 153e31b..4a44170 100644
--- a/src/dawn_native/d3d12/ShaderModuleD3D12.h
+++ b/src/dawn_native/d3d12/ShaderModuleD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_SHADERMODULED3D12_H_
-#define BACKEND_D3D12_SHADERMODULED3D12_H_
+#ifndef DAWNNATIVE_D3D12_SHADERMODULED3D12_H_
+#define DAWNNATIVE_D3D12_SHADERMODULED3D12_H_
#include "dawn_native/ShaderModule.h"
@@ -35,4 +35,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_SHADERMODULED3D12_H_
+#endif // DAWNNATIVE_D3D12_SHADERMODULED3D12_H_
diff --git a/src/dawn_native/d3d12/SwapChainD3D12.h b/src/dawn_native/d3d12/SwapChainD3D12.h
index 11dfb8b..b244d25 100644
--- a/src/dawn_native/d3d12/SwapChainD3D12.h
+++ b/src/dawn_native/d3d12/SwapChainD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_SWAPCHAIND3D12_H_
-#define BACKEND_D3D12_SWAPCHAIND3D12_H_
+#ifndef DAWNNATIVE_D3D12_SWAPCHAIND3D12_H_
+#define DAWNNATIVE_D3D12_SWAPCHAIND3D12_H_
#include "dawn_native/SwapChain.h"
@@ -33,4 +33,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_SWAPCHAIN_D3D12_H_
+#endif // DAWNNATIVE_D3D12_SWAPCHAIN_D3D12_H_
diff --git a/src/dawn_native/d3d12/TextureCopySplitter.h b/src/dawn_native/d3d12/TextureCopySplitter.h
index 8675aa6..0ee07f8 100644
--- a/src/dawn_native/d3d12/TextureCopySplitter.h
+++ b/src/dawn_native/d3d12/TextureCopySplitter.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_TEXTURECOPYSPLITTER_H_
-#define BACKEND_D3D12_TEXTURECOPYSPLITTER_H_
+#ifndef DAWNNATIVE_D3D12_TEXTURECOPYSPLITTER_H_
+#define DAWNNATIVE_D3D12_TEXTURECOPYSPLITTER_H_
#include "dawn/dawncpp.h"
@@ -61,4 +61,4 @@
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_TEXTURECOPYSPLITTER_H_
+#endif // DAWNNATIVE_D3D12_TEXTURECOPYSPLITTER_H_
diff --git a/src/dawn_native/d3d12/TextureD3D12.h b/src/dawn_native/d3d12/TextureD3D12.h
index 0a78745..8c30460 100644
--- a/src/dawn_native/d3d12/TextureD3D12.h
+++ b/src/dawn_native/d3d12/TextureD3D12.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_TEXTURED3D12_H_
-#define BACKEND_D3D12_TEXTURED3D12_H_
+#ifndef DAWNNATIVE_D3D12_TEXTURED3D12_H_
+#define DAWNNATIVE_D3D12_TEXTURED3D12_H_
#include "dawn_native/Texture.h"
@@ -57,4 +57,4 @@
};
}} // namespace backend::d3d12
-#endif // BACKEND_D3D12_TEXTURED3D12_H_
+#endif // DAWNNATIVE_D3D12_TEXTURED3D12_H_
diff --git a/src/dawn_native/d3d12/d3d12_platform.h b/src/dawn_native/d3d12/d3d12_platform.h
index fa76a75..9864c00 100644
--- a/src/dawn_native/d3d12/d3d12_platform.h
+++ b/src/dawn_native/d3d12/d3d12_platform.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_D3D12_D3D12PLATFORM_H_
-#define BACKEND_D3D12_D3D12PLATFORM_H_
+#ifndef DAWNNATIVE_D3D12_D3D12PLATFORM_H_
+#define DAWNNATIVE_D3D12_D3D12PLATFORM_H_
#include <d3d12.h>
#include <dxgi1_4.h>
@@ -31,4 +31,4 @@
# include "common/windows_with_undefs.h"
#endif
-#endif // BACKEND_D3D12_D3D12PLATFORM_H_
+#endif // DAWNNATIVE_D3D12_D3D12PLATFORM_H_
diff --git a/src/dawn_native/metal/BlendStateMTL.h b/src/dawn_native/metal/BlendStateMTL.h
index 87adf52..5d7538d 100644
--- a/src/dawn_native/metal/BlendStateMTL.h
+++ b/src/dawn_native/metal/BlendStateMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_BLENDSTATEMTL_H_
-#define BACKEND_METAL_BLENDSTATEMTL_H_
+#ifndef DAWNNATIVE_METAL_BLENDSTATEMTL_H_
+#define DAWNNATIVE_METAL_BLENDSTATEMTL_H_
#include "dawn_native/BlendState.h"
@@ -29,4 +29,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_BLENDSTATEMTL_H_
+#endif // DAWNNATIVE_METAL_BLENDSTATEMTL_H_
diff --git a/src/dawn_native/metal/BufferMTL.h b/src/dawn_native/metal/BufferMTL.h
index b1b1162..d9c0b0a 100644
--- a/src/dawn_native/metal/BufferMTL.h
+++ b/src/dawn_native/metal/BufferMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_BUFFERMTL_H_
-#define BACKEND_METAL_BUFFERMTL_H_
+#ifndef DAWNNATIVE_METAL_BUFFERMTL_H_
+#define DAWNNATIVE_METAL_BUFFERMTL_H_
#include "common/SerialQueue.h"
#include "dawn_native/Buffer.h"
@@ -69,4 +69,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_BUFFERMTL_H_
+#endif // DAWNNATIVE_METAL_BUFFERMTL_H_
diff --git a/src/dawn_native/metal/CommandBufferMTL.h b/src/dawn_native/metal/CommandBufferMTL.h
index 307d8d9..f897206 100644
--- a/src/dawn_native/metal/CommandBufferMTL.h
+++ b/src/dawn_native/metal/CommandBufferMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_COMMANDBUFFERMTL_H_
-#define BACKEND_METAL_COMMANDBUFFERMTL_H_
+#ifndef DAWNNATIVE_METAL_COMMANDBUFFERMTL_H_
+#define DAWNNATIVE_METAL_COMMANDBUFFERMTL_H_
#include "dawn_native/CommandBuffer.h"
@@ -45,4 +45,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_COMMANDBUFFERMTL_H_
+#endif // DAWNNATIVE_METAL_COMMANDBUFFERMTL_H_
diff --git a/src/dawn_native/metal/ComputePipelineMTL.h b/src/dawn_native/metal/ComputePipelineMTL.h
index 33ac823..d088851 100644
--- a/src/dawn_native/metal/ComputePipelineMTL.h
+++ b/src/dawn_native/metal/ComputePipelineMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_COMPUTEPIPELINEMTL_H_
-#define BACKEND_METAL_COMPUTEPIPELINEMTL_H_
+#ifndef DAWNNATIVE_METAL_COMPUTEPIPELINEMTL_H_
+#define DAWNNATIVE_METAL_COMPUTEPIPELINEMTL_H_
#include "dawn_native/ComputePipeline.h"
@@ -36,4 +36,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_COMPUTEPIPELINEMTL_H_
+#endif // DAWNNATIVE_METAL_COMPUTEPIPELINEMTL_H_
diff --git a/src/dawn_native/metal/DepthStencilStateMTL.h b/src/dawn_native/metal/DepthStencilStateMTL.h
index 30956cf..5490e91 100644
--- a/src/dawn_native/metal/DepthStencilStateMTL.h
+++ b/src/dawn_native/metal/DepthStencilStateMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_DEPTHSTENCILSTATEMTL_H_
-#define BACKEND_METAL_DEPTHSTENCILSTATEMTL_H_
+#ifndef DAWNNATIVE_METAL_DEPTHSTENCILSTATEMTL_H_
+#define DAWNNATIVE_METAL_DEPTHSTENCILSTATEMTL_H_
#include "dawn_native/DepthStencilState.h"
@@ -36,4 +36,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_DEPTHSTENCILSTATEMTL_H_
+#endif // DAWNNATIVE_METAL_DEPTHSTENCILSTATEMTL_H_
diff --git a/src/dawn_native/metal/DeviceMTL.h b/src/dawn_native/metal/DeviceMTL.h
index 780406f..974f7d7 100644
--- a/src/dawn_native/metal/DeviceMTL.h
+++ b/src/dawn_native/metal/DeviceMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_DEVICEMTL_H_
-#define BACKEND_METAL_DEVICEMTL_H_
+#ifndef DAWNNATIVE_METAL_DEVICEMTL_H_
+#define DAWNNATIVE_METAL_DEVICEMTL_H_
#include "dawn/dawncpp.h"
@@ -85,4 +85,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_DEVICEMTL_H_
+#endif // DAWNNATIVE_METAL_DEVICEMTL_H_
diff --git a/src/dawn_native/metal/Forward.h b/src/dawn_native/metal/Forward.h
index 299a6b1..ed26617 100644
--- a/src/dawn_native/metal/Forward.h
+++ b/src/dawn_native/metal/Forward.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_FORWARD_H_
-#define BACKEND_METAL_FORWARD_H_
+#ifndef DAWNNATIVE_METAL_FORWARD_H_
+#define DAWNNATIVE_METAL_FORWARD_H_
#include "dawn_native/ToBackend.h"
@@ -75,4 +75,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_FORWARD_H_
+#endif // DAWNNATIVE_METAL_FORWARD_H_
diff --git a/src/dawn_native/metal/InputStateMTL.h b/src/dawn_native/metal/InputStateMTL.h
index 4d3700f..ca0852a 100644
--- a/src/dawn_native/metal/InputStateMTL.h
+++ b/src/dawn_native/metal/InputStateMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_INPUTSTATEMTL_H_
-#define BACKEND_METAL_INPUTSTATEMTL_H_
+#ifndef DAWNNATIVE_METAL_INPUTSTATEMTL_H_
+#define DAWNNATIVE_METAL_INPUTSTATEMTL_H_
#include "dawn_native/InputState.h"
@@ -34,4 +34,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_COMMANDINPUTSTATEMTL_H_
+#endif // DAWNNATIVE_METAL_COMMANDINPUTSTATEMTL_H_
diff --git a/src/dawn_native/metal/PipelineLayoutMTL.h b/src/dawn_native/metal/PipelineLayoutMTL.h
index 1ce7097..ecddcd3 100644
--- a/src/dawn_native/metal/PipelineLayoutMTL.h
+++ b/src/dawn_native/metal/PipelineLayoutMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_PIPELINELAYOUTMTL_H_
-#define BACKEND_METAL_PIPELINELAYOUTMTL_H_
+#ifndef DAWNNATIVE_METAL_PIPELINELAYOUTMTL_H_
+#define DAWNNATIVE_METAL_PIPELINELAYOUTMTL_H_
#include "dawn_native/PipelineLayout.h"
@@ -43,4 +43,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_PIPELINELAYOUTMTL_H_
+#endif // DAWNNATIVE_METAL_PIPELINELAYOUTMTL_H_
diff --git a/src/dawn_native/metal/QueueMTL.h b/src/dawn_native/metal/QueueMTL.h
index c7fc4de..558f2dc 100644
--- a/src/dawn_native/metal/QueueMTL.h
+++ b/src/dawn_native/metal/QueueMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_QUEUEMTL_H_
-#define BACKEND_METAL_QUEUEMTL_H_
+#ifndef DAWNNATIVE_METAL_QUEUEMTL_H_
+#define DAWNNATIVE_METAL_QUEUEMTL_H_
#include "dawn_native/Queue.h"
@@ -32,4 +32,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_QUEUEMTL_H_
+#endif // DAWNNATIVE_METAL_QUEUEMTL_H_
diff --git a/src/dawn_native/metal/RenderPipelineMTL.h b/src/dawn_native/metal/RenderPipelineMTL.h
index 63354a3..a6ca27b 100644
--- a/src/dawn_native/metal/RenderPipelineMTL.h
+++ b/src/dawn_native/metal/RenderPipelineMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_RENDERPIPELINEMTL_H_
-#define BACKEND_METAL_RENDERPIPELINEMTL_H_
+#ifndef DAWNNATIVE_METAL_RENDERPIPELINEMTL_H_
+#define DAWNNATIVE_METAL_RENDERPIPELINEMTL_H_
#include "dawn_native/RenderPipeline.h"
@@ -39,4 +39,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_RENDERPIPELINEMTL_H_
+#endif // DAWNNATIVE_METAL_RENDERPIPELINEMTL_H_
diff --git a/src/dawn_native/metal/ResourceUploader.h b/src/dawn_native/metal/ResourceUploader.h
index 92e328b..255e89d 100644
--- a/src/dawn_native/metal/ResourceUploader.h
+++ b/src/dawn_native/metal/ResourceUploader.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_RESOURCEUPLOADER_H_
-#define BACKEND_METAL_RESOURCEUPLOADER_H_
+#ifndef DAWNNATIVE_METAL_RESOURCEUPLOADER_H_
+#define DAWNNATIVE_METAL_RESOURCEUPLOADER_H_
#include "common/Serial.h"
#include "common/SerialQueue.h"
@@ -39,4 +39,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_RESOURCEUPLOADER_H_
+#endif // DAWNNATIVE_METAL_RESOURCEUPLOADER_H_
diff --git a/src/dawn_native/metal/SamplerMTL.h b/src/dawn_native/metal/SamplerMTL.h
index d0ec218..03283eb 100644
--- a/src/dawn_native/metal/SamplerMTL.h
+++ b/src/dawn_native/metal/SamplerMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_SAMPLERMTL_H_
-#define BACKEND_METAL_SAMPLERMTL_H_
+#ifndef DAWNNATIVE_METAL_SAMPLERMTL_H_
+#define DAWNNATIVE_METAL_SAMPLERMTL_H_
#include "dawn_native/Sampler.h"
@@ -36,4 +36,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_SAMPLERMTL_H_
+#endif // DAWNNATIVE_METAL_SAMPLERMTL_H_
diff --git a/src/dawn_native/metal/ShaderModuleMTL.h b/src/dawn_native/metal/ShaderModuleMTL.h
index 9ce04b29..cc668e4 100644
--- a/src/dawn_native/metal/ShaderModuleMTL.h
+++ b/src/dawn_native/metal/ShaderModuleMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_SHADERMODULEMTL_H_
-#define BACKEND_METAL_SHADERMODULEMTL_H_
+#ifndef DAWNNATIVE_METAL_SHADERMODULEMTL_H_
+#define DAWNNATIVE_METAL_SHADERMODULEMTL_H_
#include "dawn_native/ShaderModule.h"
@@ -49,4 +49,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_SHADERMODULEMTL_H_
+#endif // DAWNNATIVE_METAL_SHADERMODULEMTL_H_
diff --git a/src/dawn_native/metal/SwapChainMTL.h b/src/dawn_native/metal/SwapChainMTL.h
index cd2b8c4..41746bf 100644
--- a/src/dawn_native/metal/SwapChainMTL.h
+++ b/src/dawn_native/metal/SwapChainMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_SWAPCHAINMTL_H_
-#define BACKEND_METAL_SWAPCHAINMTL_H_
+#ifndef DAWNNATIVE_METAL_SWAPCHAINMTL_H_
+#define DAWNNATIVE_METAL_SWAPCHAINMTL_H_
#include "dawn_native/SwapChain.h"
@@ -33,4 +33,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_SWAPCHAINMTL_H_
+#endif // DAWNNATIVE_METAL_SWAPCHAINMTL_H_
diff --git a/src/dawn_native/metal/TextureMTL.h b/src/dawn_native/metal/TextureMTL.h
index 3e2dc27..696fd48 100644
--- a/src/dawn_native/metal/TextureMTL.h
+++ b/src/dawn_native/metal/TextureMTL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_METAL_TEXTUREMTL_H_
-#define BACKEND_METAL_TEXTUREMTL_H_
+#ifndef DAWNNATIVE_METAL_TEXTUREMTL_H_
+#define DAWNNATIVE_METAL_TEXTUREMTL_H_
#include "dawn_native/Texture.h"
@@ -42,4 +42,4 @@
}} // namespace backend::metal
-#endif // BACKEND_METAL_TEXTUREMTL_H_
+#endif // DAWNNATIVE_METAL_TEXTUREMTL_H_
diff --git a/src/dawn_native/null/NullBackend.h b/src/dawn_native/null/NullBackend.h
index 796c4ea..97568f3 100644
--- a/src/dawn_native/null/NullBackend.h
+++ b/src/dawn_native/null/NullBackend.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_NULL_NULLBACKEND_H_
-#define BACKEND_NULL_NULLBACKEND_H_
+#ifndef DAWNNATIVE_NULL_NULLBACKEND_H_
+#define DAWNNATIVE_NULL_NULLBACKEND_H_
#include "dawn/dawncpp.h"
@@ -176,4 +176,4 @@
}} // namespace backend::null
-#endif // BACKEND_NULL_NULLBACKEND_H_
+#endif // DAWNNATIVE_NULL_NULLBACKEND_H_
diff --git a/src/dawn_native/opengl/BlendStateGL.h b/src/dawn_native/opengl/BlendStateGL.h
index 355db71..7c7907a 100644
--- a/src/dawn_native/opengl/BlendStateGL.h
+++ b/src/dawn_native/opengl/BlendStateGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_BLENDSTATEGL_H_
-#define BACKEND_OPENGL_BLENDSTATEGL_H_
+#ifndef DAWNNATIVE_OPENGL_BLENDSTATEGL_H_
+#define DAWNNATIVE_OPENGL_BLENDSTATEGL_H_
#include "dawn_native/BlendState.h"
@@ -30,4 +30,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_BLENDSTATEGL_H_
+#endif // DAWNNATIVE_OPENGL_BLENDSTATEGL_H_
diff --git a/src/dawn_native/opengl/BufferGL.h b/src/dawn_native/opengl/BufferGL.h
index 92ebd41..d5d2f7c 100644
--- a/src/dawn_native/opengl/BufferGL.h
+++ b/src/dawn_native/opengl/BufferGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_BUFFERGL_H_
-#define BACKEND_OPENGL_BUFFERGL_H_
+#ifndef DAWNNATIVE_OPENGL_BUFFERGL_H_
+#define DAWNNATIVE_OPENGL_BUFFERGL_H_
#include "dawn_native/Buffer.h"
@@ -45,4 +45,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_BUFFERGL_H_
+#endif // DAWNNATIVE_OPENGL_BUFFERGL_H_
diff --git a/src/dawn_native/opengl/CommandBufferGL.h b/src/dawn_native/opengl/CommandBufferGL.h
index 342c506..99a91f8 100644
--- a/src/dawn_native/opengl/CommandBufferGL.h
+++ b/src/dawn_native/opengl/CommandBufferGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_COMMANDBUFFERGL_H_
-#define BACKEND_OPENGL_COMMANDBUFFERGL_H_
+#ifndef DAWNNATIVE_OPENGL_COMMANDBUFFERGL_H_
+#define DAWNNATIVE_OPENGL_COMMANDBUFFERGL_H_
#include "dawn_native/CommandAllocator.h"
#include "dawn_native/CommandBuffer.h"
@@ -42,4 +42,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_COMMANDBUFFERGL_H_
+#endif // DAWNNATIVE_OPENGL_COMMANDBUFFERGL_H_
diff --git a/src/dawn_native/opengl/ComputePipelineGL.h b/src/dawn_native/opengl/ComputePipelineGL.h
index a5c4326..dd505d2 100644
--- a/src/dawn_native/opengl/ComputePipelineGL.h
+++ b/src/dawn_native/opengl/ComputePipelineGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_COMPUTEPIPELINEGL_H_
-#define BACKEND_OPENGL_COMPUTEPIPELINEGL_H_
+#ifndef DAWNNATIVE_OPENGL_COMPUTEPIPELINEGL_H_
+#define DAWNNATIVE_OPENGL_COMPUTEPIPELINEGL_H_
#include "dawn_native/ComputePipeline.h"
@@ -32,4 +32,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_COMPUTEPIPELINEGL_H_
+#endif // DAWNNATIVE_OPENGL_COMPUTEPIPELINEGL_H_
diff --git a/src/dawn_native/opengl/DepthStencilStateGL.h b/src/dawn_native/opengl/DepthStencilStateGL.h
index 889ce0e..0be2914 100644
--- a/src/dawn_native/opengl/DepthStencilStateGL.h
+++ b/src/dawn_native/opengl/DepthStencilStateGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_DEPTHSTENCILSTATEGL_H_
-#define BACKEND_OPENGL_DEPTHSTENCILSTATEGL_H_
+#ifndef DAWNNATIVE_OPENGL_DEPTHSTENCILSTATEGL_H_
+#define DAWNNATIVE_OPENGL_DEPTHSTENCILSTATEGL_H_
#include "dawn_native/DepthStencilState.h"
@@ -31,4 +31,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_DEPTHSTENCILSTATEGL_H_
+#endif // DAWNNATIVE_OPENGL_DEPTHSTENCILSTATEGL_H_
diff --git a/src/dawn_native/opengl/DeviceGL.h b/src/dawn_native/opengl/DeviceGL.h
index 6aac3b8..eb7aff0 100644
--- a/src/dawn_native/opengl/DeviceGL.h
+++ b/src/dawn_native/opengl/DeviceGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_DEVICEGL_H_
-#define BACKEND_OPENGL_DEVICEGL_H_
+#ifndef DAWNNATIVE_OPENGL_DEVICEGL_H_
+#define DAWNNATIVE_OPENGL_DEVICEGL_H_
#include "dawn/dawncpp.h"
@@ -62,4 +62,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_DEVICEGL_H_
+#endif // DAWNNATIVE_OPENGL_DEVICEGL_H_
diff --git a/src/dawn_native/opengl/Forward.h b/src/dawn_native/opengl/Forward.h
index 259558f..d456722 100644
--- a/src/dawn_native/opengl/Forward.h
+++ b/src/dawn_native/opengl/Forward.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_FORWARD_H_
-#define BACKEND_OPENGL_FORWARD_H_
+#ifndef DAWNNATIVE_OPENGL_FORWARD_H_
+#define DAWNNATIVE_OPENGL_FORWARD_H_
#include "dawn_native/ToBackend.h"
@@ -75,4 +75,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_FORWARD_H_
+#endif // DAWNNATIVE_OPENGL_FORWARD_H_
diff --git a/src/dawn_native/opengl/InputStateGL.h b/src/dawn_native/opengl/InputStateGL.h
index 92161d5..e15717a 100644
--- a/src/dawn_native/opengl/InputStateGL.h
+++ b/src/dawn_native/opengl/InputStateGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_INPUTSTATEGL_H_
-#define BACKEND_OPENGL_INPUTSTATEGL_H_
+#ifndef DAWNNATIVE_OPENGL_INPUTSTATEGL_H_
+#define DAWNNATIVE_OPENGL_INPUTSTATEGL_H_
#include "dawn_native/InputState.h"
@@ -37,4 +37,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_INPUTSTATEGL_H_
+#endif // DAWNNATIVE_OPENGL_INPUTSTATEGL_H_
diff --git a/src/dawn_native/opengl/PersistentPipelineStateGL.h b/src/dawn_native/opengl/PersistentPipelineStateGL.h
index 06838d1..87698e0 100644
--- a/src/dawn_native/opengl/PersistentPipelineStateGL.h
+++ b/src/dawn_native/opengl/PersistentPipelineStateGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_PERSISTENTPIPELINESTATEGL_H_
-#define BACKEND_OPENGL_PERSISTENTPIPELINESTATEGL_H_
+#ifndef DAWNNATIVE_OPENGL_PERSISTENTPIPELINESTATEGL_H_
+#define DAWNNATIVE_OPENGL_PERSISTENTPIPELINESTATEGL_H_
#include "dawn/dawncpp.h"
@@ -40,4 +40,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_PERSISTENTPIPELINESTATEGL_H_
+#endif // DAWNNATIVE_OPENGL_PERSISTENTPIPELINESTATEGL_H_
diff --git a/src/dawn_native/opengl/PipelineGL.h b/src/dawn_native/opengl/PipelineGL.h
index 74fd9ef..14dc7d2 100644
--- a/src/dawn_native/opengl/PipelineGL.h
+++ b/src/dawn_native/opengl/PipelineGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_PIPELINEGL_H_
-#define BACKEND_OPENGL_PIPELINEGL_H_
+#ifndef DAWNNATIVE_OPENGL_PIPELINEGL_H_
+#define DAWNNATIVE_OPENGL_PIPELINEGL_H_
#include "dawn_native/Pipeline.h"
@@ -51,4 +51,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_PIPELINEGL_H_
+#endif // DAWNNATIVE_OPENGL_PIPELINEGL_H_
diff --git a/src/dawn_native/opengl/PipelineLayoutGL.h b/src/dawn_native/opengl/PipelineLayoutGL.h
index c3d64fd..b1b730b 100644
--- a/src/dawn_native/opengl/PipelineLayoutGL.h
+++ b/src/dawn_native/opengl/PipelineLayoutGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_PIPELINELAYOUTGL_H_
-#define BACKEND_OPENGL_PIPELINELAYOUTGL_H_
+#ifndef DAWNNATIVE_OPENGL_PIPELINELAYOUTGL_H_
+#define DAWNNATIVE_OPENGL_PIPELINELAYOUTGL_H_
#include "dawn_native/PipelineLayout.h"
@@ -43,4 +43,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_PIPELINELAYOUTGL_H_
+#endif // DAWNNATIVE_OPENGL_PIPELINELAYOUTGL_H_
diff --git a/src/dawn_native/opengl/QueueGL.h b/src/dawn_native/opengl/QueueGL.h
index 007bed2..35dbd9a 100644
--- a/src/dawn_native/opengl/QueueGL.h
+++ b/src/dawn_native/opengl/QueueGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_QUEUEGL_H_
-#define BACKEND_OPENGL_QUEUEGL_H_
+#ifndef DAWNNATIVE_OPENGL_QUEUEGL_H_
+#define DAWNNATIVE_OPENGL_QUEUEGL_H_
#include "dawn_native/Queue.h"
@@ -32,4 +32,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_QUEUEGL_H_
+#endif // DAWNNATIVE_OPENGL_QUEUEGL_H_
diff --git a/src/dawn_native/opengl/RenderPipelineGL.h b/src/dawn_native/opengl/RenderPipelineGL.h
index 93b39f9..9fdff35 100644
--- a/src/dawn_native/opengl/RenderPipelineGL.h
+++ b/src/dawn_native/opengl/RenderPipelineGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_RENDERPIPELINEGL_H_
-#define BACKEND_OPENGL_RENDERPIPELINEGL_H_
+#ifndef DAWNNATIVE_OPENGL_RENDERPIPELINEGL_H_
+#define DAWNNATIVE_OPENGL_RENDERPIPELINEGL_H_
#include "dawn_native/RenderPipeline.h"
@@ -41,4 +41,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_RENDERPIPELINEGL_H_
+#endif // DAWNNATIVE_OPENGL_RENDERPIPELINEGL_H_
diff --git a/src/dawn_native/opengl/SamplerGL.h b/src/dawn_native/opengl/SamplerGL.h
index a879871..ccad9c2 100644
--- a/src/dawn_native/opengl/SamplerGL.h
+++ b/src/dawn_native/opengl/SamplerGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_SAMPLERGL_H_
-#define BACKEND_OPENGL_SAMPLERGL_H_
+#ifndef DAWNNATIVE_OPENGL_SAMPLERGL_H_
+#define DAWNNATIVE_OPENGL_SAMPLERGL_H_
#include "dawn_native/Sampler.h"
@@ -35,4 +35,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_SAMPLERGL_H_
+#endif // DAWNNATIVE_OPENGL_SAMPLERGL_H_
diff --git a/src/dawn_native/opengl/ShaderModuleGL.h b/src/dawn_native/opengl/ShaderModuleGL.h
index 53f7e00..c2c8a19 100644
--- a/src/dawn_native/opengl/ShaderModuleGL.h
+++ b/src/dawn_native/opengl/ShaderModuleGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_SHADERMODULEGL_H_
-#define BACKEND_OPENGL_SHADERMODULEGL_H_
+#ifndef DAWNNATIVE_OPENGL_SHADERMODULEGL_H_
+#define DAWNNATIVE_OPENGL_SHADERMODULEGL_H_
#include "dawn_native/ShaderModule.h"
@@ -54,4 +54,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_SHADERMODULEGL_H_
+#endif // DAWNNATIVE_OPENGL_SHADERMODULEGL_H_
diff --git a/src/dawn_native/opengl/SwapChainGL.h b/src/dawn_native/opengl/SwapChainGL.h
index fa0267b..8ae6066 100644
--- a/src/dawn_native/opengl/SwapChainGL.h
+++ b/src/dawn_native/opengl/SwapChainGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_SWAPCHAINGL_H_
-#define BACKEND_OPENGL_SWAPCHAINGL_H_
+#ifndef DAWNNATIVE_OPENGL_SWAPCHAINGL_H_
+#define DAWNNATIVE_OPENGL_SWAPCHAINGL_H_
#include "dawn_native/SwapChain.h"
@@ -35,4 +35,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_SWAPCHAINGL_H_
+#endif // DAWNNATIVE_OPENGL_SWAPCHAINGL_H_
diff --git a/src/dawn_native/opengl/TextureGL.h b/src/dawn_native/opengl/TextureGL.h
index 334dfbe..0964a2a 100644
--- a/src/dawn_native/opengl/TextureGL.h
+++ b/src/dawn_native/opengl/TextureGL.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_OPENGL_TEXTUREGL_H_
-#define BACKEND_OPENGL_TEXTUREGL_H_
+#ifndef DAWNNATIVE_OPENGL_TEXTUREGL_H_
+#define DAWNNATIVE_OPENGL_TEXTUREGL_H_
#include "dawn_native/Texture.h"
@@ -49,4 +49,4 @@
}} // namespace backend::opengl
-#endif // BACKEND_OPENGL_TEXTUREGL_H_
+#endif // DAWNNATIVE_OPENGL_TEXTUREGL_H_
diff --git a/src/dawn_native/vulkan/BindGroupLayoutVk.h b/src/dawn_native/vulkan/BindGroupLayoutVk.h
index b011bbb..82e7393 100644
--- a/src/dawn_native/vulkan/BindGroupLayoutVk.h
+++ b/src/dawn_native/vulkan/BindGroupLayoutVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_BINDGROUPLAYOUTVK_H_
-#define BACKEND_VULKAN_BINDGROUPLAYOUTVK_H_
+#ifndef DAWNNATIVE_VULKAN_BINDGROUPLAYOUTVK_H_
+#define DAWNNATIVE_VULKAN_BINDGROUPLAYOUTVK_H_
#include "dawn_native/BindGroupLayout.h"
@@ -42,4 +42,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_BINDGROUPLAYOUTVK_H_
+#endif // DAWNNATIVE_VULKAN_BINDGROUPLAYOUTVK_H_
diff --git a/src/dawn_native/vulkan/BindGroupVk.h b/src/dawn_native/vulkan/BindGroupVk.h
index 06da0cd..5d05dfb 100644
--- a/src/dawn_native/vulkan/BindGroupVk.h
+++ b/src/dawn_native/vulkan/BindGroupVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_BINDGROUPVK_H_
-#define BACKEND_VULKAN_BINDGROUPVK_H_
+#ifndef DAWNNATIVE_VULKAN_BINDGROUPVK_H_
+#define DAWNNATIVE_VULKAN_BINDGROUPVK_H_
#include "dawn_native/BindGroup.h"
@@ -37,4 +37,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_BINDGROUPVK_H_
+#endif // DAWNNATIVE_VULKAN_BINDGROUPVK_H_
diff --git a/src/dawn_native/vulkan/BlendStateVk.h b/src/dawn_native/vulkan/BlendStateVk.h
index c18071b..348bea6 100644
--- a/src/dawn_native/vulkan/BlendStateVk.h
+++ b/src/dawn_native/vulkan/BlendStateVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_BLENDSTATEVK_H_
-#define BACKEND_VULKAN_BLENDSTATEVK_H_
+#ifndef DAWNNATIVE_VULKAN_BLENDSTATEVK_H_
+#define DAWNNATIVE_VULKAN_BLENDSTATEVK_H_
#include "dawn_native/BlendState.h"
@@ -36,4 +36,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_BLENDSTATEVK_H_
+#endif // DAWNNATIVE_VULKAN_BLENDSTATEVK_H_
diff --git a/src/dawn_native/vulkan/BufferUploader.h b/src/dawn_native/vulkan/BufferUploader.h
index eab3125..0ab85f8 100644
--- a/src/dawn_native/vulkan/BufferUploader.h
+++ b/src/dawn_native/vulkan/BufferUploader.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_BUFFERUPLOADER_H_
-#define BACKEND_VULKAN_BUFFERUPLOADER_H_
+#ifndef DAWNNATIVE_VULKAN_BUFFERUPLOADER_H_
+#define DAWNNATIVE_VULKAN_BUFFERUPLOADER_H_
#include "common/SerialQueue.h"
#include "common/vulkan_platform.h"
@@ -40,4 +40,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_BUFFERUPLOADER_H_
+#endif // DAWNNATIVE_VULKAN_BUFFERUPLOADER_H_
diff --git a/src/dawn_native/vulkan/BufferVk.h b/src/dawn_native/vulkan/BufferVk.h
index c850818..a6042f3 100644
--- a/src/dawn_native/vulkan/BufferVk.h
+++ b/src/dawn_native/vulkan/BufferVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_BUFFERVK_H_
-#define BACKEND_VULKAN_BUFFERVK_H_
+#ifndef DAWNNATIVE_VULKAN_BUFFERVK_H_
+#define DAWNNATIVE_VULKAN_BUFFERVK_H_
#include "dawn_native/Buffer.h"
@@ -76,4 +76,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_BUFFERVK_H_
+#endif // DAWNNATIVE_VULKAN_BUFFERVK_H_
diff --git a/src/dawn_native/vulkan/CommandBufferVk.h b/src/dawn_native/vulkan/CommandBufferVk.h
index 3bca08f..26bf3d4 100644
--- a/src/dawn_native/vulkan/CommandBufferVk.h
+++ b/src/dawn_native/vulkan/CommandBufferVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_COMMANDBUFFERVK_H_
-#define BACKEND_VULKAN_COMMANDBUFFERVK_H_
+#ifndef DAWNNATIVE_VULKAN_COMMANDBUFFERVK_H_
+#define DAWNNATIVE_VULKAN_COMMANDBUFFERVK_H_
#include "dawn_native/CommandBuffer.h"
@@ -40,4 +40,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_COMMANDBUFFERVK_H_
+#endif // DAWNNATIVE_VULKAN_COMMANDBUFFERVK_H_
diff --git a/src/dawn_native/vulkan/ComputePipelineVk.h b/src/dawn_native/vulkan/ComputePipelineVk.h
index 316de70..bd4b5ec 100644
--- a/src/dawn_native/vulkan/ComputePipelineVk.h
+++ b/src/dawn_native/vulkan/ComputePipelineVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_COMPUTEPIPELINEVK_H_
-#define BACKEND_VULKAN_COMPUTEPIPELINEVK_H_
+#ifndef DAWNNATIVE_VULKAN_COMPUTEPIPELINEVK_H_
+#define DAWNNATIVE_VULKAN_COMPUTEPIPELINEVK_H_
#include "dawn_native/ComputePipeline.h"
@@ -37,4 +37,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_COMPUTEPIPELINEVK_H_
+#endif // DAWNNATIVE_VULKAN_COMPUTEPIPELINEVK_H_
diff --git a/src/dawn_native/vulkan/DepthStencilStateVk.h b/src/dawn_native/vulkan/DepthStencilStateVk.h
index 4204cac..fc33330 100644
--- a/src/dawn_native/vulkan/DepthStencilStateVk.h
+++ b/src/dawn_native/vulkan/DepthStencilStateVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_DEPTHSTENCILSTATEVK_H_
-#define BACKEND_VULKAN_DEPTHSTENCILSTATEVK_H_
+#ifndef DAWNNATIVE_VULKAN_DEPTHSTENCILSTATEVK_H_
+#define DAWNNATIVE_VULKAN_DEPTHSTENCILSTATEVK_H_
#include "dawn_native/DepthStencilState.h"
@@ -36,4 +36,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_DEPTHSTENCILSTATEVK_H_
+#endif // DAWNNATIVE_VULKAN_DEPTHSTENCILSTATEVK_H_
diff --git a/src/dawn_native/vulkan/DeviceVk.h b/src/dawn_native/vulkan/DeviceVk.h
index 1dd7362..11178ac 100644
--- a/src/dawn_native/vulkan/DeviceVk.h
+++ b/src/dawn_native/vulkan/DeviceVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_DEVICEVK_H_
-#define BACKEND_VULKAN_DEVICEVK_H_
+#ifndef DAWNNATIVE_VULKAN_DEVICEVK_H_
+#define DAWNNATIVE_VULKAN_DEVICEVK_H_
#include "dawn/dawncpp.h"
@@ -157,4 +157,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_DEVICEVK_H_
+#endif // DAWNNATIVE_VULKAN_DEVICEVK_H_
diff --git a/src/dawn_native/vulkan/FencedDeleter.h b/src/dawn_native/vulkan/FencedDeleter.h
index 1c964af..a8e0a96 100644
--- a/src/dawn_native/vulkan/FencedDeleter.h
+++ b/src/dawn_native/vulkan/FencedDeleter.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_FENCEDDELETER_H_
-#define BACKEND_VULKAN_FENCEDDELETER_H_
+#ifndef DAWNNATIVE_VULKAN_FENCEDDELETER_H_
+#define DAWNNATIVE_VULKAN_FENCEDDELETER_H_
#include "common/SerialQueue.h"
#include "common/vulkan_platform.h"
@@ -64,4 +64,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_FENCEDDELETER_H_
+#endif // DAWNNATIVE_VULKAN_FENCEDDELETER_H_
diff --git a/src/dawn_native/vulkan/Forward.h b/src/dawn_native/vulkan/Forward.h
index 4a181ba..fa29a18 100644
--- a/src/dawn_native/vulkan/Forward.h
+++ b/src/dawn_native/vulkan/Forward.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_FORWARD_H_
-#define BACKEND_VULKAN_FORWARD_H_
+#ifndef DAWNNATIVE_VULKAN_FORWARD_H_
+#define DAWNNATIVE_VULKAN_FORWARD_H_
#include "dawn_native/ToBackend.h"
@@ -72,4 +72,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_FORWARD_H_
+#endif // DAWNNATIVE_VULKAN_FORWARD_H_
diff --git a/src/dawn_native/vulkan/InputStateVk.h b/src/dawn_native/vulkan/InputStateVk.h
index b35dd3e..7204f8b 100644
--- a/src/dawn_native/vulkan/InputStateVk.h
+++ b/src/dawn_native/vulkan/InputStateVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_INPUTSTATEVK_H_
-#define BACKEND_VULKAN_INPUTSTATEVK_H_
+#ifndef DAWNNATIVE_VULKAN_INPUTSTATEVK_H_
+#define DAWNNATIVE_VULKAN_INPUTSTATEVK_H_
#include "dawn_native/InputState.h"
@@ -38,4 +38,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_INPUTSTATEVK_H_
+#endif // DAWNNATIVE_VULKAN_INPUTSTATEVK_H_
diff --git a/src/dawn_native/vulkan/MemoryAllocator.h b/src/dawn_native/vulkan/MemoryAllocator.h
index 4c2b8c7..d7042da 100644
--- a/src/dawn_native/vulkan/MemoryAllocator.h
+++ b/src/dawn_native/vulkan/MemoryAllocator.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_MEMORYALLOCATOR_H_
-#define BACKEND_VULKAN_MEMORYALLOCATOR_H_
+#ifndef DAWNNATIVE_VULKAN_MEMORYALLOCATOR_H_
+#define DAWNNATIVE_VULKAN_MEMORYALLOCATOR_H_
#include "common/SerialQueue.h"
#include "common/vulkan_platform.h"
@@ -55,4 +55,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_MEMORYALLOCATOR_H_
+#endif // DAWNNATIVE_VULKAN_MEMORYALLOCATOR_H_
diff --git a/src/dawn_native/vulkan/NativeSwapChainImplVk.h b/src/dawn_native/vulkan/NativeSwapChainImplVk.h
index 58abdda..85fb4be 100644
--- a/src/dawn_native/vulkan/NativeSwapChainImplVk.h
+++ b/src/dawn_native/vulkan/NativeSwapChainImplVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_NATIVESWAPCHAINIMPLVK_H_
-#define BACKEND_VULKAN_NATIVESWAPCHAINIMPLVK_H_
+#ifndef DAWNNATIVE_VULKAN_NATIVESWAPCHAINIMPLVK_H_
+#define DAWNNATIVE_VULKAN_NATIVESWAPCHAINIMPLVK_H_
#include "dawn_native/vulkan/VulkanInfo.h"
@@ -66,4 +66,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_NATIVESWAPCHAINIMPLVK_H_
+#endif // DAWNNATIVE_VULKAN_NATIVESWAPCHAINIMPLVK_H_
diff --git a/src/dawn_native/vulkan/PipelineLayoutVk.h b/src/dawn_native/vulkan/PipelineLayoutVk.h
index 7b1d875..fad9871 100644
--- a/src/dawn_native/vulkan/PipelineLayoutVk.h
+++ b/src/dawn_native/vulkan/PipelineLayoutVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_PIPELINELAYOUTVK_H_
-#define BACKEND_VULKAN_PIPELINELAYOUTVK_H_
+#ifndef DAWNNATIVE_VULKAN_PIPELINELAYOUTVK_H_
+#define DAWNNATIVE_VULKAN_PIPELINELAYOUTVK_H_
#include "dawn_native/PipelineLayout.h"
@@ -36,4 +36,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_PIPELINELAYOUTVK_H_
+#endif // DAWNNATIVE_VULKAN_PIPELINELAYOUTVK_H_
diff --git a/src/dawn_native/vulkan/QueueVk.h b/src/dawn_native/vulkan/QueueVk.h
index 7559229..713ca30 100644
--- a/src/dawn_native/vulkan/QueueVk.h
+++ b/src/dawn_native/vulkan/QueueVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_QUEUEVK_H_
-#define BACKEND_VULKAN_QUEUEVK_H_
+#ifndef DAWNNATIVE_VULKAN_QUEUEVK_H_
+#define DAWNNATIVE_VULKAN_QUEUEVK_H_
#include "dawn_native/Queue.h"
@@ -33,4 +33,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_QUEUEVK_H_
+#endif // DAWNNATIVE_VULKAN_QUEUEVK_H_
diff --git a/src/dawn_native/vulkan/RenderPassCache.h b/src/dawn_native/vulkan/RenderPassCache.h
index 2107446..4ecd1ab 100644
--- a/src/dawn_native/vulkan/RenderPassCache.h
+++ b/src/dawn_native/vulkan/RenderPassCache.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_RENDERPASSCACHE_H_
-#define BACKEND_VULKAN_RENDERPASSCACHE_H_
+#ifndef DAWNNATIVE_VULKAN_RENDERPASSCACHE_H_
+#define DAWNNATIVE_VULKAN_RENDERPASSCACHE_H_
#include "common/vulkan_platform.h"
@@ -78,4 +78,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_RENDERPASSCACHE_H_
+#endif // DAWNNATIVE_VULKAN_RENDERPASSCACHE_H_
diff --git a/src/dawn_native/vulkan/RenderPassDescriptorVk.h b/src/dawn_native/vulkan/RenderPassDescriptorVk.h
index 9e18bf4..5add4fb 100644
--- a/src/dawn_native/vulkan/RenderPassDescriptorVk.h
+++ b/src/dawn_native/vulkan/RenderPassDescriptorVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_RENDERPASSDESCRIPTORVK_H_
-#define BACKEND_VULKAN_RENDERPASSDESCRIPTORVK_H_
+#ifndef DAWNNATIVE_VULKAN_RENDERPASSDESCRIPTORVK_H_
+#define DAWNNATIVE_VULKAN_RENDERPASSDESCRIPTORVK_H_
#include "dawn_native/RenderPassDescriptor.h"
@@ -36,4 +36,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_RENDERPASSDESCRIPTORVK_H_
+#endif // DAWNNATIVE_VULKAN_RENDERPASSDESCRIPTORVK_H_
diff --git a/src/dawn_native/vulkan/RenderPipelineVk.h b/src/dawn_native/vulkan/RenderPipelineVk.h
index fa6eaf3..2587131 100644
--- a/src/dawn_native/vulkan/RenderPipelineVk.h
+++ b/src/dawn_native/vulkan/RenderPipelineVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_RENDERPIPELINEVK_H_
-#define BACKEND_VULKAN_RENDERPIPELINEVK_H_
+#ifndef DAWNNATIVE_VULKAN_RENDERPIPELINEVK_H_
+#define DAWNNATIVE_VULKAN_RENDERPIPELINEVK_H_
#include "dawn_native/RenderPipeline.h"
@@ -37,4 +37,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_RENDERPIPELINEVK_H_
+#endif // DAWNNATIVE_VULKAN_RENDERPIPELINEVK_H_
diff --git a/src/dawn_native/vulkan/SamplerVk.h b/src/dawn_native/vulkan/SamplerVk.h
index 52e6153..872fdc6 100644
--- a/src/dawn_native/vulkan/SamplerVk.h
+++ b/src/dawn_native/vulkan/SamplerVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_SAMPLERVK_H_
-#define BACKEND_VULKAN_SAMPLERVK_H_
+#ifndef DAWNNATIVE_VULKAN_SAMPLERVK_H_
+#define DAWNNATIVE_VULKAN_SAMPLERVK_H_
#include "dawn_native/Sampler.h"
@@ -36,4 +36,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_SAMPLERVK_H_
+#endif // DAWNNATIVE_VULKAN_SAMPLERVK_H_
diff --git a/src/dawn_native/vulkan/ShaderModuleVk.h b/src/dawn_native/vulkan/ShaderModuleVk.h
index d14e245..55d04f9 100644
--- a/src/dawn_native/vulkan/ShaderModuleVk.h
+++ b/src/dawn_native/vulkan/ShaderModuleVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_SHADERMODULEVK_H_
-#define BACKEND_VULKAN_SHADERMODULEVK_H_
+#ifndef DAWNNATIVE_VULKAN_SHADERMODULEVK_H_
+#define DAWNNATIVE_VULKAN_SHADERMODULEVK_H_
#include "dawn_native/ShaderModule.h"
@@ -34,4 +34,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_SHADERMODULEVK_H_
+#endif // DAWNNATIVE_VULKAN_SHADERMODULEVK_H_
diff --git a/src/dawn_native/vulkan/SwapChainVk.h b/src/dawn_native/vulkan/SwapChainVk.h
index c2b6ad1..3d200a4 100644
--- a/src/dawn_native/vulkan/SwapChainVk.h
+++ b/src/dawn_native/vulkan/SwapChainVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_SWAPCHAINVK_H_
-#define BACKEND_VULKAN_SWAPCHAINVK_H_
+#ifndef DAWNNATIVE_VULKAN_SWAPCHAINVK_H_
+#define DAWNNATIVE_VULKAN_SWAPCHAINVK_H_
#include "dawn_native/SwapChain.h"
@@ -36,4 +36,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_SWAPCHAINVK_H_
+#endif // DAWNNATIVE_VULKAN_SWAPCHAINVK_H_
diff --git a/src/dawn_native/vulkan/TextureVk.h b/src/dawn_native/vulkan/TextureVk.h
index 76074f0..1069e4f 100644
--- a/src/dawn_native/vulkan/TextureVk.h
+++ b/src/dawn_native/vulkan/TextureVk.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_TEXTUREVK_H_
-#define BACKEND_VULKAN_TEXTUREVK_H_
+#ifndef DAWNNATIVE_VULKAN_TEXTUREVK_H_
+#define DAWNNATIVE_VULKAN_TEXTUREVK_H_
#include "dawn_native/Texture.h"
@@ -61,4 +61,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_TEXTUREVK_H_
+#endif // DAWNNATIVE_VULKAN_TEXTUREVK_H_
diff --git a/src/dawn_native/vulkan/VulkanFunctions.h b/src/dawn_native/vulkan/VulkanFunctions.h
index 8881c1b..6fa1e45 100644
--- a/src/dawn_native/vulkan/VulkanFunctions.h
+++ b/src/dawn_native/vulkan/VulkanFunctions.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_VULKANFUNCTIONS_H_
-#define BACKEND_VULKAN_VULKANFUNCTIONS_H_
+#ifndef DAWNNATIVE_VULKAN_VULKANFUNCTIONS_H_
+#define DAWNNATIVE_VULKAN_VULKANFUNCTIONS_H_
#include "common/vulkan_platform.h"
@@ -212,4 +212,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_VULKANFUNCTIONS_H_
+#endif // DAWNNATIVE_VULKAN_VULKANFUNCTIONS_H_
diff --git a/src/dawn_native/vulkan/VulkanInfo.h b/src/dawn_native/vulkan/VulkanInfo.h
index 9c08602..bc62fa6 100644
--- a/src/dawn_native/vulkan/VulkanInfo.h
+++ b/src/dawn_native/vulkan/VulkanInfo.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef BACKEND_VULKAN_VULKANINFO_H_
-#define BACKEND_VULKAN_VULKANINFO_H_
+#ifndef DAWNNATIVE_VULKAN_VULKANINFO_H_
+#define DAWNNATIVE_VULKAN_VULKANINFO_H_
#include "common/vulkan_platform.h"
@@ -85,4 +85,4 @@
}} // namespace backend::vulkan
-#endif // BACKEND_VULKAN_VULKANINFO_H_
+#endif // DAWNNATIVE_VULKAN_VULKANINFO_H_