aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/hlsl.printf.comp.out
blob: ea31c3533d27dd137529d68273b2e5edcab00931 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
hlsl.printf.comp
Shader version: 500
local_size = (1, 1, 1)
0:? Sequence
0:4  Function Definition: @main( ( temp void)
0:4    Function Parameters: 
0:?     Sequence
0:5      Debug printf ( temp void)
0:5        Constant:
0:5          "first string"
0:6      Debug printf ( temp void)
0:6        Constant:
0:6          "please print this message."
0:7      Debug printf ( temp void)
0:7        Constant:
0:7          "Variables are: %d %d %.2f"
0:7        Constant:
0:7          1 (const uint)
0:7        Constant:
0:7          2 (const uint)
0:7        Constant:
0:7          1.500000
0:8      Debug printf ( temp void)
0:8        Constant:
0:8          "Integers are: %d %d %d"
0:8        Constant:
0:8          1 (const int)
0:8        Constant:
0:8          2 (const int)
0:8        Constant:
0:8          3 (const int)
0:9      Debug printf ( temp void)
0:9        Constant:
0:9          "More: %d %d %d %d %d %d %d %d %d %d"
0:9        Constant:
0:9          1 (const int)
0:9        Constant:
0:9          2 (const int)
0:9        Constant:
0:9          3 (const int)
0:9        Constant:
0:9          4 (const int)
0:9        Constant:
0:9          5 (const int)
0:9        Constant:
0:9          6 (const int)
0:9        Constant:
0:9          7 (const int)
0:9        Constant:
0:9          8 (const int)
0:9        Constant:
0:9          9 (const int)
0:9        Constant:
0:9          10 (const int)
0:4  Function Definition: main( ( temp void)
0:4    Function Parameters: 
0:?     Sequence
0:4      Function Call: @main( ( temp void)
0:?   Linker Objects
0:?     'first' ( const string)
0:?       "first string"


Linked compute stage:


Shader version: 500
local_size = (1, 1, 1)
0:? Sequence
0:4  Function Definition: @main( ( temp void)
0:4    Function Parameters: 
0:?     Sequence
0:5      Debug printf ( temp void)
0:5        Constant:
0:5          "first string"
0:6      Debug printf ( temp void)
0:6        Constant:
0:6          "please print this message."
0:7      Debug printf ( temp void)
0:7        Constant:
0:7          "Variables are: %d %d %.2f"
0:7        Constant:
0:7          1 (const uint)
0:7        Constant:
0:7          2 (const uint)
0:7        Constant:
0:7          1.500000
0:8      Debug printf ( temp void)
0:8        Constant:
0:8          "Integers are: %d %d %d"
0:8        Constant:
0:8          1 (const int)
0:8        Constant:
0:8          2 (const int)
0:8        Constant:
0:8          3 (const int)
0:9      Debug printf ( temp void)
0:9        Constant:
0:9          "More: %d %d %d %d %d %d %d %d %d %d"
0:9        Constant:
0:9          1 (const int)
0:9        Constant:
0:9          2 (const int)
0:9        Constant:
0:9          3 (const int)
0:9        Constant:
0:9          4 (const int)
0:9        Constant:
0:9          5 (const int)
0:9        Constant:
0:9          6 (const int)
0:9        Constant:
0:9          7 (const int)
0:9        Constant:
0:9          8 (const int)
0:9        Constant:
0:9          9 (const int)
0:9        Constant:
0:9          10 (const int)
0:4  Function Definition: main( ( temp void)
0:4    Function Parameters: 
0:?     Sequence
0:4      Function Call: @main( ( temp void)
0:?   Linker Objects
0:?     'first' ( const string)
0:?       "first string"

// Module Version 10000
// Generated by (magic number): 8000a
// Id's are bound by 36

                              Capability Shader
                              Extension  "SPV_KHR_non_semantic_info"
               1:             ExtInstImport  "GLSL.std.450"
               9:             ExtInstImport  "NonSemantic.DebugPrintf"
                              MemoryModel Logical GLSL450
                              EntryPoint GLCompute 4  "main"
                              ExecutionMode 4 LocalSize 1 1 1
               8:             String  "first string"
              11:             String  "please print this message."
              13:             String  "Variables are: %d %d %.2f"
              20:             String  "Integers are: %d %d %d"
              26:             String  "More: %d %d %d %d %d %d %d %d %d %d"
                              Source HLSL 500
                              Name 4  "main"
                              Name 6  "@main("
               2:             TypeVoid
               3:             TypeFunction 2
              14:             TypeInt 32 0
              15:     14(int) Constant 1
              16:     14(int) Constant 2
              17:             TypeFloat 32
              18:   17(float) Constant 1069547520
              21:             TypeInt 32 1
              22:     21(int) Constant 1
              23:     21(int) Constant 2
              24:     21(int) Constant 3
              27:     21(int) Constant 4
              28:     21(int) Constant 5
              29:     21(int) Constant 6
              30:     21(int) Constant 7
              31:     21(int) Constant 8
              32:     21(int) Constant 9
              33:     21(int) Constant 10
         4(main):           2 Function None 3
               5:             Label
              35:           2 FunctionCall 6(@main()
                              Return
                              FunctionEnd
       6(@main():           2 Function None 3
               7:             Label
              10:           2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 8
              12:           2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 11
              19:           2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 13 15 16 18
              25:           2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 20 22 23 24
              34:           2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 26 22 23 24 27 28 29 30 31 32 33
                              Return
                              FunctionEnd