mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Address Feedback
This commit is contained in:
parent
5a6eb31578
commit
741b21715a
16 changed files with 60 additions and 211 deletions
|
@ -70,16 +70,6 @@ public:
|
|||
void SetCFlag(const U1& value);
|
||||
void SetOFlag(const U1& value);
|
||||
|
||||
[[nodiscard]] U1 GetFCSMFlag();
|
||||
[[nodiscard]] U1 GetTAFlag();
|
||||
[[nodiscard]] U1 GetTRFlag();
|
||||
[[nodiscard]] U1 GetMXFlag();
|
||||
|
||||
void SetFCSMFlag(const U1& value);
|
||||
void SetTAFlag(const U1& value);
|
||||
void SetTRFlag(const U1& value);
|
||||
void SetMXFlag(const U1& value);
|
||||
|
||||
[[nodiscard]] U1 Condition(IR::Condition cond);
|
||||
[[nodiscard]] U1 GetFlowTestResult(FlowTest test);
|
||||
|
||||
|
@ -138,7 +128,7 @@ public:
|
|||
[[nodiscard]] Value Select(const U1& condition, const Value& true_value,
|
||||
const Value& false_value);
|
||||
|
||||
[[nodiscard]] void MemoryBarrier(BarrierInstInfo info);
|
||||
[[nodiscard]] void MemoryBarrier(MemoryScope scope);
|
||||
|
||||
template <typename Dest, typename Source>
|
||||
[[nodiscard]] Dest BitCast(const Source& value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue