[webkit-changes] [WebKit/WebKit] 627304: [WGSL] Resolve array and parameterized types
Tadeu Zagallo
noreply at github.com
Tue Feb 7 00:41:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6273046c13683cfa98e513bf7e2c7eab5bf3356c
https://github.com/WebKit/WebKit/commit/6273046c13683cfa98e513bf7e2c7eab5bf3356c
Author: Tadeu Zagallo <tzagallo at apple.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M Source/WebGPU/WGSL/TypeCheck.cpp
M Source/WebGPU/WGSL/TypeStore.cpp
M Source/WebGPU/WGSL/TypeStore.h
Log Message:
-----------
[WGSL] Resolve array and parameterized types
https://bugs.webkit.org/show_bug.cgi?id=251796
rdar://105082550
Reviewed by Myles C. Maxfield.
Fill out the type checking for a couple more types.
* Source/WebGPU/WGSL/TypeCheck.cpp:
(WGSL::TypeChecker::visit):
(WGSL::TypeChecker::extractInteger):
* Source/WebGPU/WGSL/TypeStore.cpp:
(WGSL::TypeStore::constructType):
(WGSL::TypeStore::arrayType):
* Source/WebGPU/WGSL/TypeStore.h:
Canonical link: https://commits.webkit.org/259944@main
More information about the webkit-changes
mailing list