mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Strip reflection data from dxbc-tpf-hex shaders.
This commit is contained in:
Notes:
Henri Verbeet
2025-08-04 15:08:50 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1667
@@ -51,34 +51,18 @@ shader model < 5.1
|
||||
[pixel shader dxbc-tpf-hex]
|
||||
% The same as above, but in bytecode format so that we're sure that the
|
||||
% ABSNEG source modifier is used.
|
||||
|
||||
% ps_5_0
|
||||
% dcl_globalFlags refactoringAllowed
|
||||
% dcl_constantbuffer CB0[1], immediateIndexed
|
||||
% dcl_output o0.xyzw
|
||||
% mov o0.xyzw, -|cb0[0].xyzw|
|
||||
% ret
|
||||
|
||||
43425844 f1f3f986 b40d7bb2 ded2b849 afffb109 00000001 00000278 00000005
|
||||
00000034 00000148 00000158 0000018c 000001dc 46454452 0000010c 00000001
|
||||
00000068 00000001 0000003c ffff0500 00000100 000000d8 31314452 0000003c
|
||||
00000018 00000020 00000028 00000024 0000000c 00000000 0000005c 00000000
|
||||
00000000 00000000 00000000 00000000 00000001 00000000 6f6c4724 736c6162
|
||||
ababab00 0000005c 00000001 00000080 00000010 00000000 00000000 000000a8
|
||||
00000000 00000010 00000002 000000b4 00000000 ffffffff 00000000 ffffffff
|
||||
00000000 6c660075 3474616f ababab00 00030001 00040001 00000000 00000000
|
||||
00000000 00000000 00000000 00000000 000000aa 7263694d 666f736f 52282074
|
||||
4c482029 53204c53 65646168 6f432072 6c69706d 31207265 2e302e30 31303031
|
||||
36312e31 00343833 4e475349 00000008 00000000 00000008 4e47534f 0000002c
|
||||
00000001 00000008 00000020 00000000 00000000 00000003 00000000 0000000f
|
||||
745f7673 65677261 abab0074 58454853 00000048 00000050 00000012 0100086a
|
||||
04000059 00208e46 00000000 00000001 03000065 001020f2 00000000 07000036
|
||||
001020f2 00000000 80208e46 000000c1 00000000 00000000 0100003e 54415453
|
||||
00000094 00000002 00000000 00000000 00000001 00000001 00000000 00000000
|
||||
00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
00000000 00000000 00000000 00000000 00000000 00000000
|
||||
43425844 1ab08b1b ccb6cea5 90d9b116 03ae9845 00000001 000000c0 % DXBC header
|
||||
00000003 0000002c 0000003c 00000070 %
|
||||
4e475349 00000008 00000000 00000008 % .input
|
||||
4e47534f 0000002c 00000001 00000008 % .output
|
||||
00000020 00000000 00000000 00000003 00000000 0000000f % .param sv_target.xyzw, o0.xyzw, float, TARGET
|
||||
745f7673 65677261 abab0074 %
|
||||
58454853 00000048 00000050 00000012 % .text ps_5_0
|
||||
0100086a % dcl_globalFlags refactoringAllowed
|
||||
04000059 00208e46 00000000 00000001 % dcl_constantBuffer cb0[1], immediateIndexed
|
||||
03000065 001020f2 00000000 % dcl_output o0.xyzw
|
||||
07000036 001020f2 00000000 80208e46 000000c1 00000000 00000000 % mov o0.xyzw, -|cb0[0].xyzw|
|
||||
0100003e % ret
|
||||
|
||||
[test]
|
||||
uniform 0 float4 1.0 -3.0 10.0 -100.0
|
||||
|
Reference in New Issue
Block a user