Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wgsl: Validation module scoped variables #1570

Closed
17 tasks done
dj2 opened this issue Jun 22, 2022 · 0 comments
Closed
17 tasks done

wgsl: Validation module scoped variables #1570

dj2 opened this issue Jun 22, 2022 · 0 comments
Labels

Comments

@dj2
Copy link
Member

dj2 commented Jun 22, 2022

@dj2 dj2 added the wgsl label Jun 22, 2022
@dj2 dj2 added this to CTS Jun 22, 2022
@dj2 dj2 moved this to New (not in repo) in CTS Jun 22, 2022
jrprice added a commit to jrprice/cts that referenced this issue Jan 26, 2024
Make sure the implementation accepts a store type iff that type is
allowed for the given address space.

Issue gpuweb#1570
jrprice added a commit to jrprice/cts that referenced this issue Jan 26, 2024
Make sure the implementation accepts a store type iff that type is
allowed for the given address space.

Issue gpuweb#1570
jrprice added a commit to jrprice/cts that referenced this issue Jan 29, 2024
Make sure the implementation accepts a store type iff that type is
allowed for the given address space.

Issue gpuweb#1570
jrprice added a commit that referenced this issue Jan 29, 2024
Make sure the implementation accepts a store type iff that type is
allowed for the given address space.

Issue #1570
jrprice added a commit to jrprice/cts that referenced this issue Jan 29, 2024
jrprice added a commit to jrprice/cts that referenced this issue Jan 29, 2024
Test that:
- resource variables have both @group and @binding
- non-resource variables do not have @group or @binding
- binding points cannot collide in the same entry point
- binding points *can* collide in different entry points

Remove some tests from other suites that are now better covered here.

Issue gpuweb#1570
jrprice added a commit to jrprice/cts that referenced this issue Jan 30, 2024
Test that:
- resource variables have both @group and @binding
- non-resource variables do not have @group or @binding
- binding points cannot collide in the same entry point
- binding points *can* collide in different entry points

Remove some tests from other suites that are now better covered here.

Issue gpuweb#1570
jrprice added a commit to jrprice/cts that referenced this issue Jan 30, 2024
Test that:
- resource variables have both @group and @binding
- non-resource variables do not have @group or @binding
- binding points cannot collide in the same entry point
- binding points *can* collide in different entry points

Remove some tests from other suites that are now better covered here.

Issue gpuweb#1570
jrprice added a commit that referenced this issue Jan 30, 2024
Test that:
- resource variables have both @group and @binding
- non-resource variables do not have @group or @binding
- binding points cannot collide in the same entry point
- binding points *can* collide in different entry points

Remove some tests from other suites that are now better covered here.

Issue #1570
jrprice added a commit to jrprice/cts that referenced this issue Jan 30, 2024
Test that:
- initializers are accepted iff the address space allows
- private initializers must be const or override expressions

Issue gpuweb#1570
jrprice added a commit that referenced this issue Jan 31, 2024
Test that:
- initializers are accepted iff the address space allows
- private initializers must be const or override expressions

Issue #1570
@jrprice jrprice closed this as completed Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Open (no TODO)
Development

No branches or pull requests

2 participants