Fixed OpGroupNonUniformQuadBroadcast Direction operand being marked as a literal
This commit is contained in:
parent
979319b9b1
commit
7662557d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -2719,7 +2719,7 @@ void Parameterize()
|
|||
|
||||
InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandScope, "'Execution'");
|
||||
InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandId, "X");
|
||||
InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandLiteralNumber, "'Direction'");
|
||||
InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandId, "'Direction'");
|
||||
|
||||
InstructionDesc[OpSubgroupBallotKHR].operands.push(OperandId, "'Predicate'");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue