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

Refector the script that generates adreno.h #24

Merged
merged 5 commits into from
Oct 26, 2023

Conversation

wangra-google
Copy link
Collaborator

@wangra-google wangra-google commented Oct 23, 2023

  • use the same funciton to generate union for both pm4 and reg
  • fix the case where both bitfield is used to extend bitset for a reg
  • use union/enum instead of uint32 for non-buildin types
  • [Mesa] fix bitfield of vgt_draw_initiator

- use the same funciton to generate union for both pm4 and reg
- fix the case where both bitfield is used to extend bitset for a reg
- use union/enum instead of uint32 for non-buildin types
- INDEX_SIZE is using type pc_di_index_size which needs 2 bits, the fix is following the definition of vgt_draw_initiator_a4xx
@wangra-google wangra-google merged commit 171c30e into google:main Oct 26, 2023
7 checks passed
@wangra-google wangra-google deleted the refactor_adreno_script branch October 26, 2023 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants