shader: Fix resolution scaling pass
This commit is contained in:
parent
47d1d881cf
commit
14fb648246
5 changed files with 32 additions and 35 deletions
|
@ -430,6 +430,9 @@ void VisitUsages(Info& info, IR::Inst& inst) {
|
|||
case IR::Opcode::IsHelperInvocation:
|
||||
info.uses_is_helper_invocation = true;
|
||||
break;
|
||||
case IR::Opcode::ResolutionDownFactor:
|
||||
info.uses_rescaling_uniform = true;
|
||||
break;
|
||||
case IR::Opcode::LaneId:
|
||||
info.uses_subgroup_invocation_id = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue