shader: Implement fine derivates constant propagation
This commit is contained in:
parent
f18a6dd1bd
commit
04c459fc8d
9 changed files with 101 additions and 0 deletions
|
@ -147,6 +147,7 @@ struct Info {
|
|||
bool uses_subgroup_vote{};
|
||||
bool uses_subgroup_mask{};
|
||||
bool uses_fswzadd{};
|
||||
bool uses_derivates{};
|
||||
bool uses_typeless_image_reads{};
|
||||
bool uses_typeless_image_writes{};
|
||||
bool uses_shared_increment{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue