mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
Merge branch 'kwg'
This commit is contained in:
commit
3d303eb59f
1 changed files with 3 additions and 3 deletions
6
ir.h
6
ir.h
|
|
@ -202,7 +202,7 @@ public:
|
|||
/**
|
||||
* Value being assigned
|
||||
*
|
||||
* This should be either \c ir_op_expression or \c ir_op_deference.
|
||||
* This should be either \c ir_op_expression or \c ir_op_dereference.
|
||||
*/
|
||||
ir_instruction *rhs;
|
||||
|
||||
|
|
@ -379,7 +379,7 @@ struct ir_swizzle_mask {
|
|||
/**
|
||||
* Number of components in the swizzle.
|
||||
*/
|
||||
unsigned num_components:2;
|
||||
unsigned num_components:3;
|
||||
|
||||
/**
|
||||
* Does the swizzle contain duplicate components?
|
||||
|
|
@ -414,7 +414,7 @@ public:
|
|||
/**
|
||||
* Object being dereferenced.
|
||||
*
|
||||
* Must be either an \c ir_variable or an \c ir_deference.
|
||||
* Must be either an \c ir_variable or an \c ir_dereference.
|
||||
*/
|
||||
ir_instruction *var;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue