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

[SPIR-V] Implement EvaluateAttribute* functions #6945

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

cassiebeckley
Copy link
Collaborator

Emits SPIR-V InterpolateAt* instructions from the GLSL.std.450 extended instruction set for EvaluateAttribute*. Relies on the optimizer's copy propagate passes to ensure that these instructions are passed valid pointers in the Input storage class after legalization.

Fixes #3649

@cassiebeckley cassiebeckley requested a review from a team as a code owner October 4, 2024 17:49
Emits SPIR-V InterpolateAt* instructions from the GLSL.std.450 extended
instruction set for EvaluateAttribute*. Relies on the optimizer's copy
propagate passes to ensure that these instructions are passed valid
pointers in the Input storage class after legalization.

Fixes microsoft#3649
Copy link
Collaborator

@s-perron s-perron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. You are missing the end-of-line at the end of a few files.

@cassiebeckley cassiebeckley merged commit b26fd80 into microsoft:main Oct 8, 2024
12 checks passed
@cassiebeckley cassiebeckley deleted the evaluate-at branch October 8, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[SPIR-V] Support EvaluateAttribute* intrinsics
3 participants