aboutsummaryrefslogtreecommitdiff
path: root/disassembly/dwmcore_2067_10.asm
diff options
context:
space:
mode:
Diffstat (limited to 'disassembly/dwmcore_2067_10.asm')
-rw-r--r--disassembly/dwmcore_2067_10.asm72
1 files changed, 72 insertions, 0 deletions
diff --git a/disassembly/dwmcore_2067_10.asm b/disassembly/dwmcore_2067_10.asm
new file mode 100644
index 0000000..df54b24
--- /dev/null
+++ b/disassembly/dwmcore_2067_10.asm
@@ -0,0 +1,72 @@
+//
+// Generated by Microsoft (R) HLSL Shader Compiler 9.25.950.2675
+//
+// using 3Dmigoto v1.3.16 on Wed Feb 09 18:55:48 2022
+//
+//
+// Resource Bindings:
+//
+// Name Type Format Dim Slot Elements
+// ------------------------------ ---------- ------- ----------- ---- --------
+// SampleTextureFromInterpolatorUV1_Sampler sampler NA NA 0 1
+// SampleTextureFromInterpolatorUV2_Sampler sampler NA NA 1 1
+// SampleTextureFromInterpolatorUV1_Sampler texture float4 2d 0 1
+// SampleTextureFromInterpolatorUV2_Sampler texture float4 2d 1 1
+//
+//
+//
+// Input signature:
+//
+// Name Index Mask Register SysValue Format Used
+// -------------------- ----- ------ -------- -------- ------- ------
+// SV_POSITION 0 xyzw 0 POS float
+// TEXCOORD 0 xyzw 1 NONE float
+// TEXCOORD 1 xy 2 NONE float xy
+// TEXCOORD 2 zw 2 NONE float zw
+//
+//
+// Output signature:
+//
+// Name Index Mask Register SysValue Format Used
+// -------------------- ----- ------ -------- -------- ------- ------
+// SV_Target 0 xyzw 0 TARGET float xyzw
+//
+//
+// Sampler/Resource to DX9 shader sampler mappings:
+//
+// Target Sampler Source Sampler Source Resource
+// -------------- --------------- ----------------
+// s0 s0 t0
+// s1 s1 t1
+//
+//
+// Level9 shader bytecode:
+//
+ ps_2_0
+ def c0, 1, 0, 0, 0
+ dcl t1
+ dcl_2d s0
+ dcl_2d s1
+ mov r0.xy, t1.wzyx
+ texld r0, r0, s1
+ texld r1, t1, s0
+ mov r1.w, c0.x
+ mul r0, r0.w, r1
+ mov oC0, r0
+
+// approximately 6 instruction slots used (2 texture, 4 arithmetic)
+ps_4_0
+dcl_sampler s0, mode_default
+dcl_sampler s1, mode_default
+dcl_resource_texture2d (float,float,float,float) t0
+dcl_resource_texture2d (float,float,float,float) t1
+dcl_input_ps linear v2.xy
+dcl_input_ps linear v2.zw
+dcl_output o0.xyzw
+dcl_temps 2
+sample r0.xyzw, v2.xyxx, t0.xyzw, s0
+sample r1.xyzw, v2.zwzz, t1.xyzw, s1
+mov r0.w, l(1.000000)
+mul o0.xyzw, r0.xyzw, r1.wwww
+ret
+// Approximately 5 instruction slots used