mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-12 19:37:06 +00:00
shader: Add int64 to int32 lowering pass
This commit is contained in:
parent
04ef2160f9
commit
d8d5501459
3 changed files with 218 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ void DeadCodeEliminationPass(IR::Program& program);
|
|||
void GlobalMemoryToStorageBufferPass(IR::Program& program);
|
||||
void IdentityRemovalPass(IR::Program& program);
|
||||
void LowerFp16ToFp32(IR::Program& program);
|
||||
void LowerInt64ToInt32(IR::Program& program);
|
||||
void SsaRewritePass(IR::Program& program);
|
||||
void TexturePass(Environment& env, IR::Program& program);
|
||||
void VerificationPass(const IR::Program& program);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue