mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
tgsi: s/varient/variant/
This commit is contained in:
parent
b3e75a61ee
commit
681ed756c0
1 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ struct ureg_src
|
|||
|
||||
/* Very similar to a tgsi_dst_register, removing unsupported fields
|
||||
* and adding a Saturate flag. It's easier to push saturate into the
|
||||
* destination register than to try and create a _SAT varient of each
|
||||
* destination register than to try and create a _SAT variant of each
|
||||
* instruction function.
|
||||
*/
|
||||
struct ureg_dst
|
||||
|
|
@ -434,7 +434,7 @@ ureg_fixup_label(struct ureg_program *ureg,
|
|||
|
||||
|
||||
/* Generic instruction emitter. Use if you need to pass the opcode as
|
||||
* a parameter, rather than using the emit_OP() varients below.
|
||||
* a parameter, rather than using the emit_OP() variants below.
|
||||
*/
|
||||
void
|
||||
ureg_insn(struct ureg_program *ureg,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue