Commit a4eb0db
File tree
6 files changed
+164
-7
lines changedFilter options
- clang
- include/clang/Basic
- lib
- CodeGen
- Sema
- test/CodeGenHLSL
- llvm
- include/llvm/Frontend/HLSL
- lib/Frontend/HLSL
6 files changed
+164
-7
lines changedclang/include/clang/Basic/Attr.td
Copy file name to clipboardExpand all lines: clang/include/clang/Basic/Attr.td+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4739 | 4739 |
|
4740 | 4740 |
|
4741 | 4741 |
|
4742 |
| - |
| 4742 | + |
| 4743 | + |
4743 | 4744 |
|
4744 | 4745 |
|
4745 | 4746 |
|
|
clang/lib/CodeGen/CGHLSLRuntime.cpp
Copy file name to clipboardExpand all lines: clang/lib/CodeGen/CGHLSLRuntime.cpp+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
71 | 85 |
|
72 | 86 |
|
73 | 87 |
|
| ||
423 | 437 |
|
424 | 438 |
|
425 | 439 |
|
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
426 | 447 |
|
427 | 448 |
|
428 | 449 |
|
|
clang/lib/Sema/SemaHLSL.cpp
Copy file name to clipboardExpand all lines: clang/lib/Sema/SemaHLSL.cpp+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
959 | 959 |
|
960 | 960 |
|
961 | 961 |
|
962 |
| - |
| 962 | + |
963 | 963 |
|
964 | 964 |
|
965 | 965 |
|
| ||
970 | 970 |
|
971 | 971 |
|
972 | 972 |
|
973 |
| - |
| 973 | + |
| 974 | + |
974 | 975 |
|
975 |
| - |
976 |
| - |
| 976 | + |
| 977 | + |
977 | 978 |
|
978 | 979 |
|
979 | 980 |
|
|
clang/test/CodeGenHLSL/RootSignature.hlsl
Copy file name to clipboard+31Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 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 | + |
llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h
Copy file name to clipboardExpand all lines: llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h+43-2Lines changed: 43 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
23 | 27 |
|
24 | 28 |
|
25 | 29 |
|
| ||
84 | 88 |
|
85 | 89 |
|
86 | 90 |
|
87 |
| - |
| 91 | + |
| 92 | + |
| 93 | + |
88 | 94 |
|
89 | 95 |
|
90 | 96 |
|
| ||
119 | 125 |
|
120 | 126 |
|
121 | 127 |
|
122 |
| - |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
123 | 143 |
|
124 | 144 |
|
125 | 145 |
|
126 | 146 |
|
127 | 147 |
|
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
128 | 169 |
|
129 | 170 |
|
130 | 171 |
|
|
llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp+62Lines changed: 62 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
| 17 | + |
15 | 18 |
|
16 | 19 |
|
17 | 20 |
|
| ||
160 | 163 |
|
161 | 164 |
|
162 | 165 |
|
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
163 | 225 |
|
164 | 226 |
|
165 | 227 |
|
0 commit comments