[vulkan] Added conservative path for RoundingModeRTZ + instrumentalization for shaders use

This commit is contained in:
CamilleLaVey
2026-03-07 01:27:06 -04:00
committed by lizzie
parent a80e0f10ba
commit 21c77d5dce
4 changed files with 92 additions and 37 deletions
+4
View File
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
@@ -18,6 +21,7 @@ struct Profile {
bool support_float_controls{};
bool support_separate_denorm_behavior{};
bool support_separate_rounding_mode{};
bool support_fp32_rounding_rtz{};
bool support_fp16_denorm_preserve{};
bool support_fp32_denorm_preserve{};
bool support_fp16_denorm_flush{};