summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64.h
diff options
context:
space:
mode:
authoraroulin <andy.roulin@epfl.ch>2015-08-21 12:49:21 +0200
committeraroulin <andy.roulin@epfl.ch>2015-08-22 11:09:53 +0200
commit2f1514b90430ccb2d74b3fcaca435c692f159e5d (patch)
tree4bfc9d867d893c2eaa55bd6344abff5c3e34e000 /src/video_core/shader/shader_jit_x64.h
parentShader: implement DPH/DPHI in interpreter (diff)
downloadyuzu-2f1514b90430ccb2d74b3fcaca435c692f159e5d.tar
yuzu-2f1514b90430ccb2d74b3fcaca435c692f159e5d.tar.gz
yuzu-2f1514b90430ccb2d74b3fcaca435c692f159e5d.tar.bz2
yuzu-2f1514b90430ccb2d74b3fcaca435c692f159e5d.tar.lz
yuzu-2f1514b90430ccb2d74b3fcaca435c692f159e5d.tar.xz
yuzu-2f1514b90430ccb2d74b3fcaca435c692f159e5d.tar.zst
yuzu-2f1514b90430ccb2d74b3fcaca435c692f159e5d.zip
Diffstat (limited to 'src/video_core/shader/shader_jit_x64.h')
-rw-r--r--src/video_core/shader/shader_jit_x64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/shader_jit_x64.h b/src/video_core/shader/shader_jit_x64.h
index b2aa5293c..fbe19fe93 100644
--- a/src/video_core/shader/shader_jit_x64.h
+++ b/src/video_core/shader/shader_jit_x64.h
@@ -37,6 +37,7 @@ public:
void Compile_ADD(Instruction instr);
void Compile_DP3(Instruction instr);
void Compile_DP4(Instruction instr);
+ void Compile_DPH(Instruction instr);
void Compile_EX2(Instruction instr);
void Compile_LG2(Instruction instr);
void Compile_MUL(Instruction instr);