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

Refactor stage var function #6099

Merged
merged 6 commits into from
Dec 8, 2023
Merged

Commits on Dec 7, 2023

  1. Refactor stage var function

    The next step in the refactoring is to reduce the number of variables
    passed to various functions. This should make the logic easier to
    follow. This is done by grouping variables into a struct, and we pass
    the struct along.
    s-perron committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1f6091c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Update tools/clang/lib/SPIRV/DeclResultIdMapper.h

    Co-authored-by: Cassandra Beckley <cbeckley@google.com>
    s-perron and cassiebeckley authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    521cd2c View commit details
    Browse the repository at this point in the history
  2. Update tools/clang/lib/SPIRV/DeclResultIdMapper.h

    Co-authored-by: Cassandra Beckley <cbeckley@google.com>
    s-perron and cassiebeckley authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    be19baa View commit details
    Browse the repository at this point in the history
  3. Update tools/clang/lib/SPIRV/DeclResultIdMapper.h

    Co-authored-by: Cassandra Beckley <cbeckley@google.com>
    s-perron and cassiebeckley authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2a1cbee View commit details
    Browse the repository at this point in the history
  4. Update tools/clang/lib/SPIRV/DeclResultIdMapper.h

    Co-authored-by: Cassandra Beckley <cbeckley@google.com>
    s-perron and cassiebeckley authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    20ab167 View commit details
    Browse the repository at this point in the history
  5. Update tools/clang/lib/SPIRV/DeclResultIdMapper.h

    Co-authored-by: Cassandra Beckley <cbeckley@google.com>
    s-perron and cassiebeckley authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2604ad5 View commit details
    Browse the repository at this point in the history