i965: Document brw_mask_reg().
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
@@ -778,7 +778,11 @@ brw_flag_reg(int reg, int subreg)
|
||||
BRW_ARF_FLAG + reg, subreg);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return the mask register present in Gen4-5, or the related register present
|
||||
* in Gen7.5 and later hardware referred to as "channel enable" register in
|
||||
* the documentation.
|
||||
*/
|
||||
static inline struct brw_reg
|
||||
brw_mask_reg(unsigned subnr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user