[format] Require EOF newline

This commit is contained in:
Margen67
2025-07-18 11:26:28 -07:00
parent 45ca1c352d
commit 3eef564ff8
72 changed files with 74 additions and 73 deletions

View File

@@ -1382,4 +1382,4 @@ ResolveCopyShaderIndex ResolveInfo::GetCopyShader(
} // namespace draw_util
} // namespace gpu
} // namespace xe
} // namespace xe

View File

@@ -767,4 +767,4 @@ bool GetResolveInfo(const RegisterFile& regs, const Memory& memory,
} // namespace gpu
} // namespace xe
#endif // XENIA_GPU_DRAW_UTIL_H_
#endif // XENIA_GPU_DRAW_UTIL_H_

View File

@@ -55,4 +55,4 @@ void NullCommandProcessor::InitializeTrace() {}
} // namespace null
} // namespace gpu
} // namespace xe
} // namespace xe

View File

@@ -52,4 +52,4 @@ class NullCommandProcessor : public CommandProcessor {
} // namespace gpu
} // namespace xe
#endif // XENIA_GPU_NULL_NULL_COMMAND_PROCESSOR_H_
#endif // XENIA_GPU_NULL_NULL_COMMAND_PROCESSOR_H_

View File

@@ -39,4 +39,4 @@ std::unique_ptr<CommandProcessor> NullGraphicsSystem::CreateCommandProcessor() {
} // namespace null
} // namespace gpu
} // namespace xe
} // namespace xe

View File

@@ -40,4 +40,4 @@ class NullGraphicsSystem : public GraphicsSystem {
} // namespace gpu
} // namespace xe
#endif // XENIA_GPU_NULL_NULL_GRAPHICS_SYSTEM_H_
#endif // XENIA_GPU_NULL_NULL_GRAPHICS_SYSTEM_H_

View File

@@ -1,5 +1,3 @@
#if defined(OVERRIDING_BASE_CMDPROCESSOR)
#define PM4_OVERRIDE override
#else
@@ -107,4 +105,4 @@ XE_NOINLINE
XE_COLD
bool ExecutePacketType0_CountOverflow(uint32_t count);
#undef PM4_OVERRIDE
#undef PM4_OVERRIDE

View File

@@ -1434,4 +1434,4 @@ void COMMAND_PROCESSOR::ExecutePacket(uint32_t ptr, uint32_t count) {
}
} while (reader_.read_count());
reader_ = old_reader;
}
}

View File

@@ -61,4 +61,4 @@ FORMAT_INFO(k_1_REVERSE, kUncompressed, 1, 1, 1),
FORMAT_INFO(k_CTX1, kCompressed, 4, 4, 4),
FORMAT_INFO(k_DXT3A_AS_1_1_1_1, kCompressed, 4, 4, 4),
FORMAT_INFO(k_8_8_8_8_GAMMA_EDRAM, kUncompressed, 1, 1, 32),
FORMAT_INFO(k_2_10_10_10_FLOAT_EDRAM, kUncompressed, 1, 1, 32),
FORMAT_INFO(k_2_10_10_10_FLOAT_EDRAM, kUncompressed, 1, 1, 32),

View File

@@ -547,4 +547,4 @@ class DeferredCommandBuffer {
} // namespace gpu
} // namespace xe
#endif // XENIA_GPU_VULKAN_DEFERRED_COMMAND_BUFFER_H_
#endif // XENIA_GPU_VULKAN_DEFERRED_COMMAND_BUFFER_H_

View File

@@ -242,4 +242,4 @@ const char* GetPrimitiveTypeEnglishDescription(xenos::PrimitiveType prim_type) {
}
} // namespace xenos
} // namespace gpu
} // namespace xe
} // namespace xe