committed by
crueter
5 changed files with 42 additions and 53 deletions
-
2src/shader_recompiler/CMakeLists.txt
-
14src/shader_recompiler/frontend/maxwell/translate/impl/impl.cpp
-
30src/shader_recompiler/frontend/maxwell/translate/impl/impl.h
-
15src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.cpp
-
34src/shader_recompiler/frontend/maxwell/translate/impl/internal_stage_buffer_entry_read.h
@ -1,34 +0,0 @@ |
|||||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project |
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later |
|
||||
|
|
||||
#pragma once |
|
||||
#include "shader_recompiler/environment.h" |
|
||||
#include "shader_recompiler/frontend/ir/basic_block.h" |
|
||||
#include "shader_recompiler/frontend/ir/ir_emitter.h" |
|
||||
#include "shader_recompiler/frontend/maxwell/instruction.h" |
|
||||
|
|
||||
namespace Shader::Maxwell { |
|
||||
namespace isberd { |
|
||||
enum class Mode : u64 { |
|
||||
Default, |
|
||||
Patch, |
|
||||
Prim, |
|
||||
Attr, |
|
||||
}; |
|
||||
|
|
||||
enum class Shift : u64 { |
|
||||
Default, |
|
||||
U16, |
|
||||
B32, |
|
||||
}; |
|
||||
|
|
||||
enum class SZ : u64 { |
|
||||
U8, |
|
||||
U16, |
|
||||
U32, |
|
||||
F32, |
|
||||
}; |
|
||||
|
|
||||
} // Anonymous namespace |
|
||||
|
|
||||
} // namespace Shader::Maxwell |
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue