From f78ef617b66e81b6095156fa0ff435cf8307aef7 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Sat, 18 May 2019 02:35:01 -0300 Subject: shader/memory: Implement LD (generic memory) --- src/video_core/shader/shader_ir.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/video_core/shader/shader_ir.h') diff --git a/src/video_core/shader/shader_ir.h b/src/video_core/shader/shader_ir.h index 0bf124252..0f769ed8d 100644 --- a/src/video_core/shader/shader_ir.h +++ b/src/video_core/shader/shader_ir.h @@ -818,10 +818,8 @@ private: std::pair TrackRegister(const GprNode* tracked, const NodeBlock& code, s64 cursor) const; - std::tuple TrackAndGetGlobalMemory(NodeBlock& bb, - Node addr_register, - u32 immediate_offset, - bool is_write); + std::tuple TrackAndGetGlobalMemory( + NodeBlock& bb, Tegra::Shader::Instruction instr, bool is_write); template Node Operation(OperationCode code, const T*... operands) { -- cgit v1.2.3