fix with bigger batch sizes

This commit is contained in:
lizzie 2026-03-17 23:28:24 +00:00
parent b260d48bfc
commit 2ecf45cef2
20 changed files with 164 additions and 152 deletions

View file

@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
@ -18,6 +18,11 @@ class Value;
namespace Shader::Backend::GLASM {
[[nodiscard]] inline bool IsInputArray(Stage stage) {
return stage == Stage::Geometry || stage == Stage::TessellationControl
|| stage == Stage::TessellationEval;
}
class EmitContext;
// Microinstruction emitters